Upgrade opentelemetry to 0.30.0

This commit is contained in:
Quentin Gliech
2025-07-30 13:35:14 +02:00
parent 6e65abb18b
commit d8d5445ca4
3 changed files with 40 additions and 40 deletions

View File

@@ -95,3 +95,8 @@ deny = ["oldtime"]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = [
# https://github.com/open-telemetry/opentelemetry-rust/pull/3076
"https://github.com/sandhose/opentelemetry-rust",
]