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 4899a96 commit fea7504
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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
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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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
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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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
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" }
Loading

0 comments on commit fea7504

Please sign in to comment.