From 4ec9f39b25ec3082031512129c53368ea507c4de 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 --- Cargo.toml | 1 - .../cached_config_thrift_struct/clients/Cargo.toml | 2 +- .../justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml | 2 +- .../cached_config_thrift_struct/services/Cargo.toml | 2 +- shed/tokio-uds-compat/Cargo.toml | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a979f961..7de2b4455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ plexi-core = { git = "https://github.com/haochenuw/plexi", rev = "a0326d9802a594 pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = "https://github.com/fbsource/pyo3", rev = "ff94a09031cc29d88d57ae3c846e5b871497aeb9" } quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" } tokio-vsock = { git = "https://github.com/cryo28/tokio-vsock", rev = "9bc4bf2c933e1bc3234bf6e2709bcec6696221a9" } -tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "70a867877d5232b686d5fd70bbb4cbf37f4b38c6" } uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml index 1b6356c7f..cdfb840f9 100644 --- a/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml +++ b/shed/justknobs_stub/cached_config_thrift_struct/clients/Cargo.toml @@ -23,7 +23,7 @@ codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_incl fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.30", features = ["async-await", "compat"] } just_knobs_struct__types = { package = "just_knobs_struct", version = "0.1.0", 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", path = "../../../thrift_compiler" } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml index b44d73f64..3a291db59 100644 --- a/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml +++ b/shed/justknobs_stub/cached_config_thrift_struct/mocks/Cargo.toml @@ -24,7 +24,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.30", features = ["async-await", "compat"] } just_knobs_struct__clients = { package = "just_knobs_struct_clients", version = "0.1.0", path = "../clients" } just_knobs_struct__types = { package = "just_knobs_struct", version = "0.1.0", 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", path = "../../../thrift_compiler" } diff --git a/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml b/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml index 13df8b20d..f68c8417f 100644 --- a/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml +++ b/shed/justknobs_stub/cached_config_thrift_struct/services/Cargo.toml @@ -23,7 +23,7 @@ codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_incl fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.30", features = ["async-await", "compat"] } just_knobs_struct__types = { package = "just_knobs_struct", version = "0.1.0", 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", path = "../../../thrift_compiler" } diff --git a/shed/tokio-uds-compat/Cargo.toml b/shed/tokio-uds-compat/Cargo.toml index 659849d94..8cdae0e85 100644 --- a/shed/tokio-uds-compat/Cargo.toml +++ b/shed/tokio-uds-compat/Cargo.toml @@ -19,5 +19,5 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } [target.'cfg(target_os = "windows")'.dependencies] async-io = "1.4.1" futures = { version = "0.3.30", features = ["async-await", "compat"] } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } uds_windows = "1.0.1"