build: bump semver from 1.0.3 to 1.0.4 (#2949)

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.3...1.0.4)

---
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>
This commit is contained in:
dependabot[bot] 2021-08-02 13:11:31 -04:00 committed by GitHub
parent 4e1803d9bf
commit 749593e614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1588,9 +1588,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
[[package]]
name = "serde"

View File

@ -64,7 +64,7 @@ rand = "0.8.4"
serde = { version = "1.0.127", features = ["derive"] }
indexmap = { version ="1.7.0", features = ["serde"] }
notify-rust = { version = "4.5.1", optional = true }
semver = "1.0.3"
semver = "1.0.4"
which = "4.2.1"
shadow-rs = "0.6.3"
versions = "3.0.2"