Skip to content

Commit

Permalink
Bump otel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored and NAlexPear committed Mar 11, 2024
1 parent 4a9fe0a commit 9d2e8c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 162 deletions.
169 changes: 12 additions & 157 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = "0.2.9"
[dependencies.opentelemetry]
default-features = false
features = ["trace"]
version = "0.21.0"
version = "0.22.0"
optional = true

[dependencies.serde]
Expand All @@ -45,7 +45,7 @@ features = ["formatting"]
version = "0.3.30"

[dependencies.tracing-opentelemetry]
version = "0.22.0"
version = "0.23.0"
optional = true

[dependencies.tracing-subscriber]
Expand All @@ -69,7 +69,7 @@ version = "0.1.0"
lazy_static = "1.4.0"
tracing = "0.1.34"
rand = "0.8.5"
opentelemetry_sdk = "0.21.1"
opentelemetry_sdk = "0.22.1"

[dev-dependencies.time]
features = ["serde", "serde-well-known", "formatting"]
Expand All @@ -78,11 +78,11 @@ version = "0.3.30"
[dev-dependencies.opentelemetry]
default-features = false
features = ["testing", "trace"]
version = "0.21.0"
version = "0.22.0"

[dev-dependencies.opentelemetry-stdout]
features = ["trace"]
version = "0.2.0"
version = "0.3.0"

[features]
valuable = ["dep:valuable", "valuable-serde", "http", "url"]
Expand Down

0 comments on commit 9d2e8c3

Please sign in to comment.