From 39f14088c87b26eb3452ae1362ab0900e27cc63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 04:31:33 +0000 Subject: [PATCH] build(deps): bump tracing-subscriber from 0.3.2 to 0.3.3 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.2...tracing-subscriber-0.3.3) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 +++++++++----------------- src/dataflowd/Cargo.toml | 4 ++-- src/materialized/Cargo.toml | 8 +++---- src/ore/Cargo.toml | 4 ++-- test/performance/s3-datagen/Cargo.toml | 4 ++-- 5 files changed, 20 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9711de7a637d9..02c3a0617638a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,15 +54,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "ansi_term" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" -dependencies = [ - "winapi", -] - [[package]] name = "ansi_term" version = "0.12.1" @@ -74,9 +65,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71" +checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" [[package]] name = "arbitrary" @@ -876,11 +867,11 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.3" +version = "2.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" +checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" dependencies = [ - "ansi_term 0.11.0", + "ansi_term", "atty", "bitflags", "strsim 0.8.0", @@ -4072,7 +4063,7 @@ dependencies = [ [[package]] name = "rdkafka" version = "0.28.0" -source = "git+https://github.com/fede1024/rust-rdkafka.git#354fe5382ded9fcafaa26633dd506700b0e594b0" +source = "git+https://github.com/fede1024/rust-rdkafka.git#bbd3417b02e354ebc194b315cbf959222a35f016" dependencies = [ "futures", "libc", @@ -4088,7 +4079,7 @@ dependencies = [ [[package]] name = "rdkafka-sys" version = "4.2.0+1.8.2" -source = "git+https://github.com/fede1024/rust-rdkafka.git#354fe5382ded9fcafaa26633dd506700b0e594b0" +source = "git+https://github.com/fede1024/rust-rdkafka.git#bbd3417b02e354ebc194b315cbf959222a35f016" dependencies = [ "cmake", "libc", @@ -5466,11 +5457,11 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507ec620f809cdf07cccb5bc57b13069a88031b795efd4079b1c71b66c1613d" +checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3" dependencies = [ - "ansi_term 0.12.1", + "ansi_term", "lazy_static", "matchers", "regex", diff --git a/src/dataflowd/Cargo.toml b/src/dataflowd/Cargo.toml index 5a5ab48e2806c..c649d64223b9c 100644 --- a/src/dataflowd/Cargo.toml +++ b/src/dataflowd/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" async-trait = "0.1.51" dataflow-types = { path = "../dataflow-types" } dataflow = { path = "../dataflow" } @@ -14,7 +14,7 @@ log = "0.4.13" ore = { path = "../ore" } structopt = "0.3.25" timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tracing-subscriber = "0.3.2" +tracing-subscriber = "0.3.3" tokio = { version = "1.13.0", 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 b0cb4685d9fe9..14d64c515913d 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -27,7 +27,7 @@ conflicts = "materialized" name = "materialized-unstable" [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" askama = { version = "0.10.5", features = ["serde-json"] } async-trait = "0.1.51" atty = "0.2.14" @@ -35,7 +35,7 @@ backtrace = "0.3.63" build-info = { path = "../build-info" } cfg-if = "1.0.0" chrono = { version = "0.4.0", default-features = false, features = ["std"] } -clap = { version = "2.33.0", features = ["wrap_help"] } +clap = { version = "2.34.0", features = ["wrap_help"] } compile-time-run = "0.2.12" coord = { path = "../coord" } crossbeam-channel = "0.5.1" @@ -84,7 +84,7 @@ tokio = { version = "1.13.0", features = ["sync"] } tokio-openssl = "0.6.3" tokio-stream = { version = "0.1.8", features = ["net"] } tracing = "0.1.29" -tracing-subscriber = "0.3.2" +tracing-subscriber = "0.3.3" url = "2.2.2" uuid = "0.8.2" @@ -119,7 +119,7 @@ serde_json = "1.0.72" tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres", branch = "mz-0.7.2", features = ["with-chrono-0_4"] } [build-dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" askama_shared = { version = "0.11.1", features = ["config"] } cc = "1.0.72" flate2 = "1.0.22" diff --git a/src/ore/Cargo.toml b/src/ore/Cargo.toml index f4a2010555492..de1ee1a2c96be 100644 --- a/src/ore/Cargo.toml +++ b/src/ore/Cargo.toml @@ -22,7 +22,7 @@ test = ["anyhow", "ctor", "tracing-subscriber"] # dependencies and is widely considered to be basically part of the stdlib. [dependencies] async-trait = { version = "0.1.51", optional = true } -anyhow = { version = "1.0.50", optional = true } +anyhow = { version = "1.0.51", optional = true } bytes = { version = "1.1.0", optional = true } chrono = { version = "0.4.0", default-features = false, features = ["std"], optional = true } ctor = { version = "0.1.21", optional = true } @@ -39,7 +39,7 @@ stacker = { version = "0.1.14", optional = true } structopt = { version = "0.3.25", optional = true } tokio = { version = "1.13.0", features = ["io-util", "net", "rt-multi-thread", "time"], optional = true } tokio-openssl = { version = "0.6.3", optional = true } -tracing-subscriber = { version = "0.3.2", default-features = false, features = ["env-filter", "fmt", "tracing-log"], optional = true } +tracing-subscriber = { version = "0.3.3", default-features = false, features = ["env-filter", "fmt", "tracing-log"], optional = true } [dev-dependencies] crossbeam-utils = "0.8.5" diff --git a/test/performance/s3-datagen/Cargo.toml b/test/performance/s3-datagen/Cargo.toml index e56f457d298d8..6a2bbc830c020 100644 --- a/test/performance/s3-datagen/Cargo.toml +++ b/test/performance/s3-datagen/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" aws-sdk-s3 = { version = "0.0.26-alpha", default-features = false } bytefmt = "0.1.7" futures = "0.3.18" @@ -16,4 +16,4 @@ ore = { path = "../../../src/ore" } structopt = "0.3.25" tokio = { version = "1.13.0", features = ["macros", "net", "rt", "time"] } tracing = "0.1.29" -tracing-subscriber = { version = "0.3.2", default-features = false, features = ["env-filter", "fmt"] } +tracing-subscriber = { version = "0.3.3", default-features = false, features = ["env-filter", "fmt"] }