Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.82 to 1.0.86
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.82...1.0.86)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 666884c commit b2594ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -60,4 +60,4 @@ hyper = { version = "1.1.0", features = ["http1", "http2", "client"], optional =
hyper-util = { version = "0.1.3", features = ["client", "client-legacy", "http1", "http2"], optional = true }
hyper-tls = { version = "0.6.0", optional = true }
http-body-util = { version = "0.1.0", optional = true }
anyhow = "1.0.81"
anyhow = "1.0.86"
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
goval-ident = ["dep:serde_json"]

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.86"
async-trait = "0.1.80"
crc32fast = { version = "1.4.0", features = ["nightly"] }
deadqueue = { version = "0.2.4", default-features = false, features = ["unlimited"] }
Expand Down

0 comments on commit b2594ef

Please sign in to comment.