Skip to content

Commit

Permalink
update tracing-core to v0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Oct 6, 2022
1 parent 605c2ef commit 7f677e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Expand Up @@ -38,7 +38,7 @@ valuable = ["tracing-core/valuable", "valuable_crate", "valuable-serde", "tracin
local-time = ["time/local-offset"]

[dependencies]
tracing-core = { path = "../tracing-core", version = "0.1.28", default-features = false }
tracing-core = { path = "../tracing-core", version = "0.1.30", default-features = false }

# only required by the filter feature
tracing = { optional = true, path = "../tracing", version = "0.1.35", default-features = false }
Expand Down

0 comments on commit 7f677e7

Please sign in to comment.