tests: adding tests to std io logger (#526)

This commit is contained in:
Benjamin
2021-12-14 14:07:56 +01:00
committed by GitHub
parent 793c9436d0
commit 07adf08606
4 changed files with 174 additions and 27 deletions

4
Cargo.lock generated
View File

@@ -3629,9 +3629,9 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.18"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
dependencies = [
"lazy_static",
]