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 70f3ed6 commit cfc64f3Copy full SHA for cfc64f3
Cargo.toml
@@ -30,7 +30,7 @@ opentelemetry_sdk = { version = "0.20.0", default-features = false, features = [
30
tracing = { version = "0.1.35", default-features = false, features = ["std"] }
31
tracing-core = "0.1.28"
32
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std"] }
33
-tracing-log = { version = "0.1.3", default-features = false, optional = true }
+tracing-log = { version = "0.2.0", default-features = false, optional = true }
34
once_cell = "1.13.0"
35
36
# Fix minimal-versions
0 commit comments