Skip to content

Commit

Permalink
Update Rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent e4cd459 commit 8c922e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/k8s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kube = { version = "0.97.0", default-features = false, features = [
schemars = "0.8.17"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.59"
thiserror = "2.0.0"
tracing = { version = "0.1.40" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"json",
] }
serde = { version = "1.0.200", features = ["derive"] }
thiserror = "1.0.59"
thiserror = "2.0.0"

0 comments on commit 8c922e1

Please sign in to comment.