Skip to content

Commit

Permalink
Update (and unfork) tracing from 0.1.37 to 0.1.40
Browse files Browse the repository at this point in the history
Summary:
Replaces the various `tracing` forks for [tokio-rs/tracing#2407] with
crates-io releases containing those changes.

[tokio-rs/tracing#2407]: tokio-rs/tracing#2407

Reviewed By: capickett, davidbarsky

Differential Revision: D51266382

fbshipit-source-id: 5ad0b7b9477e5fa450e52c639357fe485e0e89ff
  • Loading branch information
zertosh authored and facebook-github-bot committed Nov 14, 2023
1 parent 1b95244 commit 974a787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deterministic_hash/src/tests/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ ref-cast = "1.0.18"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
teststructs__types = { package = "teststructs_types", path = "types" }
thiserror = "1.0.43"
tracing = "0.1.35"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/dep_tests/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
test_deprecated_optional_with_default_is_some_if__types = { package = "test_deprecated_optional_with_default_is_some_if_types", path = "types" }
thiserror = "1.0.43"
tracing = "0.1.35"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/dep_tests/cargo_thrift/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ fbthrift_test_if__types = { package = "fbthrift_test_if_types", path = "types" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
thiserror = "1.0.43"
tracing = "0.1.35"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

[build-dependencies]
Expand Down

0 comments on commit 974a787

Please sign in to comment.