Skip to content

Commit

Permalink
Update snafu requirement from 0.7 to 0.8 in /object_store
Browse files Browse the repository at this point in the history
Updates the requirements on [snafu](https://github.com/shepmaster/snafu) to permit the latest version.
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: snafu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent 3cd6da0 commit b11955d
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.12.0"
parking_lot = { version = "0.12" }
percent-encoding = "2.1"
snafu = "0.7"
snafu = "0.8"
tracing = { version = "0.1" }
url = "2.2"
walkdir = "2"
Expand Down

0 comments on commit b11955d

Please sign in to comment.