Skip to content

Commit cfc64f3

Browse files
build(deps): update tracing-log requirement from 0.1.3 to 0.2.0 (#64)
1 parent 70f3ed6 commit cfc64f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ opentelemetry_sdk = { version = "0.20.0", default-features = false, features = [
3030
tracing = { version = "0.1.35", default-features = false, features = ["std"] }
3131
tracing-core = "0.1.28"
3232
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std"] }
33-
tracing-log = { version = "0.1.3", default-features = false, optional = true }
33+
tracing-log = { version = "0.2.0", default-features = false, optional = true }
3434
once_cell = "1.13.0"
3535

3636
# Fix minimal-versions

0 commit comments

Comments
 (0)