agate

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

commit 8b5b5860e58f2a6ae2451c5ce6ccddb1bfb0d1c1
parent e591581a3ebcbe4e1e9c6f3534283420e021357c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 17 Nov 2023 10:10:48 +0000

chore(deps): bump configparser from 3.0.2 to 3.0.3

Bumps [configparser](https://github.com/QEDK/configparser-rs) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/QEDK/configparser-rs/releases)
- [Changelog](https://github.com/QEDK/configparser-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/QEDK/configparser-rs/commits/v3.0.3)

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

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

diff --git a/Cargo.lock b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "configparser" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5458d9d1a587efaf5091602c59d299696a3877a439c8f6d461a2d3cce11df87a" +checksum = "e0e56e414a2a52ab2a104f85cd40933c2fbc278b83637facf646ecf451b49237" [[package]] name = "deranged"