From 29dd1836e81c42f40cf910aad4f740fc8fd5d94a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jan 2022 17:24:01 +0200 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.74 (#619) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53b57a9..31ce417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1388,9 +1388,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.73" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5" +checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 4c0a3b9..0e8aa8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager" serde = { version = "1.0.132", features = ["derive"] } clap = "2.34.0" structopt = "0.3.25" -serde_json = "1.0.73" +serde_json = "1.0.74" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.38" xz2 = "0.1.6"