aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d518ca9..09c2df8 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.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"