From 185a8f963c3b7507cdce68b7e3d314f3e44283c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 02:05:32 -0500 Subject: [PATCH] build: bump semver from 1.0.5 to 1.0.6 (#3641) Bumps [semver](https://github.com/dtolnay/semver) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.5...1.0.6) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 b9acad8d..ce85b61c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1482,9 +1482,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "semver" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7" +checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index acf48ce7..149ed249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ rand = "0.8.5" rayon = "1.5.1" regex = "1.5.4" rust-ini = "0.17.0" -semver = "1.0.5" +semver = "1.0.6" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" sha-1 = "0.10.0"