From 32db1de4a6ccaa2b56203685b561bce6b606802a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 04:40:22 -0400 Subject: [PATCH] build: bump semver from 1.0.0 to 1.0.1 (#2771) Bumps [semver](https://github.com/dtolnay/semver) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.0...1.0.1) 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 79e040bb..00f02048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1484,9 +1484,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76b5842e81eb9bbea19276a9dbbda22ac042532f390a67ab08b895617978abf3" +checksum = "d023dabf011d5dcb5ac64e3685d97d3b0ef412911077a2851455c6098524a723" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index c591695e..19b9d2c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ rand = "0.8.3" serde = { version = "1.0.126", features = ["derive"] } indexmap = { version ="1.6.2", features = ["serde"] } notify-rust = { version = "4.5.1", optional = true } -semver = "1.0.0" +semver = "1.0.1" which = "4.1.0" shadow-rs = "0.5.25" versions = "3.0.2"