Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and narthollis committed Nov 11, 2024
1 parent fd9904f commit ff3adc4
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 @@ -14,7 +14,7 @@ lto = true
kube = { version = "0.93.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_26"] }
anyhow = "1.0.82"
thiserror = "1.0.59"
thiserror = "2.0.0"
futures = "0.3.30"
tokio = { version = "1.37.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
Expand Down

0 comments on commit ff3adc4

Please sign in to comment.