Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thoren-d committed Mar 15, 2024
1 parent 95ceeaf commit 58bcf63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ readme = "README.md"
repository = "https://github.com/thoren-d/tracing-chrome"

[dependencies]
serde_json = "1.0.91"
tracing-core = "0.1.30"
tracing-subscriber = "0.3.16"
serde_json = "1.0.114"
tracing-core = "0.1.32"
tracing-subscriber = "0.3.18"


[dev-dependencies]
criterion = "0.4.0"
rayon = "1.5.3"
tracing = "0.1.37"
criterion = "0.5.1"
rayon = "1.9.0"
tracing = "0.1.40"


[[bench]]
Expand Down

0 comments on commit 58bcf63

Please sign in to comment.