diff options
author | Vincent Ambo <mail@tazj.in> | 2022-09-01T12·56+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-07T19·08+0000 |
commit | 18f8fecba4b866529e073ef7deb924470c986161 (patch) | |
tree | c54abb42c000b0fcebe9bfd68016ec0d718c648d /tvix/eval/Cargo.toml | |
parent | 39e960daa67d3cebb033f0490e570dbbcd9dffa0 (diff) |
chore(tvix/eval): bump all dependencies r/4708
Updated the rnix hash manually, and ran `cargo update` for the rest. Change-Id: I457262625d648e25d745efa4d33ae44cb8f21326 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6375 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 5dac97149843..4f2fda7e613a 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -14,11 +14,11 @@ tabwriter = { version = "1.2", optional = true } rowan = "*" # pinned by rnix codemap = "0.1.3" -# rnix has not been released in a while (as of 2022-08-22), we will +# rnix has not been released in a while (as of 2022-09-01), we will # use it from git. [dependencies.rnix] git = "https://github.com/nix-community/rnix-parser.git" -rev = "614e7d4641e83ab7eb321d9ac5e3d12985f9f3ba" +rev = "97b438e34be5211a4b48aeed9cc3ded489b4d6da" [dev-dependencies] criterion = "0.3.6" |