Skip to content

Commit

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

---
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 Sep 21, 2023
1 parent c055c50 commit d5b8c2a
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 @@ -42,7 +42,7 @@ polkitgobject = { name = "polkit-gobject-1", version = "0" }
rpm = "4"

[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.75"
binread = "2.2.0"
bitflags = "2.3"
bootc = { git = "https://github.com/containers/bootc.git", tag = "v0.1.1", package = "bootc-lib"}
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.69"
anyhow = "1.0.75"
serde = { version = "1.0.188", features = ["derive"] }
serde_derive = "1.0.118"
serde_json = "1.0.105"

0 comments on commit d5b8c2a

Please sign in to comment.