Skip to content

Commit b4c2a9f

Browse files
chore: release v0.31.6 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6638a64 commit b4c2a9f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111

1212
[workspace.package]
1313
rust-version = "1.92.0"
14-
version = "0.31.5"
14+
version = "0.31.6"
1515
authors = ["nivek <h49987180@gmail.com>"]
1616
edition = "2024"
1717
license = "MIT/Apache-2.0"
@@ -36,7 +36,7 @@ categories = ["asynchronous"]
3636
anyhow = "1.0"
3737

3838
axum = { version = "0.8.7" }
39-
axum-otel = { path = "crates/axum-otel", version = "0.31.5" }
39+
axum-otel = { path = "crates/axum-otel", version = "0.31.6" }
4040
config = { version = "0.14.0", default-features = false }
4141
dotenvy = { version = "0.15.7" }
4242
http = { version = "1.3.1" }
@@ -77,9 +77,9 @@ tower-http = { version = "0.6.6", features = ["trace"] }
7777
tracing = { version = "0.1.44" }
7878
tracing-appender = { version = "0.2.4" }
7979
tracing-opentelemetry = { version = "0.32.0" }
80-
tracing-opentelemetry-extra = { path = "crates/tracing-opentelemetry", version = "0.31.5" }
80+
tracing-opentelemetry-extra = { path = "crates/tracing-opentelemetry", version = "0.31.6" }
8181
tracing-otel-extra = { path = "crates/tracing-otel", features = [
8282
"fields",
8383
"context",
84-
], version = "0.31.5" }
84+
], version = "0.31.6" }
8585
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }

0 commit comments

Comments
 (0)