Skip to content

Commit

Permalink
build(deps): update snafu requirement from ^0.6 to ^0.8
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.6.0...0.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 3597b36 commit 1c83d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ backtrace = "^0.3"
bitflags = "^1"
lazy_static = "^1"
libc = "^0.2"
snafu = { version = "^0.6", features = ["backtraces-impl-backtrace-crate"] }
snafu = { version = "^0.8", features = ["backtraces-impl-backtrace-crate"] }

0 comments on commit 1c83d4f

Please sign in to comment.