Skip to content

Commit 0fe8044

Browse files
[Cargo]: Bump anyhow from 1.0.100 to 1.0.101 in the core group
Bumps the core group with 1 update: [anyhow](https://github.com/dtolnay/anyhow). Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 905caae commit 0fe8044

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ futures = "0.3.31"
2424
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "full", "test-util"] }
2525
tracing = "0.1.44"
2626
tracing-subscriber = { version = "0.3.22", features = ["json", "env-filter"] }
27-
anyhow = "1.0.100"
27+
anyhow = "1.0.101"
2828
serde = { version = "1.0.228", features = ["derive"] }
2929
k8s-openapi = { version = "0.27.0", features = ["latest"] }
3030
git2 = "0.20.4"

0 commit comments

Comments
 (0)