diff options
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" |