agate

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

commit b847dfb2d014abb23e69b8b65ea605f73305a339
parent ca19615a5bcd09b87d1aefbad18fae29242af078
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu, 14 Jul 2022 12:28:13 +0200

chore(deps): bump once_cell from 1.12.0 to 1.13.0 (#186)


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

diff --git a/Cargo.lock b/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" +checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "pem" diff --git a/Cargo.toml b/Cargo.toml @@ -19,7 +19,7 @@ getopts = "0.2.21" glob = "0.3" log = "0.4" mime_guess = "2.0" -once_cell = "1.12" +once_cell = "1.13" percent-encoding = "2.1" rcgen = { version = "0.9.2" } rustls = "0.20.6"