diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index c822de9165d..4c6bbb39251 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -38,7 +38,6 @@ humantime = "2.1" itertools = "0.13.0" parking_lot = { version = "0.12" } percent-encoding = "2.1" -snafu = { version = "0.8", default-features = false, features = ["std", "rust_1_61"] } thiserror = "2.0.2" tracing = { version = "0.1" } url = "2.2"