From 0cd6ddac0833c7fc6d2fb8511073132006072148 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 19 Aug 2024 17:15:06 +0200 Subject: update deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3f89a8b..20efb47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,16 +29,16 @@ rustls-webpki = "0.102.6" ring = "0.17.8" # Async stuff -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.39.3", features = ["full"] } tokio-util = { version = "0.7.11", features = ["io"] } futures-util = "0.3.30" futures = "0.3.30" pin-project = "1.1.5" # Config -serde = { version = "1.0.207", features = ["derive"] } +serde = { version = "1.0.208", features = ["derive"] } serde_yaml = "0.9.34" -inotify = "0.10.2" +inotify = "0.11.0" # Logging env_logger = "0.11.5" -- cgit v1.2.3-70-g09d2