agate

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

commit d13141b54e05640a533b732a333bb2e09bb243d7
parent 6e269435fee7e27310e3259a7416a71ea83e2377
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 11 Jul 2023 10:55:43 +0000

chore(deps): bump rustls from 0.21.3 to 0.21.5

Bumps [rustls](https://github.com/rustls/rustls) from 0.21.3 to 0.21.5.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.3...v/0.21.5)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

diff --git a/Cargo.lock b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ "once_cell", "percent-encoding", "rcgen", - "rustls 0.21.3", + "rustls 0.21.5", "tokio", "tokio-rustls 0.24.1", "url", @@ -475,9 +475,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.3" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b19faa85ecb5197342b54f987b142fb3e30d0c90da40f80ef4fa9a726e6676ed" +checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" dependencies = [ "log", "ring", @@ -663,7 +663,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.3", + "rustls 0.21.5", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml @@ -22,7 +22,7 @@ mime_guess = "2.0" once_cell = "1.18" percent-encoding = "2.3" rcgen = { version = "0.11.1" } -rustls = "0.21.3" +rustls = "0.21.5" tokio-rustls = "0.24.1" tokio = { version = "1.29", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.4.0"