From a766ca9bd3f77461628459074b79ddfd2a3c94f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 03:44:44 +0000 Subject: [PATCH] Bump evalexpr from 11.3.1 to 12.0.0 Bumps [evalexpr](https://github.com/ISibboI/evalexpr) from 11.3.1 to 12.0.0. - [Changelog](https://github.com/ISibboI/evalexpr/blob/main/CHANGELOG.md) - [Commits](https://github.com/ISibboI/evalexpr/commits/evalexpr@12.0.0) --- updated-dependencies: - dependency-name: evalexpr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- duckscript_sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4469c2af..5cb7410a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,9 +363,9 @@ dependencies = [ [[package]] name = "evalexpr" -version = "11.3.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aff27af350e7b53e82aac3e5ab6389abd8f280640ac034508dff0608c4c7e5" +checksum = "ec8ecc95be4b1d5ae115bbad71c865f11c514b292e6c14dcd7fec2ef5938c844" [[package]] name = "fastrand" diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index c2704e9b..17903ba2 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -30,7 +30,7 @@ base64 = "^0.22" cfg-if = "^1" colored = "^2" duckscript = { version = "^0.10.0", path = "../duckscript" } -evalexpr = "^11" +evalexpr = "^12" fs_extra = "^1" fsio = { version = "^0.4", features = ["temp-path"] } glob = "^0.3"