diff options
Diffstat (limited to 'tvix/castore/Cargo.toml')
-rw-r--r-- | tvix/castore/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 0f0146972969..99c7d96e886d 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -8,7 +8,7 @@ async-stream = "0.3.5" blake3 = { version = "1.3.1", features = ["rayon", "std"] } bytes = "1.4.0" data-encoding = "2.3.3" -futures = "0.3.28" +futures = "0.3.30" lazy_static = "1.4.0" parking_lot = "0.12.1" pin-project-lite = "0.2.13" |