chore(tvix/eval): bump all dependencies

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>
This commit is contained in:
Vincent Ambo 2022-09-01 15:56:19 +03:00 committed by tazjin
parent 39e960daa6
commit 18f8fecba4
2 changed files with 9 additions and 9 deletions

View file

@ -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"