Merge pull request #194 from vbrandl/dependabot/cargo/tracing-subscriber-0.2.15

Bump tracing-subscriber from 0.2.14 to 0.2.15
This commit is contained in:
Valentin Brandl 2020-11-23 11:56:47 +01:00 committed by GitHub
commit 3af60a82ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2550,9 +2550,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-subscriber" name = "tracing-subscriber"
version = "0.2.14" version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2810660b9d5b18895d140caba6401765749a6a162e5d0736cfc44ea50db9d79d" checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"chrono", "chrono",

View File

@ -26,7 +26,7 @@ slog-atomic = "3.0.0"
slog-term = "2.6.0" slog-term = "2.6.0"
structopt = "0.3.20" structopt = "0.3.20"
tracing = "0.1.21" tracing = "0.1.21"
tracing-subscriber = "0.2.14" tracing-subscriber = "0.2.15"
tracing-actix-web = "0.2.1" tracing-actix-web = "0.2.1"
tracing-futures = "0.2.4" tracing-futures = "0.2.4"