Using specific commit of rocket cors (#678)
This commit is contained in:
committed by
GitHub
parent
68f2d8b925
commit
0fd203371d
Generated
+1
-1
@@ -2569,7 +2569,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "rocket_cors"
|
||||
version = "0.5.2"
|
||||
source = "git+https://github.com/lawliet89/rocket_cors?branch=master#dfd3662c49e2f6fc37df35091cb94d82f7fb5915"
|
||||
source = "git+https://github.com/lawliet89/rocket_cors?rev=dfd3662c49e2f6fc37df35091cb94d82f7fb5915#dfd3662c49e2f6fc37df35091cb94d82f7fb5915"
|
||||
dependencies = [
|
||||
"log",
|
||||
"regex",
|
||||
|
||||
@@ -27,7 +27,7 @@ rocket = { version="0.5.0-rc.1", features=["json"] }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
tokio = { version="1.4", features=["rt-multi-thread", "macros", "signal", "time"] }
|
||||
rocket_cors = { git="https://github.com/lawliet89/rocket_cors", branch="master" }
|
||||
rocket_cors = { git="https://github.com/lawliet89/rocket_cors", rev="dfd3662c49e2f6fc37df35091cb94d82f7fb5915" }
|
||||
anyhow = "1"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user