Skip to content

Commit

Permalink
build(deps): bump the cargo-crates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-crates group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `anyhow` from 1.0.96 to 1.0.97
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.96...1.0.97)

Updates `thiserror` from 2.0.11 to 2.0.12
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.11...2.0.12)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent f14c3e3 commit 2c146ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"

[dependencies]
# cli deps
anyhow = "1.0.96"
anyhow = "1.0.97"
clap = { version = "4.5.31", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
Expand All @@ -30,7 +30,7 @@ gimli = { version = "0.31.1" }
libc = { version = "0.2.170" }
llvm-sys = { features = ["disable-alltargets-init"], version = "201.0.0-rc1" }
log = { version = "0.4.26" }
thiserror = { version = "2.0.11" }
thiserror = { version = "2.0.12" }
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 2c146ab

Please sign in to comment.