Skip to content

Commit 202563c

Browse files
davidbarskyfacebook-github-bot
authored andcommitted
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
1 parent 166166c commit 202563c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fb303/thrift/clients/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac
2222
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
2323
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
futures = { version = "0.3.30", features = ["async-await", "compat"] }
25-
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
25+
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2626

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

fb303/thrift/mocks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fb303_core__clients = { package = "fb303_core_clients", version = "0.0.0", path
2323
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
2424
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2525
futures = { version = "0.3.30", features = ["async-await", "compat"] }
26-
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
26+
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2727

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

fb303/thrift/services/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac
2222
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
2323
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
futures = { version = "0.3.30", features = ["async-await", "compat"] }
25-
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
25+
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2626

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

0 commit comments

Comments
 (0)