diff --git a/Cargo.toml b/Cargo.toml index 29de32b..34f4008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"