Skip to content

Commit

Permalink
⬆️ Bump anyhow from 1.0.93 to 1.0.95
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.95.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.95)

---
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 Feb 1, 2025
1 parent c86147a commit a4f4393
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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
# general
anyhow = { version = "1.0.86", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
clap = { version = "4.5.21", features = ["derive", "env"] }
log = { version = "0.4.22", features = ["kv_unstable_serde"] }
simple_logger = { version = "5.0.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion services/index-git-repositories/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ simple_logger = { version = "5.0.0", features = [

serde_json = "1.0.133"
rust_search = "2.0.0"
anyhow = "1.0.86"
anyhow = "1.0.95"

0 comments on commit a4f4393

Please sign in to comment.