1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

bump actix web versions in deps

This commit is contained in:
Rob Ede 2021-02-10 12:57:13 +00:00
parent bd26083f33
commit e18464b274
No known key found for this signature in database
GPG key ID: C2A3B36E841A91E6
6 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ name = "actix_files"
path = "src/lib.rs"
[dependencies]
actix-web = { version = "4.0.0-beta.2", default-features = false }
actix-web = { version = "4.0.0-beta.3", default-features = false }
actix-service = "2.0.0-beta.4"
askama_escape = "0.10"
@ -33,4 +33,4 @@ percent-encoding = "2.1"
[dev-dependencies]
actix-rt = "2"
actix-web = "4.0.0-beta.2"
actix-web = "4.0.0-beta.3"

View file

@ -51,5 +51,5 @@ time = { version = "0.2.23", default-features = false, features = ["std"] }
tls-openssl = { version = "0.10.9", package = "openssl", optional = true }
[dev-dependencies]
actix-web = "4.0.0-beta.2"
actix-web = "4.0.0-beta.3"
actix-http = "3.0.0-beta.2"

View file

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

View file

@ -19,7 +19,7 @@ path = "src/lib.rs"
actix = { version = "0.11.0-beta.2", default-features = false }
actix-codec = "0.4.0-beta.1"
actix-http = "3.0.0-beta.2"
actix-web = { version = "4.0.0-beta.2", default-features = false }
actix-web = { version = "4.0.0-beta.3", default-features = false }
bytes = "1"
bytestring = "1"

View file

@ -20,7 +20,7 @@ proc-macro2 = "1"
[dev-dependencies]
actix-rt = "2"
actix-web = "4.0.0-beta.2"
actix-web = "4.0.0-beta.3"
futures-util = { version = "0.3.7", default-features = false }
trybuild = "1"
rustversion = "1"

View file

@ -61,7 +61,7 @@ tls-openssl = { version = "0.10.9", package = "openssl", optional = true }
tls-rustls = { version = "0.19.0", package = "rustls", optional = true, features = ["dangerous_configuration"] }
[dev-dependencies]
actix-web = { version = "4.0.0-beta.2", features = ["openssl"] }
actix-web = { version = "4.0.0-beta.3", features = ["openssl"] }
actix-http = { version = "3.0.0-beta.2", features = ["openssl"] }
actix-http-test = { version = "3.0.0-beta.2", features = ["openssl"] }
actix-utils = "3.0.0-beta.1"