Skip to content

Commit 25bd744

Browse files
committed
0.28 -> 0.29
1 parent 2b83d4f commit 25bd744

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ derive_more = { version = "2.0", features = ["constructor", "display", "from", "
1212
thiserror = "2"
1313
tonic = "0.12"
1414
tonic-build = "0.12"
15-
opentelemetry = { version = "0.28", features = ["metrics"] }
15+
opentelemetry = { version = "0.29", features = ["metrics"] }
1616
prost = "0.13"
1717
prost-types = "0.13"
1818

core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ itertools = "0.14"
4343
lru = "0.13"
4444
mockall = "0.13"
4545
opentelemetry = { workspace = true, features = ["metrics"], optional = true }
46-
opentelemetry_sdk = { version = "0.28", features = ["rt-tokio", "metrics", "spec_unstable_metrics_views"], optional = true }
47-
opentelemetry-otlp = { version = "0.28", features = ["tokio", "metrics", "tls", "http-proto", "reqwest-client", "grpc-tonic" ], optional = true }
48-
opentelemetry-prometheus = { version = "0.28", optional = true }
46+
opentelemetry_sdk = { version = "0.29", features = ["rt-tokio", "metrics", "spec_unstable_metrics_views"], optional = true }
47+
opentelemetry-otlp = { version = "0.29", features = ["tokio", "metrics", "tls", "http-proto", "reqwest-client", "grpc-tonic" ], optional = true }
48+
opentelemetry-prometheus = { version = "0.29", optional = true }
4949
parking_lot = { version = "0.12", features = ["send_guard"] }
5050
pid = "4.0"
5151
pin-project = "1.0"
52-
prometheus = "0.13"
52+
prometheus = "0.14"
5353
prost = { workspace = true }
5454
prost-types = { version = "0.6", package = "prost-wkt-types" }
5555
rand = "0.9"

0 commit comments

Comments
 (0)