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 166166c commit 202563c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fb303/thrift/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
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"] }

[build-dependencies]
thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2 changes: 1 addition & 1 deletion fb303/thrift/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fb303_core__clients = { package = "fb303_core_clients", version = "0.0.0", path
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
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"] }

[build-dependencies]
thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2 changes: 1 addition & 1 deletion fb303/thrift/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
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"] }

[build-dependencies]
thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

0 comments on commit 202563c

Please sign in to comment.