From b2a26e5c5e8decfeb7136e40266d093afefb6848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:01:03 +0000 Subject: [PATCH] Bump evalexpr from 12.0.3 to 13.0.0 Bumps [evalexpr](https://github.com/ISibboI/evalexpr) from 12.0.3 to 13.0.0. - [Changelog](https://github.com/ISibboI/evalexpr/blob/main/CHANGELOG.md) - [Commits](https://github.com/ISibboI/evalexpr/commits/v13.0.0) --- updated-dependencies: - dependency-name: evalexpr dependency-version: 13.0.0 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 48cc1870..0c96fd8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,9 +436,9 @@ dependencies = [ [[package]] name = "evalexpr" -version = "12.0.3" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae893d2d5e908b78f151ed89de3bfc272cdf6d368c7ed866942f98e24dea208a" +checksum = "27e614886ef76024b107796be5f9a6860472ace012aaa33bd177743382ff77da" [[package]] name = "fastrand" diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index c9db70cb..e9a6d165 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -30,7 +30,7 @@ base64 = "^0.22" cfg-if = "^1" colored = "^3" duckscript = { version = "^0.10.0", path = "../duckscript" } -evalexpr = "^12" +evalexpr = "^13" fs_extra = "^1" fsio = { version = "^0.4", features = ["temp-path"] } glob = "^0.3"