From ce90d273c557724eade807461cf64bea2a4c5704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 21:45:07 +0300 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.85 (#793) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d6e8f8..9d582b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1531,9 +1531,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.82" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" +checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/Cargo.toml b/Cargo.toml index e0d713c..6ed4d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "Fast and simple Node.js version manager" [dependencies] serde = { version = "1.0.138", features = ["derive"] } clap = { version = "3.2.22", features = ["derive", "env"] } -serde_json = "1.0.82" +serde_json = "1.0.85" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.38" xz2 = "0.1.7"