aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-13 14:33:05 +0000
committerFuwn <[email protected]>2024-06-13 14:33:05 +0000
commitd6539a879eb07897d6f65035bdfb56dc0ec22808 (patch)
treed3e3fa602bc18ee01c5f3cf5faa6e9ae7f3837e5
parentfeat: custom primary colour variable (diff)
downloadseptember-d6539a879eb07897d6f65035bdfb56dc0ec22808.tar.xz
september-d6539a879eb07897d6f65035bdfb56dc0ec22808.zip
deps: bump outdated crates
-rw-r--r--Cargo.toml10
1 files 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 <[email protected]>"]
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"