diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 17:15:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 17:15:06 +0200 |
commit | 0cd6ddac0833c7fc6d2fb8511073132006072148 (patch) | |
tree | dae0bfd7e719a309ffc7351539e735469b347024 /Cargo.toml | |
parent | de97c34c20c3f180f2b09b0e5be8981b1e4b170f (diff) | |
download | gnix-0cd6ddac0833c7fc6d2fb8511073132006072148.tar gnix-0cd6ddac0833c7fc6d2fb8511073132006072148.tar.bz2 gnix-0cd6ddac0833c7fc6d2fb8511073132006072148.tar.zst |
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |