From 96706d810b9d74fab71c24420fb9582bd96d43d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:18:38 +0000 Subject: [PATCH] fix(deps): update rust crate semver to 1.0.5 (#658) 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 7fc90fa..b2a9934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" +checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 945374e..c3e3fef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.78" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.38" xz2 = "0.1.6" -semver = "1.0.4" +semver = "1.0.5" dirs = "4.0.0" colored = "2.0.0" zip = "0.5.13"