Bump opentelemetry-otlp from 274b4d3 to 80a14a3

Bumps [opentelemetry-otlp](https://github.com/stalwartlabs/opentelemetry-rust) from `274b4d3` to `80a14a3`.
- [Commits](https://github.com/stalwartlabs/opentelemetry-rust/compare/274b4d324794280ce6f4def095a3428197a9e6e3...80a14a3b6846f62f85506d68d2600c948fccc9d2)

---
updated-dependencies:
- dependency-name: opentelemetry-otlp
  dependency-version: 80a14a3b6846f62f85506d68d2600c948fccc9d2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2026-09-20 14:24:46 -07:00
committed by jcoffey
parent fac33548d1
commit 3b68e27d3c
Generated
+19 -18
View File
@@ -3533,7 +3533,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2 0.6.5",
"socket2 0.5.10",
"tokio",
"tower-service",
"tracing",
@@ -5526,8 +5526,8 @@ dependencies = [
[[package]]
name = "opentelemetry"
version = "0.31.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#274b4d324794280ce6f4def095a3428197a9e6e3"
version = "0.32.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#80a14a3b6846f62f85506d68d2600c948fccc9d2"
dependencies = [
"futures-core",
"futures-sink",
@@ -5539,8 +5539,8 @@ dependencies = [
[[package]]
name = "opentelemetry-http"
version = "0.31.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#274b4d324794280ce6f4def095a3428197a9e6e3"
version = "0.32.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#80a14a3b6846f62f85506d68d2600c948fccc9d2"
dependencies = [
"async-trait",
"bytes",
@@ -5551,10 +5551,11 @@ dependencies = [
[[package]]
name = "opentelemetry-otlp"
version = "0.31.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#274b4d324794280ce6f4def095a3428197a9e6e3"
version = "0.32.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#80a14a3b6846f62f85506d68d2600c948fccc9d2"
dependencies = [
"http 1.5.0",
"httpdate",
"opentelemetry",
"opentelemetry-http",
"opentelemetry-proto",
@@ -5569,8 +5570,8 @@ dependencies = [
[[package]]
name = "opentelemetry-proto"
version = "0.31.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#274b4d324794280ce6f4def095a3428197a9e6e3"
version = "0.32.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#80a14a3b6846f62f85506d68d2600c948fccc9d2"
dependencies = [
"opentelemetry",
"opentelemetry_sdk",
@@ -5581,13 +5582,13 @@ dependencies = [
[[package]]
name = "opentelemetry-semantic-conventions"
version = "0.31.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#274b4d324794280ce6f4def095a3428197a9e6e3"
version = "0.32.1"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#80a14a3b6846f62f85506d68d2600c948fccc9d2"
[[package]]
name = "opentelemetry_sdk"
version = "0.31.0"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#274b4d324794280ce6f4def095a3428197a9e6e3"
version = "0.32.1"
source = "git+https://github.com/stalwartlabs/opentelemetry-rust#80a14a3b6846f62f85506d68d2600c948fccc9d2"
dependencies = [
"futures-channel",
"futures-executor",
@@ -6259,7 +6260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf"
dependencies = [
"anyhow",
"itertools 0.14.0",
"itertools 0.13.0",
"proc-macro2",
"quote",
"syn 2.0.119",
@@ -6398,7 +6399,7 @@ dependencies = [
"quinn-udp",
"rustc-hash",
"rustls",
"socket2 0.6.5",
"socket2 0.5.10",
"thiserror 2.0.20",
"tokio",
"tracing",
@@ -6439,7 +6440,7 @@ dependencies = [
"cfg_aliases",
"libc",
"once_cell",
"socket2 0.6.5",
"socket2 0.5.10",
"tracing",
"windows-sys 0.61.2",
]
@@ -7532,7 +7533,7 @@ dependencies = [
"aes-gcm 0.10.3",
"anyhow",
"argon2 0.5.3",
"base64 0.22.1",
"base64 0.21.7",
"block-padding 0.3.3",
"blowfish 0.9.1",
"buffered-reader",
@@ -7579,7 +7580,7 @@ dependencies = [
"sha2 0.10.9",
"sha3 0.10.9",
"slh-dsa",
"thiserror 2.0.20",
"thiserror 1.0.69",
"twofish",
"typenum",
"x25519-dalek",