Bump tracing

This commit is contained in:
Laurențiu Nicola 2022-10-08 21:30:04 +03:00
parent 50f990c46f
commit bb6990c4c9
5 changed files with 12 additions and 12 deletions

View file

@ -19,7 +19,7 @@ object = { version = "0.29.0", default-features = false, features = [
] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81", features = ["unbounded_depth"] }
tracing = "0.1.35"
tracing = "0.1.37"
memmap2 = "0.5.4"
snap = "1.0.5"