Skip to content

Commit

Permalink
Update snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Bakker committed Jun 21, 2024
1 parent 29c07d0 commit d0ce92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ humantime = "2.1"
itertools = "0.13.0"
parking_lot = { version = "0.12" }
percent-encoding = "2.1"
snafu = "0.7"
snafu = { version = "0.8", default-features = false, features = ["std", "rust_1_61"] }
tracing = { version = "0.1" }
url = "2.2"
walkdir = "2"
Expand Down

0 comments on commit d0ce92a

Please sign in to comment.