From 43f56e16bd7e0cb72e4a3f4aa493ed1d5b118739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:29:46 +0300 Subject: [PATCH] fix(deps): update rust crate semver to 1.0.4 (#505) 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 9e5f16f..8cc7277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1302,9 +1302,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe" +checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 3ba0686..e6001e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1.0.64" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.35" xz2 = "0.1.6" -semver = "1.0.3" +semver = "1.0.4" dirs = "3.0.2" colored = "2.0.0" zip = "0.5.13"