Skip to content

Commit

Permalink
Merge pull request #5094 from coreos/dependabot/cargo/anyhow-1.0.89
Browse files Browse the repository at this point in the history
build(deps): bump anyhow from 1.0.86 to 1.0.89
  • Loading branch information
cgwalters authored Sep 17, 2024
2 parents 4579f6d + 7a0f933 commit 42fd46a
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.86"
anyhow = "1.0.89"
binread = "2.2.0"
bitflags = "2.6"
camino = "1.1.9"
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.86"
anyhow = "1.0.89"
serde = { version = "1.0.210", features = ["derive"] }
serde_derive = "1.0.118"
serde_json = "1.0.128"

0 comments on commit 42fd46a

Please sign in to comment.