diff options
Diffstat (limited to 'tvix/glue')
-rw-r--r-- | tvix/glue/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index 6968210c5efb..1bf1052517d2 100644 --- a/tvix/glue/Cargo.toml +++ b/tvix/glue/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" async-compression = { version = "0.4.9", features = ["tokio", "gzip", "bzip2", "xz"]} bstr = "1.6.0" bytes = "1.4.0" -data-encoding = "2.3.3" +data-encoding = "2.6.0" futures = "0.3.30" magic = "0.16.2" nix-compat = { path = "../nix-compat" } |