diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..c93ca157f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2328,9 +2328,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64", "bytes", diff --git a/crates/glaredb_http/Cargo.toml b/crates/glaredb_http/Cargo.toml index f03fdafd9..0ca0636d7 100644 --- a/crates/glaredb_http/Cargo.toml +++ b/crates/glaredb_http/Cargo.toml @@ -15,7 +15,7 @@ workspace = true [dependencies] glaredb_error = { workspace = true } glaredb_core = { workspace = true } -reqwest = { version = "0.12.22", default-features = false, features = ["rustls-tls", "stream"] } +reqwest = { version = "0.12.23", default-features = false, features = ["rustls-tls", "stream"] } url = { workspace = true, features = ["serde"] } bytes = { version = "1.10", default-features = false, features = ["std"] } serde = { workspace = true } diff --git a/crates/glaredb_rt_native/Cargo.toml b/crates/glaredb_rt_native/Cargo.toml index d196a2a70..fef7b0a7a 100644 --- a/crates/glaredb_rt_native/Cargo.toml +++ b/crates/glaredb_rt_native/Cargo.toml @@ -24,4 +24,4 @@ futures = { workspace = true } parking_lot = { workspace = true } num_cpus = { workspace = true } bytes = { version = "1.10", default-features = false, features = ["std"] } -reqwest = { version = "0.12.22", default-features = false, features = ["rustls-tls", "stream"] } +reqwest = { version = "0.12.23", default-features = false, features = ["rustls-tls", "stream"] } diff --git a/crates/glaredb_wasm/Cargo.toml b/crates/glaredb_wasm/Cargo.toml index 1a75b54d7..6a40ea4c3 100644 --- a/crates/glaredb_wasm/Cargo.toml +++ b/crates/glaredb_wasm/Cargo.toml @@ -50,7 +50,7 @@ wasm-bindgen-futures = "0.4.50" console_error_panic_hook = "0.1.7" url = { workspace = true } bytes = { version = "1.10", default-features = false, features = ["std"] } -reqwest = { version = "0.12.22", default-features = false, features = ["rustls-tls", "stream"] } +reqwest = { version = "0.12.23", default-features = false, features = ["rustls-tls", "stream"] } # See getrandom = { workspace = true, features = ["wasm_js"] }