From 02e42be67472276dfb5be8899e05a79da8e3eafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:37:17 +0000 Subject: [PATCH] Update moddef requirement from 0.2.6 to 0.3.0 --- updated-dependencies: - dependency-name: moddef dependency-version: 0.3.0 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 0dd6967..5cb4b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ experimental = ["async"] async = [] [dependencies] -moddef = "0.2.6" +moddef = "0.3.0" tupleops = {version = "0.1.1", default-features = false, features = ["concat"]} tuple_split = {version = "0.2.4", default-features = false}