1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-01 12:26:17 +02:00

Merge pull request #844 from containers/dependabot/cargo/crates/tracing-core-0.1.25

chore(deps): bump tracing-core from 0.1.24 to 0.1.25 in /crates
This commit is contained in:
Thomas Schubart 2022-04-13 20:55:00 +02:00 committed by GitHub
commit 4498a9b398
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
crates/Cargo.lock generated
View File

@ -2165,9 +2165,9 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.24"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"
checksum = "6dfce9f3241b150f36e8e54bb561a742d5daa1a47b5dd9a5ce369fd4a4db2210"
dependencies = [
"lazy_static",
]