diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-22 13:06:33 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-22 13:06:33 +0200 |
commit | d08051a8bc584988530922aea02dcd0098e40d9a (patch) | |
tree | e0d0ed39f2003e84375c8f47c3bd880a7d6a6efc /Cargo.toml | |
parent | 6e50a340ca698ed94c11cfb156e3f5e498807e4d (diff) | |
download | trash-proxy-d08051a8bc584988530922aea02dcd0098e40d9a.tar trash-proxy-d08051a8bc584988530922aea02dcd0098e40d9a.tar.bz2 trash-proxy-d08051a8bc584988530922aea02dcd0098e40d9a.tar.zst |
update all the stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -4,21 +4,21 @@ version = "0.1.0" edition = "2021" [dependencies] -azalea = { git = "https://github.com/mat-1/azalea/" } +# azalea = { git = "https://github.com/mat-1/azalea/" } azalea-protocol = { git = "https://github.com/mat-1/azalea/" } azalea-chat = { git = "https://github.com/mat-1/azalea/" } # azalea = { path = "../external/azalea/azalea" } # azalea-protocol = { path = "../external/azalea/azalea-protocol" } # azalea-chat = { path = "../external/azalea/azalea-chat" } -anyhow = "1.0.65" -env_logger = "0.9.1" -uuid = "1.1.2" +anyhow = "1.0.75" +env_logger = "0.10.0" +uuid = "1.5.0" parking_lot = "^0.12.1" -tokio = { version = "1.19.2", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } log = "0.4" serde = { version = "1.0", features = ["derive"] } -serde_yaml = "0.9.13" +serde_yaml = "0.9.25" future-utils = "0.12.1" -bytes = "1.2.1" -inotify = "0.10.0" +bytes = "1.5.0" +inotify = "0.10.2" |