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 <yoshuawuyts@gmail.com>"]
 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"