diff --git a/Cargo.lock b/Cargo.lock index c7d72c8..5a50542 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "agate" -version = "3.3.8" +version = "3.3.9" dependencies = [ "configparser", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 114277a..57a1189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.8" +version = "3.3.9" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]