Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: anyhow
  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 May 2, 2023
1 parent 4980bf2 commit 2966018
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 rikctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_yaml = "0.9.21"
clap = { version = "4.0.18", features = ["derive"] }
reqwest = "0.11.14"
prettytable-rs = "0.10.0"
anyhow = "1.0.66"
anyhow = "1.0.71"
dirs = "5.0.0"

# Instrumentation
Expand Down
2 changes: 1 addition & 1 deletion riklet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ curl = "0.4.44"
lz4 = "1.23.1"
thiserror = "1.0.38"
derive_more = "0.99.17"
anyhow = "1.0.70"
anyhow = "1.0.71"

# Instrumentation
tracing = { workspace = true }
Expand Down

0 comments on commit 2966018

Please sign in to comment.