diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-08 11:11:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-08 11:11:22 +0100 |
commit | 098a6cf2cdb9b0370ab7358b005f731b65e9981c (patch) | |
tree | 80e862f2ba2aeb03a33ab8e4fcb05d4a221dd308 /Cargo.lock | |
parent | 11c6f0b1c29b10893de9390f5be559de49e78410 (diff) | |
download | tricot-098a6cf2cdb9b0370ab7358b005f731b65e9981c.tar.gz tricot-098a6cf2cdb9b0370ab7358b005f731b65e9981c.zip |
Implement glob pattern hostnames
no wildcard certificates: one certificate per matching hostname that
actually recieves requests
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -473,6 +473,12 @@ dependencies = [ ] [[package]] +name = "glob" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" + +[[package]] name = "h2" version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1880,6 +1886,7 @@ dependencies = [ "envy", "futures 0.3.18", "futures-util", + "glob", "http 0.2.5", "hyper 0.14.15", "hyper-reverse-proxy", |