Skip to content

Commit 7c8b00d

Browse files
dependabot[bot]shaneutt
authored andcommitted
chore(deps): bump anyhow from 1.0.98 to 1.0.99
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 878365c commit 7c8b00d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ dependencies = [
7878

7979
[[package]]
8080
name = "anyhow"
81-
version = "1.0.98"
81+
version = "1.0.99"
8282
source = "registry+https://github.com/rust-lang/crates.io-index"
83-
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
83+
checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
8484

8585
[[package]]
8686
name = "autocfg"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
version = "0.16.0"
1010

1111
[workspace.dependencies]
12-
anyhow = "1.0.98"
12+
anyhow = "1.0.99"
1313
delegate = "0.13.4"
1414
hyper-util = "0.1.16"
1515
kube = { version = "1.1.0", default-features = false }

0 commit comments

Comments
 (0)