We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d27ff7 commit 597f644Copy full SHA for 597f644
Cargo.lock
@@ -28,9 +28,9 @@ dependencies = [
28
29
[[package]]
30
name = "anyhow"
31
-version = "1.0.97"
+version = "1.0.98"
32
source = "registry+https://github.com/rust-lang/crates.io-index"
33
-checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
+checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
34
35
36
name = "autocfg"
Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT"
9
version = "0.15.0"
10
11
[workspace.dependencies]
12
-anyhow = "1.0.97"
+anyhow = "1.0.98"
13
delegate = "0.13.3"
14
hyper-util = "0.1.11"
15
kube = { version = "0.99.0" }
0 commit comments