Skip to content

Commit 9867496

Browse files
committed
⬆️ upgrade to opentelemtry 0.22 into examples
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
1 parent 79551f3 commit 9867496

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/axum-otlp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples-axum-otlp"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55
publish = false
66

@@ -11,7 +11,7 @@ init-tracing-opentelemetry = { path = "../../init-tracing-opentelemetry", featur
1111
"otlp",
1212
"tracing_subscriber_ext",
1313
] }
14-
opentelemetry = "0.21"
14+
opentelemetry = "0.22"
1515
opentelemetry-otlp = { version = "0.14", optional = true }
1616
serde_json = "1.0.79"
1717
tokio = { version = "1.0", features = ["full"] }

examples/grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ init-tracing-opentelemetry = { path = "../../init-tracing-opentelemetry", featur
1010
"tracing_subscriber_ext",
1111
"logfmt",
1212
] }
13-
opentelemetry = "0.21"
13+
opentelemetry = "0.22"
1414
prost = "0.12"
1515
tokio = { version = "1.0", features = ["full"] }
1616
tonic = { version = "0.10", features = [

examples/load/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples-load"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55
publish = false
66

@@ -10,7 +10,7 @@ init-tracing-opentelemetry = { path = "../../init-tracing-opentelemetry", featur
1010
"tracing_subscriber_ext",
1111
] }
1212
memory-stats = "1.1"
13-
opentelemetry = "0.21"
13+
opentelemetry = "0.22"
1414
serde_json = "1.0.79"
1515
tokio = { version = "1.0", features = ["full"] }
1616
tracing = "0.1"

0 commit comments

Comments
 (0)