From d01a6f502ddb7123b8fa41d23db8e043702f2534 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 14 Sep 2024 07:50:17 +0800 Subject: [PATCH] update dependencies --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 900323d..2cd2228 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,18 +16,19 @@ categories = [ authors = ["Yoshua Wuyts "] readme = "README.md" edition = "2018" +rust-version = "1.63" [dependencies] async-channel = "1.5.1" async-dup = "1.2.2" async-global-executor = "2.3.1" -async-io = "1.13.0" -futures-lite = "1.13.0" +async-io = "2.3.4" +futures-lite = "2.3.0" http-types = { version = "2.9.0", default-features = false } httparse = "1.3.4" log = "0.4.11" pin-project = "1.0.2" [dev-dependencies] -async-std = { version = "1.7.0", features = ["attributes"] } -pretty_assertions = "0.6.1" +async-std = { version = "1.13.0", features = ["attributes"] } +pretty_assertions = "1.4.0"