Merge pull request #175 from vbrandl/dependabot/cargo/actix-web-3.0.2
Bump actix-web from 3.0.0 to 3.0.2
This commit is contained in:
commit
689a2109fa
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -252,9 +252,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-web"
|
name = "actix-web"
|
||||||
version = "3.0.0"
|
version = "3.0.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2e665de333edabd0421799822dac3e7d8a25a63bb995ae1f60cd99619d8ddda8"
|
checksum = "36de80175eb1f0a5c518024ce0d23646b54a23008279e090ca1848f6f1448bf4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-codec 0.3.0",
|
"actix-codec 0.3.0",
|
||||||
"actix-http",
|
"actix-http",
|
||||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "3.0.0"
|
actix-web = "3.0.2"
|
||||||
badge = "0.3.0"
|
badge = "0.3.0"
|
||||||
bytes = "0.5.6"
|
bytes = "0.5.6"
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user