Skip to content

Commit

Permalink
Bump snafu from 0.8.3 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [snafu](https://github.com/shepmaster/snafu) from 0.8.3 to 0.8.4.
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.8.3...0.8.4)

---
updated-dependencies:
- dependency-name: snafu
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 3eb6287 commit 073a212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ openssl = { version = "0.10.64", optional = true }
reqwest = { version = "0.12.5", default-features = false, features = ["json", "blocking", "multipart"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.118"
snafu = { version = "0.8.3" }
snafu = { version = "0.8.4" }
tokio = { version = "1", features = ["full"] }
futures = { version = "0.3" }
regex = { version = "1.10.5" }
Expand Down

0 comments on commit 073a212

Please sign in to comment.