Skip to content

Commit

Permalink
tracing: update core to v0.1.31 and attributes to v0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Oct 13, 2023
1 parent 3825a50 commit b2a5e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ edition = "2018"
rust-version = "1.56.0"

[dependencies]
tracing-core = { path = "../tracing-core", version = "0.1.30", default-features = false }
tracing-core = { path = "../tracing-core", version = "0.1.31", default-features = false }
log = { version = "0.4.17", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.1.24", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.1.27", optional = true }
pin-project-lite = "0.2.9"

[dev-dependencies]
Expand Down

0 comments on commit b2a5e11

Please sign in to comment.