Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 155897c commit 8beafc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/gesha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ openapi-types = { path = "../../libs/openapi-types" }
chrono = "0.4.31"
console = "0.15.8"
futures = "0.3"
heck = "0.4.1"
heck = "0.5.0"
indexmap = "2.1.0"
nu-ansi-term = "0.49.0"
nu-ansi-term = "0.50.0"
opentelemetry = { workspace = true }
opentelemetry-otlp = { version = "0.14.0", features = ["metrics"] }
opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = "0.13.0"
opentelemetry-otlp = { version = "0.27.0", features = ["metrics"] }
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = "0.27.0"
similar = "2.4.0"
tokio = { workspace = true }
tracing = { workspace = true }
tracing-opentelemetry = { version = "0.22", features = ["metrics"] }
tracing-opentelemetry = { version = "0.28", features = ["metrics"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit 8beafc9

Please sign in to comment.