From f72da3df30161004aa764f416e05e1e32cb802f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:31:17 +0000 Subject: [PATCH] chore(deps): bump the cargo-minor-and-patch group with 3 updates Bumps the cargo-minor-and-patch group with 3 updates: [reqwest](https://github.com/seanmonstar/reqwest), [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 `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: 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 | 20 ++++++++++---------- Cargo.toml | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29f8f84e..210c264a 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", @@ -4628,9 +4628,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", @@ -5630,9 +5630,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", @@ -7312,9 +7312,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..1545e5bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,7 +243,7 @@ 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" rustybuzz = "0.20.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