From e48c74a74a7a1c43fe6fda18a00b7fff15cc0f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 15:49:28 +0000 Subject: [PATCH] Bump tracing from 0.1.30 to 0.1.31 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/email/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/iana-codegen/Cargo.toml | 2 +- crates/storage/Cargo.toml | 2 +- crates/tasks/Cargo.toml | 2 +- crates/templates/Cargo.toml | 2 +- crates/warp-utils/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4556d189..cbfcf84b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4147,9 +4147,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9" +checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" dependencies = [ "cfg-if", "log", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 953ca7a7..35770fcb 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -23,7 +23,7 @@ reqwest = { version = "0.11.9", features = ["rustls-tls"], default-features = fa watchman_client = "0.7.1" atty = "0.2.14" -tracing = "0.1.30" +tracing = "0.1.31" tracing-appender = "0.2.0" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } tracing-opentelemetry = "0.17.1" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 40fb4c4e..a0bc1b99 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.17.0", features = [] } -tracing = { version = "0.1.30", features = ["log"] } +tracing = { version = "0.1.31", features = ["log"] } async-trait = "0.1.52" thiserror = "1.0.30" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index 56fd2d6e..3ebb2dd7 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" anyhow = "1.0.53" async-trait = "0.1.52" tokio = { version = "1.17.0", features = ["macros"] } -tracing = "0.1.30" +tracing = "0.1.31" aws-sdk-sesv2 = "0.6.0" aws-config = "0.6.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 3cc45bed..1e17fbc5 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -13,7 +13,7 @@ dev = ["mas-static-files/dev", "mas-templates/dev"] tokio = { version = "1.17.0", features = ["macros"] } # Logging and tracing -tracing = "0.1.30" +tracing = "0.1.31" # Error management thiserror = "1.0.30" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 854b357d..785d660c 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -21,5 +21,5 @@ thiserror = "1.0.30" tokio = { version = "1.17.0", features = ["sync", "parking_lot"] } tower = { version = "0.4.12", features = ["timeout", "limit"] } tower-http = { version = "0.2.3", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] } -tracing = "0.1.30" +tracing = "0.1.31" tracing-opentelemetry = "0.17.1" diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 807cee97..0e5f4693 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -14,5 +14,5 @@ futures-util = "0.3.21" reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"], default-features = false } serde = { version = "1.0.136", features = ["derive"] } tokio = { version = "1.17.0", features = ["full"] } -tracing = "0.1.30" +tracing = "0.1.31" tracing-subscriber = "0.3.9" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 5bbffb99..4bdcf750 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4.19", features = ["serde"] } serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0.30" anyhow = "1.0.53" -tracing = "0.1.30" +tracing = "0.1.31" warp = "0.3.2" # Password hashing diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 56c475d3..7b095a5d 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -10,7 +10,7 @@ tokio = "1.17.0" async-trait = "0.1.52" tokio-stream = "0.1.8" futures-util = "0.3.21" -tracing = "0.1.30" +tracing = "0.1.31" sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "postgres"] } mas-storage = { path = "../storage" } diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 6aff0dd1..d9c28923 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" dev = [] [dependencies] -tracing = "0.1.30" +tracing = "0.1.31" tokio = { version = "1.17.0", features = ["macros"] } anyhow = "1.0.53" diff --git a/crates/warp-utils/Cargo.toml b/crates/warp-utils/Cargo.toml index 16304df5..3ca4cef6 100644 --- a/crates/warp-utils/Cargo.toml +++ b/crates/warp-utils/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.79" serde_urlencoded = "0.7.1" data-encoding = "2.3.2" once_cell = "1.9.0" -tracing = "0.1.30" +tracing = "0.1.31" opentelemetry = "0.17.0" rand = "0.8.5" mime = "0.3.16"