From 6194682464c1193a7241a0f9cd442d65e91fee93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:02:00 +0200 Subject: [PATCH] build(deps): update rust crate semver to 1.0.20 (#5491) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cb3fa50..277b15be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2529,9 +2529,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" +checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" [[package]] name = "semver-parser" @@ -2776,7 +2776,7 @@ dependencies = [ "regex", "rust-ini", "schemars", - "semver 1.0.18", + "semver 1.0.20", "serde", "serde_json", "sha1", diff --git a/Cargo.toml b/Cargo.toml index 92200edf..74f83923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ rand = "0.8.5" rayon = "1.8.0" regex = { version = "1.9.5", default-features = false, features = ["perf", "std", "unicode-perl"] } rust-ini = "0.19.0" -semver = "1.0.18" +semver = "1.0.20" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" sha1 = "0.10.5"