aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
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"