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 d8fff23 commit a1d32a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion glean/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
glean_service__types = { package = "glean_service_types", path = "types" }
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
2 changes: 1 addition & 1 deletion glean/config/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ glean_client_config__types = { package = "glean_client_config_types", path = "ty
glean_service = { path = ".." }
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
2 changes: 1 addition & 1 deletion glean/config/recipes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
glean_recipes__types = { package = "glean_recipes_types", path = "types" }
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
2 changes: 1 addition & 1 deletion glean/config/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
glean_server_config__types = { package = "glean_server_config_types", path = "types" }
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 a1d32a4

Please sign in to comment.