Switch back to warp with cors wildcard support (#2211)

## Issue Addressed

- Resolves #2204
- Resolves #2205

## Proposed Changes

Switches to my fork of `warp` which contains support for cors wildcards: https://github.com/paulhauner/warp/tree/cors-wildcard

I have a PR open on the `warp` repo but it hasn't had any interest from the maintainers as of yet: https://github.com/seanmonstar/warp/pull/726. I think running from a fork is the best we can do for now.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-02-18 22:33:12 +00:00
parent 613382f304
commit f8cc82f2b1
5 changed files with 5 additions and 6 deletions

3
Cargo.lock generated
View File

@@ -7080,8 +7080,7 @@ dependencies = [
[[package]]
name = "warp"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dafd0aac2818a94a34df0df1100a7356c493d8ede4393875fd0b5c51bb6bc80"
source = "git+https://github.com/paulhauner/warp?branch=cors-wildcard#d3fac087253287eb0f716e5d9e49d46b33a02a7d"
dependencies = [
"bytes 1.0.1",
"futures 0.3.12",