update dependencies

This commit is contained in:
Johann150 2021-10-25 17:49:02 +02:00
parent 6af5efbf67
commit 37eef3dc9b
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
4 changed files with 21 additions and 7 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "agate"
version = "3.1.2"
version = "3.1.3"
authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"]
description = "Very simple server for the Gemini hypertext protocol"
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]
@ -12,7 +12,7 @@ edition = "2018"
exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md"]
[dependencies]
configparser = "2.0"
configparser = "3.0"
env_logger = { version = "0.9", default-features = false, features = ["atty", "humantime", "termcolor"] }
futures-util = "0.3"
getopts = "0.2.21"