summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-31 04:40:22 -0400
committerGitHub <noreply@github.com>2021-05-31 04:40:22 -0400
commit32db1de4a6ccaa2b56203685b561bce6b606802a (patch)
treed95343604c00aacfd8156738a9c8d3aebb221e54 /Cargo.toml
parent51f0ec1159be09d045662197b1751e78b8724158 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c591695ea..19b9d2c75 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"