From 25f045130e5ecd22457cb655bcb091aeb2d7bc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 10 May 2023 15:05:07 +0200 Subject: [PATCH] Downgrade tracing to 0.1.37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 0.1.38 and no new version was released Signed-off-by: Kévin Commaille --- crates/axum-utils/Cargo.toml | 2 +- crates/cli/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/email/Cargo.toml | 2 +- crates/graphql/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/iana-codegen/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/listener/Cargo.toml | 2 +- crates/oidc-client/Cargo.toml | 2 +- crates/policy/Cargo.toml | 2 +- crates/storage-pg/Cargo.toml | 2 +- crates/storage/Cargo.toml | 2 +- crates/tasks/Cargo.toml | 2 +- crates/templates/Cargo.toml | 2 +- crates/tower/Cargo.toml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index beb16be9..4dc853c4 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.96" thiserror = "1.0.40" tokio = "1.28.0" tower = { version = "0.4.13", features = ["util"] } -tracing = "0.1.38" +tracing = "0.1.37" url = "2.3.1" ulid = { version = "1.0.0", features = ["serde"] } diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9af92300..bd23364d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -28,7 +28,7 @@ tower-http = { version = "0.4.0", features = ["fs", "compression-full"] } url = "2.3.1" watchman_client = "0.8.0" -tracing = "0.1.38" +tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } tracing-opentelemetry = "0.19.0" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 04f1f33b..16fa2091 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.28.0", features = ["fs", "rt"] } -tracing = { version = "0.1.38" } +tracing = "0.1.37" async-trait = "0.1.68" thiserror = "1.0.40" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index e9105f7c..f25c79f1 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.68" -tracing = "0.1.38" +tracing = "0.1.37" thiserror = "1.0.40" headers = "0.3.8" diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index 06b8c4e3..0d32aaae 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -13,7 +13,7 @@ chrono = "0.4.24" serde = { version = "1.0.160", features = ["derive"] } thiserror = "1.0.40" tokio = { version = "1.28.0", features = ["sync"] } -tracing = "0.1.38" +tracing = "0.1.37" ulid = "1.0.0" url = "2.3.1" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 798e64a8..e61b2243 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -11,7 +11,7 @@ tokio = { version = "1.28.0", features = ["macros"] } futures-util = "0.3.28" # Logging and tracing -tracing = "0.1.38" +tracing = "0.1.37" # Error management thiserror = "1.0.40" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 95e1a50d..43d66186 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1.0.40" tokio = { version = "1.28.0", features = ["sync", "parking_lot"], optional = true } tower = { version = "0.4.13", features = [] } tower-http = { version = "0.4.0", features = ["cors"] } -tracing = "0.1.38" +tracing = "0.1.37" tracing-opentelemetry = "0.19.0" webpki = { version = "0.22.0", optional = true } webpki-roots = { version = "0.23.0", optional = true } diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 786bf675..4e761ee9 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -15,5 +15,5 @@ futures-util = "0.3.28" hyper = { version = "0.14.16", features = ["tcp", "client", "http1"] } serde = { version = "1.0.160", features = ["derive"] } tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] } -tracing = "0.1.38" +tracing = "0.1.37" tracing-subscriber = "0.3.17" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index 6b993e7a..36765916 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -26,7 +26,7 @@ serde_with = { version = "2.3.2", features = ["base64"] } sha2 = { version = "0.10.6", features = ["oid"] } signature = "2.1.0" thiserror = "1.0.40" -tracing = "0.1.38" +tracing = "0.1.37" url = { version = "2.3.1", features = ["serde"] } mas-iana = { path = "../iana" } diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index bda8dbd5..dbddde82 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.28.0", features = ["net", "rt", "macros", "signal", "time tokio-rustls = "0.24.0" tower-http = { version = "0.4.0", features = ["add-extension"] } tower-service = "0.3.2" -tracing = "0.1.38" +tracing = "0.1.37" libc = "0.2.142" [dev-dependencies] diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index d815f83c..4d90c6e8 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -37,7 +37,7 @@ serde_with = "2.3.2" thiserror = "1.0.40" tokio = { version = "1.28.0", features = ["rt", "macros", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["full"] } -tracing = "0.1.38" +tracing = "0.1.37" url = { version = "2.3.1", features = ["serde"] } mas-http = { path = "../http" } diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 0d7d60dc..c99cc015 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" thiserror = "1.0.40" tokio = { version = "1.28.0", features = ["io-util"] } -tracing = "0.1.38" +tracing = "0.1.37" wasmtime = { version = "7.0.0", default-features = false, features = ["async", "cranelift"] } mas-data-model = { path = "../data-model" } diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index da8edf86..67a7424d 100644 --- a/crates/storage-pg/Cargo.toml +++ b/crates/storage-pg/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4.24", features = ["serde"] } serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" thiserror = "1.0.40" -tracing = "0.1.38" +tracing = "0.1.37" futures-util = "0.3.28" rand = "0.8.5" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 4b4727ab..93f8f297 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -16,7 +16,7 @@ opentelemetry = "0.19.0" rand_core = "0.6.4" serde = "1.0.160" serde_json = "1.0.96" -tracing = "0.1.38" +tracing = "0.1.37" tracing-opentelemetry = "0.19.0" url = "2.3.1" ulid = "1.0.0" diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index b77589b3..e3be83e2 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -17,7 +17,7 @@ rand_chacha = "0.3.1" sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] } thiserror = "1.0.40" tower = "0.4.13" -tracing = "0.1.38" +tracing = "0.1.37" tracing-opentelemetry = "0.19.0" opentelemetry = "0.19.0" ulid = "1.0.0" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 05f4ade8..dd86f2b7 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -tracing = "0.1.38" +tracing = "0.1.37" tokio = { version = "1.28.0", features = ["macros", "rt"] } anyhow = "1.0.70" diff --git a/crates/tower/Cargo.toml b/crates/tower/Cargo.toml index 059991f7..6eb9a7f1 100644 --- a/crates/tower/Cargo.toml +++ b/crates/tower/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] aws-smithy-http = { version = "0.55.1", optional = true } http = "0.2.9" -tracing = "0.1.38" +tracing = "0.1.37" tracing-opentelemetry = "0.19.0" tower = "0.4.13" tokio = { version = "1.28.0", features = ["time"] }