From cdc2ca553a03264582e2bf211f760b4d8afd3e24 Mon Sep 17 00:00:00 2001 From: SG <251870+marirs@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:33:05 +0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 340b1f4..e1f5483 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ petgraph = "0.6.2" regex = "1.5" fancy-regex = { git = "https://github.com/mnaza/fancy-regex.git" } serde = { version = "1", features = ["derive"] } -smda = "0.2.7" +smda = "0.2.8" thiserror = "1" walkdir = "2.3.2" yaml-rust = "0.4.5"