diff --git a/Cargo.toml b/Cargo.toml index 5d93415c4..334655623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ sessions = ["async-session", "cookies"] unstable = [] [dependencies] -async-h1 = { version = "2.1.2", optional = true } +async-h1 = { version = "2.3.0", optional = true } async-session = { version = "2.0.1", optional = true } async-sse = "4.0.1" async-std = { version = "1.6.5", features = ["unstable"] }