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
@@ -29,7 +29,7 @@ err-derive = "0.3"
hex = "0.4"
hmac = "0.12"
idna = "0.3"
tracing = "0.1.30"
tracing = "0.1"
md-5 = "0.10"
nom = "7.1"
sha2 = "0.10"