From 14a5bceb245e21f92ada0022a3ead75df16acce4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 06:06:06 +0000 Subject: [PATCH] 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] --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index f2e0e120..9af143eb 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -24,7 +24,7 @@ tar = "0.4" bindgen = "0.55" glob = "0.3" regex = "1.3" -semver = "0.10" +semver = "0.11" [package.metadata.docs.rs] rustc-args = ["--cfg", "napidocsrs"]