From b3687ce3dec53942ee19d0e867c45f2df5a32e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:19:13 +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 fa69853..ca16b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ pedantic = [] rcurry = [] [dependencies] -moddef = "0.2.6" +moddef = "0.3.0" tupleops = {version = "0.1.1", features = ["concat"]} \ No newline at end of file