Skip to content

Commit 597f644

Browse files
chore(deps): bump anyhow from 1.0.97 to 1.0.98 (#130)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d27ff7 commit 597f644

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies = [
2828

2929
[[package]]
3030
name = "anyhow"
31-
version = "1.0.97"
31+
version = "1.0.98"
3232
source = "registry+https://github.com/rust-lang/crates.io-index"
33-
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
33+
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
3434

3535
[[package]]
3636
name = "autocfg"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
version = "0.15.0"
1010

1111
[workspace.dependencies]
12-
anyhow = "1.0.97"
12+
anyhow = "1.0.98"
1313
delegate = "0.13.3"
1414
hyper-util = "0.1.11"
1515
kube = { version = "0.99.0" }

0 commit comments

Comments
 (0)