From d413a1e7edba3ba3485a58c05679b10033b1977b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 12:10:58 +0000 Subject: [PATCH] Update neon requirement from 0.8 to 0.9 Updates the requirements on [neon](https://github.com/neon-bindings/neon) to permit the latest version. - [Release notes](https://github.com/neon-bindings/neon/releases) - [Changelog](https://github.com/neon-bindings/neon/blob/main/RELEASES.md) - [Commits](https://github.com/neon-bindings/neon/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: neon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3937f9d..0901421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ regex = "1" crate-type = ["cdylib"] [dependencies.neon] -version = "0.8" +version = "0.9" default-features = false features = ["napi-5"]