about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-09-01T12·56+0300
committertazjin <tazjin@tvl.su>2022-09-07T19·08+0000
commit18f8fecba4b866529e073ef7deb924470c986161 (patch)
treec54abb42c000b0fcebe9bfd68016ec0d718c648d /tvix/eval/Cargo.toml
parent39e960daa67d3cebb033f0490e570dbbcd9dffa0 (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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index 5dac971498..4f2fda7e61 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"