prepare actix-web release 3.0.0-beta.4

This commit is contained in:
Rob Ede 2020-09-09 09:53:34 +01:00
parent 861dee06a8
commit e66f954bad
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
7 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "3.0.0-beta.3"
version = "3.0.0-beta.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"

View File

@ -17,7 +17,7 @@ name = "actix_files"
path = "src/lib.rs"
[dependencies]
actix-web = { version = "3.0.0-beta.3", default-features = false }
actix-web = { version = "3.0.0-beta.4", default-features = false }
actix-http = "2.0.0-beta.4"
actix-service = "1.0.1"
bitflags = "1"
@ -33,4 +33,4 @@ v_htmlescape = "0.10"
[dev-dependencies]
actix-rt = "1.0.0"
actix-web = { version = "3.0.0-beta.3", features = ["openssl"] }
actix-web = { version = "3.0.0-beta.4", features = ["openssl"] }

View File

@ -16,7 +16,7 @@ name = "actix_multipart"
path = "src/lib.rs"
[dependencies]
actix-web = { version = "3.0.0-beta.3", default-features = false }
actix-web = { version = "3.0.0-beta.4", default-features = false }
actix-service = "1.0.1"
actix-utils = "2.0.0"
bytes = "0.5.3"

View File

@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
actix = "0.10.0-alpha.2"
actix-web = { version = "3.0.0-beta.3", default-features = false }
actix-web = { version = "3.0.0-beta.4", default-features = false }
actix-http = "2.0.0-beta.4"
actix-codec = "0.3.0"
bytes = "0.5.2"

View File

@ -20,5 +20,5 @@ proc-macro2 = "1"
[dev-dependencies]
actix-rt = "1.0.0"
actix-web = "3.0.0-beta.3"
actix-web = "3.0.0-beta.4"
futures-util = { version = "0.3.5", default-features = false }

View File

@ -58,7 +58,7 @@ rust-tls = { version = "0.18.0", package = "rustls", optional = true, features =
[dev-dependencies]
actix-connect = { version = "2.0.0", features = ["openssl"] }
actix-web = { version = "3.0.0-beta.2", features = ["openssl"] }
actix-web = { version = "3.0.0-beta.4", features = ["openssl"] }
actix-http = { version = "2.0.0-beta.4", features = ["openssl"] }
actix-http-test = { version = "2.0.0-alpha.1", features = ["openssl"] }
actix-utils = "2.0.0"

View File

@ -52,5 +52,5 @@ time = { version = "0.2.7", default-features = false, features = ["std"] }
open-ssl = { version = "0.10", package = "openssl", optional = true }
[dev-dependencies]
actix-web = "3.0.0-beta.3"
actix-web = "3.0.0-beta.4"
actix-http = "2.0.0-beta.4"