summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-28 08:54:40 +0200
committerGitHub <noreply@github.com>2021-05-28 08:54:40 +0200
commit368c7c4c7a45b091edbd45b7137a1ef3d872e1be (patch)
tree4f9de19111d89dfdac5e5258ddd16aed30f0047d
parent8d3aa3b3041157c2ea8e6c3b9c8ecbdfe67de7bf (diff)
build: bump semver from 0.11.0 to 1.0.0 (#2762)
Bumps [semver](https://github.com/dtolnay/semver) from 0.11.0 to 1.0.0. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/0.11.0...1.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1d60d29d4..e1d8cae41 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1484,21 +1484,9 @@ dependencies = [
[[package]]
name = "semver"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
-dependencies = [
- "semver-parser",
-]
-
-[[package]]
-name = "semver-parser"
-version = "0.10.2"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
-dependencies = [
- "pest",
-]
+checksum = "76b5842e81eb9bbea19276a9dbbda22ac042532f390a67ab08b895617978abf3"
[[package]]
name = "serde"
diff --git a/Cargo.toml b/Cargo.toml
index ed443eedb..8f47b3b1b 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 = "0.11.0"
+semver = "1.0.0"
which = "4.1.0"
shadow-rs = "0.5.25"
versions = "3.0.1"