agate

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

commit 176b3a634175800b7cdd61ac933af21a04ac519f
parent 412f9468556f8aec47c1e75f288eef595f3a3adc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu, 29 Sep 2022 10:38:48 +0000

chore(deps): bump rcgen from 0.9.3 to 0.10.0

Bumps [rcgen](https://github.com/est31/rcgen) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/est31/rcgen/releases)
- [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/est31/rcgen/compare/v0.9.3...v0.10.0)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
MCargo.lock | 4++--
MCargo.toml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -336,9 +336,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.9.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" +checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" 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.15" percent-encoding = "2.2" -rcgen = { version = "0.9.3" } +rcgen = { version = "0.10.0" } rustls = "0.20.6" tokio-rustls = "0.23.4" tokio = { version = "1.21", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }