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
Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
tottoto authored and 0xE282B0 committed Jan 16, 2024
1 parent 4175d23 commit c66e377
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 @@ -52,7 +52,7 @@ tokio-util_wasi = { version = "0.7.4", features = ["codec", "io"] }
tokio_wasi = {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 c66e377

Please sign in to comment.