From 5167fd01f31a1198e95bf76f0051c09649ebbdff Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 14 Nov 2024 07:00:16 +0200 Subject: [PATCH] --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55981ca..b0cc0ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,17 +15,17 @@ name = "InnKeeper" path = "Source/Library.rs" [dependencies] -clap = { features = ["derive"], version = "4.5.20" } +clap = { features = ["derive"], version = "4.5.21" } walkdir = "2.5.0" futures = "0.3.31" rayon = "1.10.0" -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } once_cell = "1.20.2" num_cpus = "1.16.0" crossbeam-queue = "0.3.11" [build-dependencies] -serde = { version = "1.0.214", features = ["derive"] } +serde = { version = "1.0.215", features = ["derive"] } toml = "0.8.19" [lib]