diff --git a/thrift/lib/rust/annotation/all/clients/Cargo.toml b/thrift/lib/rust/annotation/all/clients/Cargo.toml index a6819a831d0..15d1603980d 100644 --- a/thrift/lib/rust/annotation/all/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/all/mocks/Cargo.toml b/thrift/lib/rust/annotation/all/mocks/Cargo.toml index e4572246285..9d112e3329d 100644 --- a/thrift/lib/rust/annotation/all/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/all/services/Cargo.toml b/thrift/lib/rust/annotation/all/services/Cargo.toml index 0c4e6011c26..9da9ac3a691 100644 --- a/thrift/lib/rust/annotation/all/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/compat/clients/Cargo.toml b/thrift/lib/rust/annotation/compat/clients/Cargo.toml index ee5cfa8b135..08f1dae4eb6 100644 --- a/thrift/lib/rust/annotation/compat/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/compat/mocks/Cargo.toml b/thrift/lib/rust/annotation/compat/mocks/Cargo.toml index 975d52acbc2..772179620d2 100644 --- a/thrift/lib/rust/annotation/compat/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/compat/services/Cargo.toml b/thrift/lib/rust/annotation/compat/services/Cargo.toml index 601769a84c3..127a8c49b8a 100644 --- a/thrift/lib/rust/annotation/compat/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/cpp/clients/Cargo.toml b/thrift/lib/rust/annotation/cpp/clients/Cargo.toml index 0e9f3dfe2d6..e83467620d8 100644 --- a/thrift/lib/rust/annotation/cpp/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml b/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml index 03178998ceb..df28d340c30 100644 --- a/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/cpp/services/Cargo.toml b/thrift/lib/rust/annotation/cpp/services/Cargo.toml index ab6c43cd83d..9e16007a773 100644 --- a/thrift/lib/rust/annotation/cpp/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/erlang/clients/Cargo.toml b/thrift/lib/rust/annotation/erlang/clients/Cargo.toml index 37050a96a6c..36a9cd99582 100644 --- a/thrift/lib/rust/annotation/erlang/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml b/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml index cdbbf0d3f5f..3c6c14445f3 100644 --- a/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/erlang/services/Cargo.toml b/thrift/lib/rust/annotation/erlang/services/Cargo.toml index 2f34434eae2..a82edcd9690 100644 --- a/thrift/lib/rust/annotation/erlang/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/go/clients/Cargo.toml b/thrift/lib/rust/annotation/go/clients/Cargo.toml index 17559db3dec..95459ec8358 100644 --- a/thrift/lib/rust/annotation/go/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/go/mocks/Cargo.toml b/thrift/lib/rust/annotation/go/mocks/Cargo.toml index 2134c3b644d..d0d6fbd6624 100644 --- a/thrift/lib/rust/annotation/go/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/go/services/Cargo.toml b/thrift/lib/rust/annotation/go/services/Cargo.toml index 50534afc82f..2e3bab83409 100644 --- a/thrift/lib/rust/annotation/go/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/hack/clients/Cargo.toml b/thrift/lib/rust/annotation/hack/clients/Cargo.toml index a9673f2a60f..87264b64c16 100644 --- a/thrift/lib/rust/annotation/hack/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/hack/mocks/Cargo.toml b/thrift/lib/rust/annotation/hack/mocks/Cargo.toml index ee75f7bada8..e9639d5d347 100644 --- a/thrift/lib/rust/annotation/hack/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/hack/services/Cargo.toml b/thrift/lib/rust/annotation/hack/services/Cargo.toml index 3c789c4f247..c64cf203bd3 100644 --- a/thrift/lib/rust/annotation/hack/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/java/clients/Cargo.toml b/thrift/lib/rust/annotation/java/clients/Cargo.toml index 103ab2d75a2..6bf3cab4ad2 100644 --- a/thrift/lib/rust/annotation/java/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/java/mocks/Cargo.toml b/thrift/lib/rust/annotation/java/mocks/Cargo.toml index b4d01b6a65b..a1fe9c17cfc 100644 --- a/thrift/lib/rust/annotation/java/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/java/services/Cargo.toml b/thrift/lib/rust/annotation/java/services/Cargo.toml index d92e9775e0d..21792871c6a 100644 --- a/thrift/lib/rust/annotation/java/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/python/clients/Cargo.toml b/thrift/lib/rust/annotation/python/clients/Cargo.toml index 4c2754b1e25..480187b5b4b 100644 --- a/thrift/lib/rust/annotation/python/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/python/mocks/Cargo.toml b/thrift/lib/rust/annotation/python/mocks/Cargo.toml index 2ae2e95af71..e11f77245a3 100644 --- a/thrift/lib/rust/annotation/python/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/python/services/Cargo.toml b/thrift/lib/rust/annotation/python/services/Cargo.toml index 2f49554d16e..86b19c74893 100644 --- a/thrift/lib/rust/annotation/python/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/rust/clients/Cargo.toml b/thrift/lib/rust/annotation/rust/clients/Cargo.toml index 0b81b61cdd2..be8f7831da5 100644 --- a/thrift/lib/rust/annotation/rust/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/rust/mocks/Cargo.toml b/thrift/lib/rust/annotation/rust/mocks/Cargo.toml index cfd89f9be08..f03c12a254f 100644 --- a/thrift/lib/rust/annotation/rust/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/rust/services/Cargo.toml b/thrift/lib/rust/annotation/rust/services/Cargo.toml index 3644edf6ec2..a8af4861d9c 100644 --- a/thrift/lib/rust/annotation/rust/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/scope/clients/Cargo.toml b/thrift/lib/rust/annotation/scope/clients/Cargo.toml index 3fda004e5fc..1655705b5f5 100644 --- a/thrift/lib/rust/annotation/scope/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/scope/mocks/Cargo.toml b/thrift/lib/rust/annotation/scope/mocks/Cargo.toml index e08fb5849ed..c700aa09c3f 100644 --- a/thrift/lib/rust/annotation/scope/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/scope/services/Cargo.toml b/thrift/lib/rust/annotation/scope/services/Cargo.toml index 4af4a0cdd59..041ff38d919 100644 --- a/thrift/lib/rust/annotation/scope/services/Cargo.toml +++ b/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/thrift/lib/rust/annotation/thrift/clients/Cargo.toml b/thrift/lib/rust/annotation/thrift/clients/Cargo.toml index e8ff8a07faf..2e408bd0f0a 100644 --- a/thrift/lib/rust/annotation/thrift/clients/Cargo.toml +++ b/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/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml b/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml index fcb422ceed1..442405bdc29 100644 --- a/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml +++ b/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/thrift/lib/rust/annotation/thrift/services/Cargo.toml b/thrift/lib/rust/annotation/thrift/services/Cargo.toml index 459bb153882..8f47b367e44 100644 --- a/thrift/lib/rust/annotation/thrift/services/Cargo.toml +++ b/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/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml index 7840a3f2816..477a6c5ed6d 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml +++ b/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/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml index 566cef4579b..05c3b6d8346 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml +++ b/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/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml index bbe64a164b5..eadebc2e344 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml index dc65bcc8394..b82d978c9d3 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml index 507faea750a..a0f21102a04 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml index 3674192722b..d98790e344d 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml index 28a67b5bf25..7441ebe7c03 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml index f2aa211ade2..dc2118db5f1 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml index 5108694fe41..3879fda9b85 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml index f9f67f6f3a1..cf0d9036a9e 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml index 5677d69ed1b..61a42b1b6db 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml +++ b/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/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml index 8a53dd5b912..b802a2a083b 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml +++ b/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" }