summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-19 17:15:06 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-19 17:15:06 +0200
commit0cd6ddac0833c7fc6d2fb8511073132006072148 (patch)
treedae0bfd7e719a309ffc7351539e735469b347024 /Cargo.toml
parentde97c34c20c3f180f2b09b0e5be8981b1e4b170f (diff)
downloadgnix-0cd6ddac0833c7fc6d2fb8511073132006072148.tar
gnix-0cd6ddac0833c7fc6d2fb8511073132006072148.tar.bz2
gnix-0cd6ddac0833c7fc6d2fb8511073132006072148.tar.zst
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"