Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and narthollis committed Jan 7, 2024
1 parent ace234e commit 5a8f654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lto = true
[dependencies]
kube = { version = "0.87.1", default-features = false, features = ["client", "ws", "rustls-tls"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_26"] }
anyhow = "1.0.75"
anyhow = "1.0.79"
thiserror = "1.0.50"
futures = "0.3.29"
tokio = { version = "1.34.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] }
Expand Down

0 comments on commit 5a8f654

Please sign in to comment.