From d1b1ff8c3fec092ff2e44048de595d428e8d2671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:52:12 +0000 Subject: [PATCH] fix(deps): update rust crate semver to 1.0.12 (#752) 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 77833f2..8cde7b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,9 +1505,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.9" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd" +checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 00e6708..844fd5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.81" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.38" xz2 = "0.1.7" -semver = "1.0.9" +semver = "1.0.12" dirs = "4.0.0" colored = "2.0.0" zip = "0.6.2"