Skip to content

Commit

Permalink
tracing: update tracing-attributes to 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Apr 25, 2023
1 parent e35265a commit 8eac5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rust-version = "1.56.0"
[dependencies]
tracing-core = { path = "../tracing-core", version = "0.1.30", default-features = false }
log = { version = "0.4.17", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.1.23", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.1.24", optional = true }
pin-project-lite = "0.2.9"

[dev-dependencies]
Expand Down

0 comments on commit 8eac5ca

Please sign in to comment.