diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-03 16:11:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-03 16:11:59 +0200 |
commit | aa44c28c4c7fabf5018976833d9f45f875ec0da5 (patch) | |
tree | d47fddad27116628fa825e292a119a0817d0726c /Cargo.toml | |
parent | 535bce5fc8de87ab86b0df182e607b53e09679fb (diff) | |
download | trash-proxy-aa44c28c4c7fabf5018976833d9f45f875ec0da5.tar trash-proxy-aa44c28c4c7fabf5018976833d9f45f875ec0da5.tar.bz2 trash-proxy-aa44c28c4c7fabf5018976833d9f45f875ec0da5.tar.zst |
update version
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
1 files changed, 7 insertions, 7 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.75" -env_logger = "0.10.0" -uuid = "1.5.0" -parking_lot = "^0.12.1" -tokio = { version = "1.33.0", features = ["full"] } +anyhow = "1.0.86" +env_logger = "0.11.5" +uuid = "1.10.0" +parking_lot = "^0.12.3" +tokio = { version = "1.39.2", features = ["full"] } log = "0.4" serde = { version = "1.0", features = ["derive"] } -serde_yaml = "0.9.25" +serde_yaml = "0.9.34" future-utils = "0.12.1" -bytes = "1.5.0" +bytes = "1.7.1" inotify = "0.10.2" |