diff options
| author | Christine Dodrill <me@christine.website> | 2021-04-01 22:30:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 22:30:45 -0400 |
| commit | 8383914aa5abc232fa56ce437e777d5024eb63e1 (patch) | |
| tree | bedceacc5a8e1260e73d251a84d44838a3e25acb /Cargo.lock | |
| parent | 0360c87582e2e5025c06fec2431b867992dc71b0 (diff) | |
| download | xesite-8383914aa5abc232fa56ce437e777d5024eb63e1.tar.xz xesite-8383914aa5abc232fa56ce437e777d5024eb63e1.zip | |
Unix domain socket http server (#352)
* enable ipv6 support
Signed-off-by: Christine Dodrill <me@christine.website>
* enable unix socket powers
Signed-off-by: Christine Dodrill <me@christine.website>
* unix domain socket post
Signed-off-by: Christine Dodrill <me@christine.website>
* bump rust
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2526,7 +2526,7 @@ checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" [[package]] name = "xesite" -version = "2.2.1" +version = "2.3.0" dependencies = [ "cfcache", "chrono", @@ -2548,7 +2548,7 @@ dependencies = [ "pfacts", "pretty_env_logger", "prometheus", - "rand 0.8.3", + "rand 0.7.3", "reqwest", "ructe", "sdnotify", @@ -2559,6 +2559,7 @@ dependencies = [ "sitemap", "thiserror", "tokio", + "tokio-stream", "tracing", "tracing-futures", "tracing-subscriber", |
