Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
* serde_json
* rayon
  • Loading branch information
thoren-d committed Feb 17, 2023
1 parent e80c69e commit 57ca844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ repository = "https://github.com/thoren-d/tracing-chrome"
exclude = ["/doc"]

[dependencies]
serde_json = "1.0.91"
serde_json = "1.0.93"
tracing-core = "0.1.30"
tracing-subscriber = "0.3.16"


[dev-dependencies]
criterion = "0.4.0"
rayon = "1.5.3"
rayon = "1.6.1"
tracing = "0.1.37"


Expand Down

0 comments on commit 57ca844

Please sign in to comment.