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
This commit is contained in:
Alexander Medvedev
2025-04-27 10:51:05 +02:00
parent 66919c0c63
commit c07882369c
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"] }

View File

@@ -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 }