Skip to content

Commit

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

---
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 and lukewarmtemp committed Apr 22, 2024
1 parent e02bebc commit ef3bb4c
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 @@ -44,7 +44,7 @@ polkitgobject = { name = "polkit-gobject-1", version = "0" }
rpm = "4"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
binread = "2.2.0"
bitflags = "2.5"
camino = "1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion rust/rpmostree-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
serde = { version = "1.0.197", features = ["derive"] }
serde_derive = "1.0.118"
serde_json = "1.0.115"

0 comments on commit ef3bb4c

Please sign in to comment.