diff --git a/Cargo.lock b/Cargo.lock index 11b12d0..d11e667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ "k8s-openapi", "kube", "octocrab", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "serde_yml", @@ -1199,7 +1199,7 @@ name = "gitea-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "thiserror 2.0.18", @@ -1233,7 +1233,7 @@ name = "harbor-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "thiserror 2.0.18", @@ -2662,9 +2662,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1102e0c..b016547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ jsonwebtoken = { version = "10.4.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.51.0" -reqwest = { version = "0.13.3", default-features = false, features = ["json", "stream"] } +reqwest = { version = "0.13.4", 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 5217fa9..9c13840 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.3", default-features = false, features = ["json"] } +reqwest = { version = "0.13.4", 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 a96cac1..e9aa684 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.3", default-features = false, features = ["json"] } +reqwest = { version = "0.13.4", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18"