Cargo.toml: Loosen tracing dependency to just 0.1.

This commit is contained in:
Jonathan Davies
2023-01-23 22:27:44 +00:00
parent f952e37ba7
commit 20c1cdf662
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ hexdump = "0.1"
xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] }
hex = "0.4"
lazy_static = "1.4"
tracing = "0.1.30"
tracing = "0.1"
rand = "0.8"
sha2 = "0.10"