From e01422b8b507bb8ca658d9df9df7b39c4408b971 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 16 Aug 2024 22:05:59 +0200 Subject: [PATCH] Remove `snafu` dependency --- object_store/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 25fd35f94cc7..d03db517165e 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 = "1.0" tracing = { version = "0.1" } url = "2.2"