agate

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

commit fddef80f0e6c62dc9a8faa2f5fbaf0dd71aedacb
parent a9f928498b19c126512829c25dc8287f71635b0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 12 Sep 2022 10:28:49 +0000

chore(deps): bump configparser from 3.0.0 to 3.0.2

Bumps [configparser](https://github.com/QEDK/configparser-rs) from 3.0.0 to 3.0.2.
- [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)

---
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 @@ -80,9 +80,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "configparser" -version = "3.0.0" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06821ea598337a8412cf47c5b71c3bc694a7f0aed188ac28b836fab164a2c202" +checksum = "5458d9d1a587efaf5091602c59d299696a3877a439c8f6d461a2d3cce11df87a" [[package]] name = "env_logger"