Skip to content

Commit

Permalink
chore(dependencies): update tracing minimal version to 0.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Oct 18, 2023
1 parent 3cdef96 commit d03c54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -48,7 +48,7 @@ tokio-util = { version = "0.7.1", features = ["codec", "io"] }
tokio = { version = "1", features = ["io-util"] }
bytes = "1"
http = "0.2"
tracing = { version = "0.1.32", default-features = false, features = ["std"] }
tracing = { version = "0.1.35", default-features = false, features = ["std"] }
fnv = "1.0.5"
slab = "0.4.2"
indexmap = { version = "2", features = ["std"] }
Expand Down

0 comments on commit d03c54a

Please sign in to comment.