1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

build(deps): bump the opentelemetry group with 1 update

Bumps the opentelemetry group with 1 update: [opentelemetry-http](https://github.com/open-telemetry/opentelemetry-rust).


Updates `opentelemetry-http` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-http-0.11.0...opentelemetry-http-0.11.1)

---
updated-dependencies:
- dependency-name: opentelemetry-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-03 11:42:21 +00:00
committed by Quentin Gliech
parent 5fd433059c
commit 5df04dde2c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3961,9 +3961,9 @@ dependencies = [
[[package]]
name = "opentelemetry-http"
version = "0.11.0"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cbfa5308166ca861434f0b0913569579b8e587430a3d6bcd7fd671921ec145a"
checksum = "7690dc77bf776713848c4faa6501157469017eaf332baccd4eb1cea928743d94"
dependencies = [
"async-trait",
"bytes",

View File

@@ -162,7 +162,7 @@ version = "0.3.18"
version = "0.22.0"
features = ["trace", "metrics"]
[workspace.dependencies.opentelemetry-http]
version = "0.11.0"
version = "0.11.1"
features = ["hyper", "tokio"]
[workspace.dependencies.opentelemetry-semantic-conventions]
version = "0.14.0"