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
commit2c22a46612a33216da79bb941cccfc5379c1f1fc (patch)
treed3e3fa602bc18ee01c5f3cf5faa6e9ae7f3837e5
parentfeat: custom primary colour variable (diff)
downloadseptember-0.2.17.tar.xz
september-0.2.17.zip
deps: bump outdated cratesv0.2.17
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66dae7a..cbd7623 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,8 +2,8 @@
[package]
name = "september"
-version = "0.2.16"
-authors = ["Fuwn <[email protected]>"]
+version = "0.2.17"
+authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."
readme = "README.md"
@@ -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"