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>
This commit is contained in:
parent
51f0ec1159
commit
32db1de4a6
|
@ -1484,9 +1484,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "semver"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76b5842e81eb9bbea19276a9dbbda22ac042532f390a67ab08b895617978abf3"
|
||||
checksum = "d023dabf011d5dcb5ac64e3685d97d3b0ef412911077a2851455c6098524a723"
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue