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 dd1490f commit 25dd528
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion reverie-examples/Cargo.toml
Expand Up @@ -53,4 +53,4 @@ reverie-util = { version = "0.1.0", path = "../reverie-util" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tracing = "0.1.35"
tracing = "0.1.40"
4 changes: 2 additions & 2 deletions reverie-ptrace/Cargo.toml
Expand Up @@ -29,8 +29,8 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tracing = "0.1.35"
tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["ansi", "chrono", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
unwind = { version = "0.4", features = ["ptrace"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions reverie-util/Cargo.toml
Expand Up @@ -12,6 +12,6 @@ anyhow = "=1.0.72"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
reverie = { version = "0.1.0", path = "../reverie" }
tracing = "0.1.35"
tracing = "0.1.40"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
tracing-subscriber = { version = "0.3.18", features = ["ansi", "chrono", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }

0 comments on commit 25dd528

Please sign in to comment.