From fea750430148286383f5d1e3de83cbd33dd4ce58 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Tue, 24 Dec 2024 08:30:20 -0800 Subject: [PATCH] bump tracing crates Summary: Bumping `tracing` on request by request of https://fb.workplace.com/groups/rust.language/permalink/27599598322995421/. Reviewed By: dtolnay Differential Revision: D67613929 fbshipit-source-id: 33a77fb8861b00f31000f83e705507c211962bc4 --- .../src/thrift/lib/rust/annotation/all/clients/Cargo.toml | 2 +- .../thrift/src/thrift/lib/rust/annotation/all/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/all/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/compat/clients/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/compat/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/compat/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/cpp/clients/Cargo.toml | 2 +- .../thrift/src/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/cpp/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/erlang/clients/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/erlang/services/Cargo.toml | 2 +- .../thrift/src/thrift/lib/rust/annotation/go/clients/Cargo.toml | 2 +- .../thrift/src/thrift/lib/rust/annotation/go/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/go/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/hack/clients/Cargo.toml | 2 +- .../thrift/src/thrift/lib/rust/annotation/hack/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/hack/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/java/clients/Cargo.toml | 2 +- .../thrift/src/thrift/lib/rust/annotation/java/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/java/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/python/clients/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/python/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/python/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/rust/clients/Cargo.toml | 2 +- .../thrift/src/thrift/lib/rust/annotation/rust/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/rust/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/scope/clients/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/scope/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/scope/services/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/thrift/clients/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml | 2 +- .../src/thrift/lib/rust/annotation/thrift/services/Cargo.toml | 2 +- .../lib/rust/deterministic_hash/src/tests/clients/Cargo.toml | 2 +- .../lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml | 2 +- .../lib/rust/deterministic_hash/src/tests/services/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml | 2 +- .../thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/all/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/all/clients/Cargo.toml index a6819a831d021..15d1603980d19 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/all/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/all/clients/Cargo.toml @@ -40,7 +40,7 @@ scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } thrift = { version = "0.0.1+unstable", path = "../../thrift" } thrift_clients = { version = "0.0.1+unstable", path = "../../thrift/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/all/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/all/mocks/Cargo.toml index e4572246285da..9d112e3329dec 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/all/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/all/mocks/Cargo.toml @@ -50,7 +50,7 @@ scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } thrift = { version = "0.0.1+unstable", path = "../../thrift" } thrift_clients = { version = "0.0.1+unstable", path = "../../thrift/clients" } thrift_mocks = { version = "0.0.1+unstable", path = "../../thrift/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/all/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/all/services/Cargo.toml index 0c4e6011c2642..9da9ac3a69185 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/all/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/all/services/Cargo.toml @@ -40,7 +40,7 @@ scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } thrift = { version = "0.0.1+unstable", path = "../../thrift" } thrift_services = { version = "0.0.1+unstable", path = "../../thrift/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/compat/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/compat/clients/Cargo.toml index ee5cfa8b135c6..08f1dae4eb62c 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/compat/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/compat/clients/Cargo.toml @@ -24,7 +24,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/compat/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/compat/mocks/Cargo.toml index 975d52acbc235..772179620d28f 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/compat/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/compat/mocks/Cargo.toml @@ -26,7 +26,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/compat/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/compat/services/Cargo.toml index 601769a84c30c..127a8c49b8a3e 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/compat/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/compat/services/Cargo.toml @@ -24,7 +24,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/cpp/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/cpp/clients/Cargo.toml index 0e9f3dfe2d62b..e83467620d8a3 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/cpp/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/cpp/clients/Cargo.toml @@ -26,7 +26,7 @@ scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } thrift = { version = "0.0.1+unstable", path = "../../thrift" } thrift_clients = { version = "0.0.1+unstable", path = "../../thrift/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml index 03178998cebe9..df28d340c301b 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml @@ -29,7 +29,7 @@ scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } thrift = { version = "0.0.1+unstable", path = "../../thrift" } thrift_clients = { version = "0.0.1+unstable", path = "../../thrift/clients" } thrift_mocks = { version = "0.0.1+unstable", path = "../../thrift/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/cpp/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/cpp/services/Cargo.toml index ab6c43cd83dd4..9e16007a7732b 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/cpp/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/cpp/services/Cargo.toml @@ -26,7 +26,7 @@ scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } thrift = { version = "0.0.1+unstable", path = "../../thrift" } thrift_services = { version = "0.0.1+unstable", path = "../../thrift/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/erlang/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/erlang/clients/Cargo.toml index 37050a96a6cd0..36a9cd99582d0 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/erlang/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/erlang/clients/Cargo.toml @@ -24,7 +24,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml index cdbbf0d3f5f3c..3c6c14445f36e 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml @@ -26,7 +26,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/erlang/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/erlang/services/Cargo.toml index 2f34434eae229..a82edcd969024 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/erlang/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/erlang/services/Cargo.toml @@ -24,7 +24,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/go/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/go/clients/Cargo.toml index 17559db3dece7..95459ec83586f 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/go/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/go/clients/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } go__types = { package = "go", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/go/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/go/mocks/Cargo.toml index 2134c3b644def..d0d6fbd662452 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/go/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/go/mocks/Cargo.toml @@ -26,7 +26,7 @@ go__types = { package = "go", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/go/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/go/services/Cargo.toml index 50534afc82f87..2e3bab8340934 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/go/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/go/services/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } go__types = { package = "go", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/hack/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/hack/clients/Cargo.toml index a9673f2a60fd8..87264b64c1602 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/hack/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/hack/clients/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } hack__types = { package = "hack", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/hack/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/hack/mocks/Cargo.toml index ee75f7bada83b..e9639d5d3479e 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/hack/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/hack/mocks/Cargo.toml @@ -26,7 +26,7 @@ hack__types = { package = "hack", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/hack/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/hack/services/Cargo.toml index 3c789c4f2470e..c64cf203bd34b 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/hack/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/hack/services/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } hack__types = { package = "hack", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/java/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/java/clients/Cargo.toml index 103ab2d75a2f4..6bf3cab4ad259 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/java/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/java/clients/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } java__types = { package = "java", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/java/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/java/mocks/Cargo.toml index b4d01b6a65be7..a1fe9c17cfc86 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/java/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/java/mocks/Cargo.toml @@ -26,7 +26,7 @@ java__types = { package = "java", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/java/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/java/services/Cargo.toml index d92e9775e0dbb..21792871c6a9b 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/java/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/java/services/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } java__types = { package = "java", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/python/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/python/clients/Cargo.toml index 4c2754b1e252c..480187b5b4b9c 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/python/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/python/clients/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } python__types = { package = "python", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/python/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/python/mocks/Cargo.toml index 2ae2e95af7171..e11f77245a3d3 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/python/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/python/mocks/Cargo.toml @@ -26,7 +26,7 @@ python__types = { package = "python", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/python/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/python/services/Cargo.toml index 2f49554d16ead..86b19c74893b6 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/python/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/python/services/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } python__types = { package = "python", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/rust/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/rust/clients/Cargo.toml index 0b81b61cdd250..be8f7831da531 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/rust/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/rust/clients/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } rust__types = { package = "rust", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/rust/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/rust/mocks/Cargo.toml index cfd89f9be08fc..f03c12a254f96 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/rust/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/rust/mocks/Cargo.toml @@ -26,7 +26,7 @@ rust__types = { package = "rust", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/rust/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/rust/services/Cargo.toml index 3644edf6ec2ec..a8af4861d9c73 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/rust/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/rust/services/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } rust__types = { package = "rust", version = "0.0.1+unstable", path = ".." } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/scope/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/scope/clients/Cargo.toml index 3fda004e5fc2a..1655705b5f531 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/scope/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/scope/clients/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } scope__types = { package = "scope", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/scope/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/scope/mocks/Cargo.toml index e08fb5849edb7..c700aa09c3fd4 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/scope/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/scope/mocks/Cargo.toml @@ -23,7 +23,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } scope__clients = { package = "scope_clients", version = "0.0.1+unstable", path = "../clients" } scope__types = { package = "scope", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/scope/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/scope/services/Cargo.toml index 4af4a0cdd59f6..041ff38d91905 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/scope/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/scope/services/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } scope__types = { package = "scope", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/thrift/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/thrift/clients/Cargo.toml index e8ff8a07faf60..2e408bd0f0a33 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/thrift/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/thrift/clients/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } thrift__types = { package = "thrift", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml index fcb422ceed12d..442405bdc29bb 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml @@ -26,7 +26,7 @@ scope_clients = { version = "0.0.1+unstable", path = "../../scope/clients" } scope_mocks = { version = "0.0.1+unstable", path = "../../scope/mocks" } thrift__clients = { package = "thrift_clients", version = "0.0.1+unstable", path = "../clients" } thrift__types = { package = "thrift", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/annotation/thrift/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/annotation/thrift/services/Cargo.toml index 459bb15388210..8f47b367e44da 100644 --- a/third-party/thrift/src/thrift/lib/rust/annotation/thrift/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/annotation/thrift/services/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } scope = { version = "0.0.1+unstable", path = "../../scope" } scope_services = { version = "0.0.1+unstable", path = "../../scope/services" } thrift__types = { package = "thrift", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml index 7840a3f2816ee..477a6c5ed6d4c 100644 --- a/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } teststructs__types = { package = "teststructs", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml index 566cef4579be5..05c3b6d83461f 100644 --- a/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml @@ -23,7 +23,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } teststructs__clients = { package = "teststructs_clients", version = "0.0.1+unstable", path = "../clients" } teststructs__types = { package = "teststructs", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml index bbe64a164b533..eadebc2e34489 100644 --- a/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } teststructs__types = { package = "teststructs", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml index dc65bcc83949b..b82d978c9d3df 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } test_if__types = { package = "fbthrift_test_if", version = "0.0.1+unstable", path = ".." } thrift = { version = "0.0.1+unstable", path = "../../../../annotation/thrift" } thrift_clients = { version = "0.0.1+unstable", path = "../../../../annotation/thrift/clients" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml index 507faea750a4c..a0f21102a048b 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml @@ -26,7 +26,7 @@ test_if__types = { package = "fbthrift_test_if", version = "0.0.1+unstable", pat thrift = { version = "0.0.1+unstable", path = "../../../../annotation/thrift" } thrift_clients = { version = "0.0.1+unstable", path = "../../../../annotation/thrift/clients" } thrift_mocks = { version = "0.0.1+unstable", path = "../../../../annotation/thrift/mocks" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml index 3674192722b8c..d98790e344d8c 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } test_if__types = { package = "fbthrift_test_if", version = "0.0.1+unstable", path = ".." } thrift = { version = "0.0.1+unstable", path = "../../../../annotation/thrift" } thrift_services = { version = "0.0.1+unstable", path = "../../../../annotation/thrift/services" } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml index 28a67b5bf254f..7441ebe7c0310 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } test_competing_defaults_if__types = { package = "test_competing_defaults_if", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml index f2aa211ade23a..dc2118db5f1f3 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml @@ -23,7 +23,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } test_competing_defaults_if__clients = { package = "test_competing_defaults_if_clients", version = "0.0.1+unstable", path = "../clients" } test_competing_defaults_if__types = { package = "test_competing_defaults_if", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml index 5108694fe4106..3879fda9b85a5 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } test_competing_defaults_if__types = { package = "test_competing_defaults_if", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml index f9f67f6f3a120..cf0d9036a9eec 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } test_deprecated_optional_with_default_is_some_if__types = { package = "test_deprecated_optional_with_default_is_some_if", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml index 5677d69ed1bff..61a42b1b6dbbe 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml @@ -23,7 +23,7 @@ fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } test_deprecated_optional_with_default_is_some_if__clients = { package = "test_deprecated_optional_with_default_is_some_if_clients", version = "0.0.1+unstable", path = "../clients" } test_deprecated_optional_with_default_is_some_if__types = { package = "test_deprecated_optional_with_default_is_some_if", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml index 8a53dd5b9129b..b802a2a083bce 100644 --- a/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml +++ b/third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac fbthrift = { version = "0.0.1+unstable", path = "../../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } test_deprecated_optional_with_default_is_some_if__types = { package = "test_deprecated_optional_with_default_is_some_if", version = "0.0.1+unstable", path = ".." } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [build-dependencies] thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }