summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-04 04:41:17 -0400
committerGitHub <noreply@github.com>2021-06-04 04:41:17 -0400
commit14a2ada1ee1db32d2334789587b57f18fe6913b4 (patch)
tree8a7cdd9055f7b3d708e13d15ba0815988f023c75
parent4950cfc011aa6af95cdc86d524dc86995d69c70f (diff)
build: bump semver from 1.0.2 to 1.0.3 (#2781)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.2...1.0.3) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c85908336..56abb3405 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1485,9 +1485,9 @@ dependencies = [
[[package]]
name = "semver"
-version = "1.0.2"
+version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "965645ad4a66d27024921aa1e2e47a76524a4cfd55e038b62104eca65c363230"
+checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
[[package]]
name = "serde"
diff --git a/Cargo.toml b/Cargo.toml
index 9e5df0d4f..7bb95f8a8 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.2"
+semver = "1.0.3"
which = "4.1.0"
shadow-rs = "0.5.25"
versions = "3.0.2"