From 50a032f13945eadccf537e295058e7e93cb7d816 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 07:20:20 +0000 Subject: [PATCH] build(deps): update semver requirement from 0.9 to 0.10 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/commits) Signed-off-by: dependabot-preview[bot] --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index a8bac2a3..33c7f939 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -22,4 +22,4 @@ bindgen = "0.54" glob = "0.3" napi-build = { version = "0.1", path = "../build" } regex = "1.3" -semver = "0.9" \ No newline at end of file +semver = "0.10" \ No newline at end of file