From 084744e76e94f9da2af0786e2c0527992819b6ad 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 152a0e7a3b48..e95f5d9a0520 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" tracing = { version = "0.1" } url = "2.2"