about summary refs log tree commit diff
path: root/tvix/tools/turbofetch/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/tools/turbofetch/Cargo.toml')
-rw-r--r--tvix/tools/turbofetch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/tools/turbofetch/Cargo.toml b/tvix/tools/turbofetch/Cargo.toml
index ccec71ca11..6b2f0e7520 100644
--- a/tvix/tools/turbofetch/Cargo.toml
+++ b/tvix/tools/turbofetch/Cargo.toml
@@ -15,7 +15,7 @@ futures = { version = "0.3.30", default-features = false, features = ["std"] }
 httparse = "1.8.0"
 hyper = { version = "0.14.27", default-features = false }
 lambda_runtime = "0.8.2"
-magic-buffer = "0.1.0"
+magic-buffer = "0.1.1"
 rusoto_core = { version = "0.48.0", features = ["rustls"], default-features = false }
 rusoto_s3 = { version = "0.48.0", features = ["rustls"], default-features = false }
 serde_json = "1.0.108"