about summary refs log tree commit diff
path: root/tvix/glue/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tvix/glue/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml
index 6968210c5e..1bf1052517 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" }