summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 2 insertions, 14 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"