diff --git a/Cargo.toml b/Cargo.toml index 36aff0c..e1dfb26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpz" -version = "0.0.5" +version = "0.0.6" description = "Code once, support every Rust webserver!" authors = ["Oscar Beaumont "] edition = "2021" @@ -61,7 +61,7 @@ vercel_runtime = { version = "1.0.2", optional = true } cookie = { version = "0.17.0", optional = true, features = ["percent-encode"] } http = { version = "0.2.9", features = [] } form_urlencoded = "1.2.0" -async-tungstenite = { version = "0.22.2", optional = true } +async-tungstenite = { version = "0.23.0", optional = true } sha1 = { version = "0.10.5", optional = true } base64 = { version = "0.21.2", optional = true } tokio = { version = "1.29.1", features = [], default-features = false, optional = true }