diff --git a/Cargo.lock b/Cargo.lock index 43c46a2807d43..e2e7f2cbef8ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6800,9 +6800,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.16" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" +checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" dependencies = [ "base64 0.21.0", "bytes 1.4.0", diff --git a/lib/k8s-e2e-tests/Cargo.toml b/lib/k8s-e2e-tests/Cargo.toml index 803ad4e11e3c4..6c1d76d078150 100644 --- a/lib/k8s-e2e-tests/Cargo.toml +++ b/lib/k8s-e2e-tests/Cargo.toml @@ -12,7 +12,7 @@ futures = "0.3" k8s-openapi = { version = "0.16.0", default-features = false, features = ["v1_19"] } k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" } regex = "1" -reqwest = { version = "0.11.16", features = ["json"] } +reqwest = { version = "0.11.17", features = ["json"] } serde_json = "1" tokio = { version = "1.28.0", features = ["full"] } indoc = "2.0.1" diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index 117163d8fafa7..38a5bb943f7c5 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -25,7 +25,7 @@ tokio-stream = { version = "0.1.12", default-features = false, features = ["sync graphql_client = { version = "0.12.0", default-features = false, features = ["graphql_query_derive"] } # HTTP / WebSockets -reqwest = { version = "0.11.16", default-features = false, features = ["json"] } +reqwest = { version = "0.11.17", default-features = false, features = ["json"] } tokio-tungstenite = { version = "0.18.0", default-features = false, features = ["connect", "rustls"] } # External libs