aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-02 13:04:18 +0000
committerFuwn <[email protected]>2024-11-02 13:04:18 +0000
commitac9189cd8e54b09ca3b8c61eabc3e3b432576297 (patch)
tree3867c04616a1c416980b197be136feffac7c6312 /Cargo.toml
parentfix(response): mobile html viewport (diff)
downloadseptember-ac9189cd8e54b09ca3b8c61eabc3e3b432576297.tar.xz
september-ac9189cd8e54b09ca3b8c61eabc3e3b432576297.zip
deps: bump all to latest compatible release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4aa85f5..95bacc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,27 +21,27 @@ opt-level = 3
[dependencies]
# Gemini
-germ = { version = "0.4.4", features = ["ast", "meta"] }
+germ = { version = "0.4.5", features = ["ast", "meta"] }
# HTTP
-actix-web = "4.7.0"
+actix-web = "4.9.0"
# Logging
pretty_env_logger = "0.5.0"
-log = "0.4.21"
+log = "0.4.22"
# Environment Variables
dotenv = "0.15.0"
# URL Standard
-url = "2.3.1"
+url = "2.5.2"
# Markdown Encoding
-comrak = "0.26.0"
+comrak = "0.29.0"
[build-dependencies]
# Compile-time Environment Variables
-vergen = { version = "8.3.1", features = ["git", "gitoxide"] }
+vergen = { version = "8.3.2", features = ["git", "gitoxide"] }
# `Result`
-anyhow = "1.0.71"
+anyhow = "1.0.92" \ No newline at end of file