From c8b44878c55f06161676255cd756ab10ef321864 Mon Sep 17 00:00:00 2001 From: OrbisAI Security Date: Mon, 25 May 2026 07:57:08 +0530 Subject: [PATCH] fix: CVE-2021-29937 security vulnerability (#3056) Automated dependency upgrade by OrbisAI Security --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e4867f23..4ca7b8d8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.3" edition = "2021" license = "MIT" publish = false