agate

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

commit f50edd80cccc5a688e86999b8e66c492ba510dc9
parent 7d534c36c4c95b03a1fdafcc8d9c5983a71db060
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 22 Feb 2022 21:04:47 +0100

chore(deps): bump rcgen from 0.9.0 to 0.9.2 (#155)


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

diff --git a/Cargo.lock b/Cargo.lock @@ -357,9 +357,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b19a6d05e859d1cb69223792dde3834d3637f1095b5a3e1663745df6fb57454b" +checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e" dependencies = [ "pem", "ring", diff --git a/Cargo.toml b/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4" mime_guess = "2.0" once_cell = "1.8" percent-encoding = "2.1" -rcgen = { version = "0.9.0" } +rcgen = { version = "0.9.2" } rustls = "0.20.4" tokio-rustls = "0.23.2" tokio = { version = "1.17", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }