From a0bf0a55ae0cf333cb5817c1ce7d3a154f9d5656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 03:14:27 +0000 Subject: [PATCH] build(deps): bump semver from 1.0.4 to 1.0.9 Bumps [semver](https://github.com/dtolnay/semver) from 1.0.4 to 1.0.9. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.4...1.0.9) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a63b3a..21fb9ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.4" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" +checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..e8422be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ console = "0.15.0" dirs-next = "2.0.0" indicatif = "0.16.2" indoc = "1.0.3" -semver = "1.0.4" +semver = "1.0.9" serde = { version = "1.0.132", features = ["derive"] } serde_json = "1.0.73" tempfile = "3.2.0"