Merge pull request #191 from djmitche/dependabot/cargo/actix-web-3.3.2

Bump actix-web from 3.3.0 to 3.3.2
This commit is contained in:
Dustin J. Mitchell 2021-03-31 18:29:19 -04:00 committed by GitHub
commit ad878b7b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -234,9 +234,9 @@ dependencies = [
[[package]]
name = "actix-web"
version = "3.3.0"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a89a7b133e734f6d1e555502d450408ae04105826aef7e3605019747d3ac732"
checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86"
dependencies = [
"actix-codec",
"actix-http",
@ -377,9 +377,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "awc"
version = "2.0.2"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9056f5e27b0d56bedd82f78eceaba0bcddcbbcbbefae3cd0a53994b28c96ff5"
checksum = "b381e490e7b0cfc37ebc54079b0413d8093ef43d14a4e4747083f7fa47a9e691"
dependencies = [
"actix-codec",
"actix-http",

View file

@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
uuid = { version = "^0.8.2", features = ["serde", "v4"] }
actix-web = "^3.3.0"
actix-web = "^3.3.2"
anyhow = "1.0"
futures = "^0.3.8"
serde = "^1.0.125"