agate

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

commit c2571d39c2ad399b31fd2e634e2f698572a42ae1
parent 0d795aacfd1dc7422fc0ee1b1891f45c53bebe8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 15 Nov 2021 17:01:28 +0100

chore(deps): bump rustls from 0.20.0 to 0.20.1 (#104)


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

diff --git a/Cargo.lock b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ "once_cell", "percent-encoding", "rcgen", - "rustls 0.20.0", + "rustls 0.20.1", "tokio", "tokio-rustls 0.23.1", "url", @@ -457,9 +457,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b5ac6078ca424dc1d3ae2328526a76787fecc7f8011f520e3276730e711fc95" +checksum = "dac4581f0fc0e0efd529d069e8189ec7b90b8e7680e21beb35141bdc45f36040" dependencies = [ "log", "ring", @@ -599,7 +599,7 @@ version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689" dependencies = [ - "rustls 0.20.0", + "rustls 0.20.1", "tokio", "webpki 0.22.0", ] diff --git a/Cargo.toml b/Cargo.toml @@ -22,7 +22,7 @@ mime_guess = "2.0" once_cell = "1.8" percent-encoding = "2.1" rcgen = { version = "0.8.14" } -rustls = "0.20.0" +rustls = "0.20.1" tokio-rustls = "0.23.1" tokio = { version = "1.13", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.2.2"