update to final release of rocket_cors 0.6.0-alpha3
This commit is contained in:
parent
cfd71d2dec
commit
c1b8fd3c89
3 changed files with 4 additions and 7 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -2701,8 +2701,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rocket_cors"
|
||||
version = "0.6.0-alpha2"
|
||||
source = "git+https://github.com/j03-dev/rocket_cors?branch=master#4a562dfdc1c550ca1832ea56a6fd41de04b536c6"
|
||||
version = "0.6.0-alpha3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ef5dd665302fcad4552779ae7ed36df9e38179918b788c476f86fa3d6cc5535b"
|
||||
dependencies = [
|
||||
"http",
|
||||
"log",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,3 @@ gen_passphrase = "0.1.1"
|
|||
|
||||
[profile.dev.package.sqlx-macros]
|
||||
opt-level = 3
|
||||
|
||||
# temporary
|
||||
[patch.crates-io]
|
||||
rocket_cors = { git = "https://github.com/j03-dev/rocket_cors", branch = "master" }
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ erased-serde = "0.3"
|
|||
url = { workspace = true }
|
||||
futures = "0.3"
|
||||
base64 = "0.21.0"
|
||||
rocket_cors = "0.6.0-alpha2"
|
||||
rocket_cors = "0.6.0-alpha3"
|
||||
email_address = { workspace = true }
|
||||
chrono-tz = "0.8.2"
|
||||
chrono-humanize = "0.2.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue