From e807b497c656597b274a3b39c4cea8891a9fb39a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:38:15 +0000 Subject: [PATCH] bump(semver): update to v1.0.20 (#110) 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 7eb36e6..8359d63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,9 +1096,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 = "serde" diff --git a/Cargo.toml b/Cargo.toml index 6d4c01d..5ffab82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crates_io_api = "0.8.1" http = "0.2.9" parse_link_header = "0.3.3" reqwest = { version = "0.11.22", features = ["blocking", "json"] } -semver = "1.0.18" +semver = "1.0.20" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.106" thiserror = "1.0.48"