From 3e290c4917558ffa097a3bfb3da2bd1d2b10e2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:04:20 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.22 to 0.12.23 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.22 to 0.12.23. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.22...v0.12.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/glaredb_http/Cargo.toml | 2 +- crates/glaredb_rt_native/Cargo.toml | 2 +- crates/glaredb_wasm/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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"] }