diff --git a/Cargo.lock b/Cargo.lock index b1313b7..d09be9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ "k8s-openapi", "kube", "octocrab", - "reqwest 0.13.2", + "reqwest 0.13.3", "serde", "serde_json", "serde_yml", @@ -1199,7 +1199,7 @@ name = "gitea-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.2", + "reqwest 0.13.3", "serde", "serde_json", "thiserror 2.0.18", @@ -1233,7 +1233,7 @@ name = "harbor-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.2", + "reqwest 0.13.3", "serde", "serde_json", "thiserror 2.0.18", @@ -2672,9 +2672,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3c136f6..c69823f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] } k8s-openapi = { version = "0.27", default-features = false, features = ["latest"] } kube = { version = "3", default-features = false, features = ["runtime", "derive", "rustls-tls"] } octocrab = "0.49.7" -reqwest = { version = "0.13.2", default-features = false, features = ["json", "stream"] } +reqwest = { version = "0.13.3", default-features = false, features = ["json", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" serde_yml = "0.0.12" diff --git a/crates/gitea-client/Cargo.toml b/crates/gitea-client/Cargo.toml index 30b3034..5217fa9 100644 --- a/crates/gitea-client/Cargo.toml +++ b/crates/gitea-client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] chrono = { version = "0.4.44", features = ["serde"] } -reqwest = { version = "0.13.2", default-features = false, features = ["json"] } +reqwest = { version = "0.13.3", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" diff --git a/crates/harbor-client/Cargo.toml b/crates/harbor-client/Cargo.toml index ed9638e..a96cac1 100644 --- a/crates/harbor-client/Cargo.toml +++ b/crates/harbor-client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] chrono = { version = "0.4.44", features = ["serde"] } -reqwest = { version = "0.13.2", default-features = false, features = ["json"] } +reqwest = { version = "0.13.3", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18"