From c9d2886db04ee372ca92934036909a2a39a663a7 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Oct 2022 08:01:56 +0000 Subject: [PATCH] Update Rust crate tracing to 0.1.37 --- Cargo.lock | 12 ++++++------ como_api/Cargo.toml | 2 +- como_bin/Cargo.toml | 2 +- como_gql/Cargo.toml | 2 +- como_infrastructure/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 427de5d..3cd5d07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2934,9 +2934,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.36" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if 1.0.0", "log", @@ -2947,9 +2947,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" +checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ "proc-macro2", "quote", @@ -2958,9 +2958,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" +checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" dependencies = [ "once_cell", "valuable", diff --git a/como_api/Cargo.toml b/como_api/Cargo.toml index 78fde40..275058c 100644 --- a/como_api/Cargo.toml +++ b/como_api/Cargo.toml @@ -30,7 +30,7 @@ sqlx = { version = "0.6", features = [ ] } anyhow = "1.0.60" dotenv = "0.15.0" -tracing = "0.1.36" +tracing = "0.1.37" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } argon2 = "0.4" rand_core = { version = "0.6", features = ["std"] } diff --git a/como_bin/Cargo.toml b/como_bin/Cargo.toml index 148e1b8..2f3fd1d 100644 --- a/como_bin/Cargo.toml +++ b/como_bin/Cargo.toml @@ -30,7 +30,7 @@ sqlx = { version = "0.6", features = [ ] } anyhow = "1.0.60" dotenv = "0.15.0" -tracing = "0.1.36" +tracing = "0.1.37" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["full"] } argon2 = "0.4" diff --git a/como_gql/Cargo.toml b/como_gql/Cargo.toml index e4f8f16..72fecbf 100644 --- a/como_gql/Cargo.toml +++ b/como_gql/Cargo.toml @@ -28,7 +28,7 @@ sqlx = { version = "0.6", features = [ ] } anyhow = "1.0.60" dotenv = "0.15.0" -tracing = "0.1.36" +tracing = "0.1.37" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["full"] } argon2 = "0.4" diff --git a/como_infrastructure/Cargo.toml b/como_infrastructure/Cargo.toml index 7c22b00..06b3760 100644 --- a/como_infrastructure/Cargo.toml +++ b/como_infrastructure/Cargo.toml @@ -27,7 +27,7 @@ sqlx = { version = "0.6", features = [ ] } anyhow = "1.0.60" dotenv = "0.15.0" -tracing = "0.1.36" +tracing = "0.1.37" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["full"] } argon2 = "0.4"