From c07882369c14e3394ba230c356cd72a216270e6a Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sun, 27 Apr 2025 10:51:05 +0200 Subject: [PATCH] Update rustyline-async to 0.4.6 This also includes 2 other smaller crate updates, but i wanted just have rustyline-async not using a weird commit, i asked the maintainer of rustyline-async to release a new version, now its released --- pumpkin-protocol/Cargo.toml | 2 +- pumpkin-world/Cargo.toml | 2 +- pumpkin/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pumpkin-protocol/Cargo.toml b/pumpkin-protocol/Cargo.toml index cb0881055..e7d0b0c3e 100644 --- a/pumpkin-protocol/Cargo.toml +++ b/pumpkin-protocol/Cargo.toml @@ -29,7 +29,7 @@ aes = "0.8" cfb8 = "0.8" # compression -async-compression = { version = "0.4.22", features = ["tokio", "zlib"] } +async-compression = { version = "0.4.23", features = ["tokio", "zlib"] } take_mut = "0.2.2" bitflags = "2.9.0" diff --git a/pumpkin-world/Cargo.toml b/pumpkin-world/Cargo.toml index ecca7337d..da3ebd7bf 100644 --- a/pumpkin-world/Cargo.toml +++ b/pumpkin-world/Cargo.toml @@ -44,7 +44,7 @@ derive-getters = "0.5.0" thread_local = "1.1.8" lru = "0.13.0" -tokio-util = { version = "0.7.14", features = ["rt"] } +tokio-util = { version = "0.7.15", features = ["rt"] } [dev-dependencies] criterion = { version = "0.5", features = ["html_reports", "async_tokio"] } diff --git a/pumpkin/Cargo.toml b/pumpkin/Cargo.toml index bcbe1070c..226b84130 100644 --- a/pumpkin/Cargo.toml +++ b/pumpkin/Cargo.toml @@ -47,7 +47,7 @@ rand = "0.8" num-bigint = "0.4" # Console line reading -rustyline-async = { git = "https://github.com/zyansheep/rustyline-async.git", rev = "6dda63402becfcfa11968a3531e8a17aed3ec994" } +rustyline-async = "0.4.6" # encryption rsa = { version = "0.9", features = ["sha1"] } @@ -86,7 +86,7 @@ bitflags = "2.9.0" rustc-hash = "2.1.1" # Task handling -tokio-util = { version = "0.7.14", features = ["rt"] } +tokio-util = { version = "0.7.15", features = ["rt"] } # Memory profiling dhat = { version = "0.3.3", optional = true }