From cf6b0366e57abf7f7cf0afdd28fc308697c48942 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:48:38 +0000 Subject: [PATCH] chore(deps): update rust crate semver to 1.0.20 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28fd722..67ae04c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1678,9 +1678,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.17" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" +checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 1b2d9c2..c61c966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ insta = { version = "1.29.0", features = ["yaml", "ron", "json", "toml"] } # Scripting rhai = { version = "1.14.0", features = ["serde"] } -semver = "1.0.17" +semver = "1.0.20" # TODO: Needed Dependencies # czkawka_core = "4.1.0"