We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826cda0 commit c40e9acCopy full SHA for c40e9ac
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "logfire"
3
-version = "0.5.0"
+version = "0.6.0"
4
edition = "2024"
5
license = "MIT"
6
rust-version = "1.85"
@@ -47,7 +47,7 @@ ulid = "1.2.0"
47
# Dependencies for examples
48
axum = { version = "0.8", features = ["macros"] }
49
axum-tracing-opentelemetry = { version = "0.29", features = ["tracing_level_info"] }
50
-axum-otel-metrics = "0.11.0"
+axum-otel-metrics = "0.12.0"
51
actix-web = "4.0"
52
opentelemetry-instrumentation-actix-web = { version = "0.22", features = ["metrics"] }
53
serde = { version = "1.0", features = ["derive"] }
0 commit comments