diff --git a/Cargo.lock b/Cargo.lock index 5daaf1f0269fe..b667bdef53814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7064,9 +7064,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64 0.21.2", "bytes 1.4.0", diff --git a/lib/k8s-e2e-tests/Cargo.toml b/lib/k8s-e2e-tests/Cargo.toml index 8e8da723b9e67..811924671ca69 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.19", features = ["json"] } +reqwest = { version = "0.11.20", features = ["json"] } serde_json = "1" tokio = { version = "1.32.0", features = ["full"] } indoc = "2.0.3" diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index dce8fef831065..fe163f621aec4 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -25,7 +25,7 @@ tokio-stream = { version = "0.1.14", default-features = false, features = ["sync graphql_client = { version = "0.13.0", default-features = false, features = ["graphql_query_derive"] } # HTTP / WebSockets -reqwest = { version = "0.11.19", default-features = false, features = ["json"] } +reqwest = { version = "0.11.20", default-features = false, features = ["json"] } tokio-tungstenite = { version = "0.20.0", default-features = false, features = ["connect", "rustls"] } # External libs