From c233b85f599515c24ee30f8a102108e162cbeac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Aug 2022 22:19:24 +0000 Subject: [PATCH] build(deps): bump tracing-subscriber from 0.3.7 to 0.3.15 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.7 to 0.3.15. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.7...tracing-subscriber-0.3.15) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 +++++++++++++++-------- src/dataflowd/Cargo.toml | 2 +- src/materialized/Cargo.toml | 2 +- src/ore/Cargo.toml | 2 +- src/s3-datagen/Cargo.toml | 2 +- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d50677bf67806..8c97def0d90dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4106,9 +4106,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.9.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" +checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" [[package]] name = "oorandom" @@ -5969,11 +5969,12 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.21" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" +checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" dependencies = [ - "lazy_static", + "once_cell", + "valuable", ] [[package]] @@ -5999,13 +6000,13 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.7" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5312f325fe3588e277415f5a6cca1f4ccad0f248c4cd5a4bd33032d7286abc22" +checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b" dependencies = [ "ansi_term", - "lazy_static", "matchers", + "once_cell", "regex", "sharded-slab", "smallvec", @@ -6148,6 +6149,12 @@ dependencies = [ "serde", ] +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + [[package]] name = "vcpkg" version = "0.2.8" diff --git a/src/dataflowd/Cargo.toml b/src/dataflowd/Cargo.toml index 1e31b585fcdf2..fb0c6cdd381ee 100644 --- a/src/dataflowd/Cargo.toml +++ b/src/dataflowd/Cargo.toml @@ -19,7 +19,7 @@ mz-dataflow = { path = "../dataflow" } tracing = "0.1.29" mz-ore = { path = "../ore" } timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tracing-subscriber = "0.3.7" +tracing-subscriber = "0.3.15" tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread"] } tokio-serde = { version = "0.8.0", features = ["bincode"] } tokio-util = { version = "0.6.9", features = ["codec"] } diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index 75e090ad9f9c1..86eafc04bf3eb 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -84,7 +84,7 @@ tokio = { version = "1.16.1", features = ["sync"] } tokio-openssl = "0.6.3" tokio-stream = { version = "0.1.8", features = ["net"] } tracing = "0.1.29" -tracing-subscriber = "0.3.7" +tracing-subscriber = "0.3.15" url = "2.2.2" uuid = "0.8.2" diff --git a/src/ore/Cargo.toml b/src/ore/Cargo.toml index 5a35d26b6a08b..1e03371f7b75f 100644 --- a/src/ore/Cargo.toml +++ b/src/ore/Cargo.toml @@ -48,7 +48,7 @@ tokio-openssl = { version = "0.6.3", optional = true } # log lines we care about. # Note that this feature is distinct from `tracing`'s `log` feature, which has `tracing` macros emit `log` records if # there is no global `tracing` subscriber. -tracing-subscriber = { version = "0.3.7", default-features = false, features = ["env-filter", "fmt", "tracing-log"], optional = true } +tracing-subscriber = { version = "0.3.15", default-features = false, features = ["env-filter", "fmt", "tracing-log"], optional = true } [dev-dependencies] crossbeam-utils = "0.8.7" diff --git a/src/s3-datagen/Cargo.toml b/src/s3-datagen/Cargo.toml index 3e293e7d8c6df..e971612df4be3 100644 --- a/src/s3-datagen/Cargo.toml +++ b/src/s3-datagen/Cargo.toml @@ -17,4 +17,4 @@ mz-aws-util = { path = "../aws-util", features = ["s3"] } mz-ore = { path = "../ore" } tokio = { version = "1.16.1", features = ["macros", "net", "rt", "time"] } tracing = "0.1.29" -tracing-subscriber = { version = "0.3.7", default-features = false, features = ["env-filter", "fmt"] } +tracing-subscriber = { version = "0.3.15", default-features = false, features = ["env-filter", "fmt"] }