From 52f4848cdcf2d9ac28769d098fac03b5fb3449f7 Mon Sep 17 00:00:00 2001 From: Vladislav Mamon Date: Wed, 13 Dec 2023 23:48:05 +0300 Subject: [PATCH] chore(deps): bump deps --- Cargo.toml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 635fed7..64c3275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,17 @@ publish = false [dependencies] chumsky = { version = "0.8.0" } -clap = { version = "3.2.16", features = ["cargo", "derive"] } -flate2 = { version = "1.0.24" } -kdl = "4.2" -petgraph = { version = "0.6.2", features = ["stable_graph"] } -reqwest = { version = "0.11.11", features = ["json"] } -tar = { version = "0.4.38" } -tokio = { version = "1.20.1", features = ["macros", "fs", "rt-multi-thread"] } +clap = { version = "4.4.11", features = ["cargo", "derive"] } +flate2 = { version = "1.0.28" } +glob-match = { version = "0.2.1" } +itertools = { version = "0.12.0" } +kdl = { version = "4.6.0" } +petgraph = { version = "0.6.4", features = ["stable_graph"] } +reqwest = { version = "0.11.22", features = ["json"] } +run_script = { version = "0.10.1" } +tar = { version = "0.4.40" } +tokio = { version = "1.35.0", features = ["macros", "fs", "rt-multi-thread"] } +walkdir = { version = "2.4.0" } [profile.release] lto = "thin"