1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

web-cors: Update actix-cors to 0.4 (#373)

This commit is contained in:
Yuki Okushi 2020-10-03 07:51:05 +09:00 committed by GitHub
parent 60c9b68c26
commit cd62e1301f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -156,9 +156,9 @@ dependencies = [
[[package]]
name = "actix-cors"
version = "0.3.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48de0a29c99c8a5068c1c5492f6e477ef1843cc5e3c53daa0191562b71950632"
checksum = "d88ea83af46935098feec2e19a28c919b54eb3cbf0e239b330298e2e69d4b76b"
dependencies = [
"actix-service",
"actix-web 3.0.0",
@ -3113,6 +3113,7 @@ dependencies = [
name = "juniper-example"
version = "0.2.0"
dependencies = [
"actix-cors",
"actix-web 3.0.0",
"env_logger 0.7.1",
"juniper",

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
actix-web = "3"
actix-cors = "0.3"
actix-cors = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"