Skip to content

Commit

Permalink
Merge pull request #947 from fabriziosestito/build/bump-opentelemetry…
Browse files Browse the repository at this point in the history
…-to-v0.26.0

build(deps): bump opentelemetry dependencies to v0.26.0
  • Loading branch information
fabriziosestito authored Oct 10, 2024
2 parents e7ca8f9 + 37b7ec8 commit e700e7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ k8s-openapi = { version = "0.23.0", default-features = false, features = [
lazy_static = "1.4.0"
mime = "0.3"
num_cpus = "1.16.0"
opentelemetry-otlp = { version = "0.17.0", features = ["metrics", "tonic"] }
opentelemetry = { version = "0.24.0", default-features = false, features = [
opentelemetry-otlp = { version = "0.26.0", features = ["metrics", "tonic"] }
opentelemetry = { version = "0.26.0", default-features = false, features = [
"metrics",
"trace",
] }
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] }
pprof = { version = "0.13", features = ["prost-codec"] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.2" }
rustls = { version = "0.23", default-features = false, features = [
Expand All @@ -46,7 +46,7 @@ sha2 = "0.10"
thiserror = "1.0"
tokio = { version = "^1.40.0", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry = "0.25.0"
tracing-opentelemetry = "0.27.0"
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
semver = { version = "1.0.22", features = ["serde"] }
mockall_double = "0.3"
Expand Down

0 comments on commit e700e7d

Please sign in to comment.