From aa44c28c4c7fabf5018976833d9f45f875ec0da5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 3 Aug 2024 16:11:59 +0200 Subject: update version --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 20e880d..d518ca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3-70-g09d2