From ab6be1238a89ab04ebeba9610622c06daf886972 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Apr 2025 00:35:12 +0000 Subject: [PATCH] Update Rust crate thiserror to 2.0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c15fd07..4cf23cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.37.0", features = ["full"] } kube = { version = "0.99.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.24.0", features = ["v1_31"] } futures = "0.3.31" -thiserror = "2.0.7" +thiserror = "2.0.12" rand = "0.9.0" mktemp = "0.5.1" reqwest = "0.12.15"