Skip to content

Commit

Permalink
[Cargo]: Bump the core group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the core 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: core
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 3b5f06e commit f78b0de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -24,8 +24,8 @@ k8s-openapi = { version = "0.24.0", features = ["latest"] }
tokio = { version = "1.35.1", features = ["full"] }

# Error handling
anyhow = "1.0.79"
thiserror = "2.0.11"
anyhow = "1.0.97"
thiserror = "2.0.12"

# Configuration
serde = { version = "1.0.195", features = ["derive"] }
Expand Down

0 comments on commit f78b0de

Please sign in to comment.