Merge branch 'master' into asonix/fix-warnings

This commit is contained in:
Jane Lusby 2022-01-12 15:41:57 -08:00 committed by GitHub
commit 3de5d080bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing-error = "0.1.2"
tracing-core = "0.1.10"
tracing-error = "0.2.0"
tracing-core = "0.1.21"
owo-colors = "1.2.0"
once_cell = "1.4.1"
[dev-dependencies]
tracing-subscriber = "0.2.5"
tracing = "0.1.13"
tracing-subscriber = "0.3.4"
tracing = "0.1.29"
ansi-parser = "0.6.5" # used for testing color schemes
[package.metadata.docs.rs]