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