diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-22 00:14:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-22 00:14:32 +0200 |
commit | 097bb31c055766e6c33477b0dc770b3d3638da50 (patch) | |
tree | d89ef83f81da8d4bfa5f9d89f08e459761fd1c47 /Cargo.toml | |
parent | aa44c28c4c7fabf5018976833d9f45f875ec0da5 (diff) | |
download | trash-proxy-master.tar trash-proxy-master.tar.bz2 trash-proxy-master.tar.zst |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -11,14 +11,14 @@ azalea-chat = { git = "https://github.com/mat-1/azalea/" } # azalea-protocol = { path = "../external/azalea/azalea-protocol" } # azalea-chat = { path = "../external/azalea/azalea-chat" } -anyhow = "1.0.86" -env_logger = "0.11.5" -uuid = "1.10.0" +anyhow = "1.0.98" +env_logger = "0.11.8" +uuid = "1.16.0" parking_lot = "^0.12.3" -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.45.0", features = ["full"] } log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9.34" future-utils = "0.12.1" -bytes = "1.7.1" -inotify = "0.10.2" +bytes = "1.10.1" +inotify = "0.11.0" |