From 8f3cae372bc20a8473d66ba7ac5c2456843a539b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 03:13:27 +0000 Subject: [PATCH] build(deps): bump semver from 1.0.4 to 1.0.12 Bumps [semver](https://github.com/dtolnay/semver) from 1.0.4 to 1.0.12. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.4...1.0.12) --- 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..b0b3e8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.4" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" +checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..ac4e135 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.12" serde = { version = "1.0.132", features = ["derive"] } serde_json = "1.0.73" tempfile = "3.2.0"