From 5d6739e0b1595e633c7126069556795197b5f00f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 14 Nov 2024 06:59:59 +0200 Subject: [PATCH] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a171c4..233f435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,12 +10,12 @@ repository = "https://github.com/MythemeCloud/cargo.git" target-dir = "Target" [dependencies] -clap = { version = "4.5.20", features = ["derive"] } +clap = { version = "4.5.21", features = ["derive"] } crossbeam = "0.8.4" prql-compiler = "0.12.2" rayon = "1.10.0" rusqlite = { version = "0.32.1", features = ["bundled"] } -serde = { version = "1.0.214", features = ["derive"] } +serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.132" [lib]