Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 39db922 commit bffc60f
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.7", default-features = false, features = ["json", "multipart"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
snafu = { version = "0.8.4" }
snafu = { version = "0.8.5" }
tokio = { version = "1", features = ["full"] }
futures = { version = "0.3" }
regex = { version = "1.11.0" }
Expand Down

0 comments on commit bffc60f

Please sign in to comment.