agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 9ff7e9bdb3446dbce5d02002bce881fb5598dc19
parent 283946148a69635fc1765c5c1f6db6a2e7593b38
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu,  5 May 2022 14:52:36 +0200

chore(deps): bump tokio-rustls from 0.23.3 to 0.23.4 (#174)


Diffstat:
MCargo.lock | 6+++---
MCargo.toml | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ "rcgen", "rustls 0.20.4", "tokio", - "tokio-rustls 0.23.3", + "tokio-rustls 0.23.4", "url", "webpki 0.22.0", ] @@ -557,9 +557,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.23.3" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e" +checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" dependencies = [ "rustls 0.20.4", "tokio", diff --git a/Cargo.toml b/Cargo.toml @@ -23,7 +23,7 @@ once_cell = "1.10" percent-encoding = "2.1" rcgen = { version = "0.9.2" } rustls = "0.20.4" -tokio-rustls = "0.23.3" +tokio-rustls = "0.23.4" tokio = { version = "1.18", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.2.2" webpki = "0.22.0"