From d6539a879eb07897d6f65035bdfb56dc0ec22808 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 13 Jun 2024 14:33:05 +0000 Subject: deps: bump outdated crates --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6755578..cbd7623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.16" +version = "0.2.17" authors = ["Fuwn "] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." @@ -24,11 +24,11 @@ opt-level = 3 germ = { version = "0.4.0", features = ["ast", "meta"] } # HTTP -actix-web = "4.0.1" +actix-web = "4.7.0" # Logging pretty_env_logger = "0.5.0" -log = "0.4.18" +log = "0.4.21" # Environment Variables dotenv = "0.15.0" @@ -41,7 +41,7 @@ html-escape = "0.2.13" [build-dependencies] # Compile-time Environment Variables -vergen = { version = "8.2.1", features = ["git", "gitoxide"] } +vergen = { version = "8.3.1", features = ["git", "gitoxide"] } # `Result` -anyhow = "1.0.56" +anyhow = "1.0.71" -- cgit v1.2.3