Skip to content

Commit

Permalink
bump tracing crates
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davidbarsky authored and facebook-github-bot committed Dec 24, 2024
1 parent 805c447 commit 4ec9f39
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion shed/tokio-uds-compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4ec9f39

Please sign in to comment.