Skip to content

Commit

Permalink
build(deps): update tracing-log requirement from 0.1.3 to 0.2.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 70f3ed6 commit cfc64f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ opentelemetry_sdk = { version = "0.20.0", default-features = false, features = [
tracing = { version = "0.1.35", default-features = false, features = ["std"] }
tracing-core = "0.1.28"
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std"] }
tracing-log = { version = "0.1.3", default-features = false, optional = true }
tracing-log = { version = "0.2.0", default-features = false, optional = true }
once_cell = "1.13.0"

# Fix minimal-versions
Expand Down

0 comments on commit cfc64f3

Please sign in to comment.