Using specific commit of rocket cors (#678)

This commit is contained in:
Jędrzej Stuczyński
2021-07-13 16:14:11 +01:00
committed by GitHub
parent 68f2d8b925
commit 0fd203371d
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"