update to final release of rocket_cors 0.6.0-alpha3

This commit is contained in:
Philippe Loctaux 2023-11-17 11:24:00 +01:00
parent cfd71d2dec
commit c1b8fd3c89
3 changed files with 4 additions and 7 deletions

5
Cargo.lock generated
View file

@ -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",