build(deps): update semver requirement from 0.10 to 0.11
Updates the requirements on [semver](https://github.com/steveklabnik/semver) to permit the latest version. - [Release notes](https://github.com/steveklabnik/semver/releases) - [Commits](https://github.com/steveklabnik/semver/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
e3ec464cff
commit
14a5bceb24
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ tar = "0.4"
|
||||||
bindgen = "0.55"
|
bindgen = "0.55"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
regex = "1.3"
|
regex = "1.3"
|
||||||
semver = "0.10"
|
semver = "0.11"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustc-args = ["--cfg", "napidocsrs"]
|
rustc-args = ["--cfg", "napidocsrs"]
|
||||||
|
|
Loading…
Reference in a new issue