From 089a612c6b58b0160611e272b56c584b7896b58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:29:18 +0000 Subject: [PATCH] chore(deps): bump the cargo-minor-and-patch group across 1 directory with 4 updates Bumps the cargo-minor-and-patch group with 4 updates in the / directory: [reqwest](https://github.com/seanmonstar/reqwest), [rustls-native-certs](https://github.com/rustls/rustls-native-certs), [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) and [uuid](https://github.com/uuid-rs/uuid). Updates `reqwest` from 0.13.3 to 0.13.4 - [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.13.3...v0.13.4) Updates `rustls-native-certs` from 0.8.3 to 0.8.4 - [Release notes](https://github.com/rustls/rustls-native-certs/releases) - [Commits](https://github.com/rustls/rustls-native-certs/compare/v/0.8.3...v/0.8.4) Updates `opentelemetry_sdk` from 0.32.0 to 0.32.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md) - [Commits](https://github.com/open-telemetry/opentelemetry-rust/commits) Updates `uuid` from 1.23.1 to 1.23.2 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: rustls-native-certs dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: opentelemetry_sdk dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: uuid dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a37f2b10..ed24dc0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3117,7 +3117,7 @@ dependencies = [ "png", "pprof", "rand 0.10.1", - "reqwest 0.13.3", + "reqwest 0.13.4", "rustls", "serde", "serde_json", @@ -3342,7 +3342,7 @@ dependencies = [ "futures-util", "mars-definition-source", "mars-definition-source-common", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "sha2 0.11.0", @@ -3375,7 +3375,7 @@ dependencies = [ "futures-util", "mars-definition-source", "mars-definition-source-common", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "sha2 0.11.0", @@ -3921,7 +3921,7 @@ dependencies = [ "bytes", "mars-source", "mars-types", - "reqwest 0.13.3", + "reqwest 0.13.4", "thiserror 2.0.18", "tokio", "tracing", @@ -4629,9 +4629,9 @@ checksum = "6ca2f98a0437b427b4b08f19f1caa3c44db885a202bc12cfea13d6c702243d68" [[package]] name = "opentelemetry_sdk" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368afaed344110f40b179bb8fbe54bc52d98f9bd2b281799ef32487c2650c956" +checksum = "9b59f80e1ac4d5ff7a2db8fb6c80badb7f0f3f858211fba08dd9aaec750894f9" dependencies = [ "futures-channel", "futures-executor", @@ -5631,9 +5631,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", @@ -5785,9 +5785,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" +checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" dependencies = [ "openssl-probe 0.2.1", "rustls-pki-types", @@ -7313,9 +7313,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.23.1" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" +checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" dependencies = [ "js-sys", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 5645a0ca..7c2cf156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,9 +243,9 @@ proj-sys = "0.27.0" quick-xml = "0.40.1" rand = "0.10.1" regex = "1.12.3" -reqwest = { version = "0.13.3", default-features = false } +reqwest = { version = "0.13.4", default-features = false } rustls = "0.23.40" -rustls-native-certs = "0.8.3" +rustls-native-certs = "0.8.4" rustybuzz = "0.20.1" rstar = "0.13.0" schemars = "1.2.1" @@ -281,11 +281,11 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json", "f # floors track the latest opentelemetry release that tracing-opentelemetry # 0.33 compiles against (opentelemetry 0.32 family); bump in lockstep. opentelemetry = { version = "0.32.0", default-features = false, features = ["trace"] } -opentelemetry_sdk = { version = "0.32.0", default-features = false } +opentelemetry_sdk = { version = "0.32.1", default-features = false } opentelemetry-otlp = { version = "0.32.0", default-features = false } opentelemetry-semantic-conventions = { version = "0.32.0", default-features = false, features = ["semconv_experimental"] } tracing-opentelemetry = { version = "0.33.0", default-features = false, features = ["tracing-log"] } -uuid = { version = "1.23.1", features = ["serde"] } +uuid = { version = "1.23.2", features = ["serde"] } wiremock = "0.6.5" # zip carrier for the shapefile decoder: one binding fetches a single archive # bundling .shp + .shx + .dbf (+ optional .prj). default features pull bzip2