diff --git a/Cargo.lock b/Cargo.lock index c4116a4..9ce456f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "agate" -version = "3.3.16" +version = "3.3.17" dependencies = [ "configparser", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 6559371..c0884f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.16" +version = "3.3.17" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]