aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-29 04:53:48 +0000
committerFuwn <[email protected]>2023-05-29 04:53:48 +0000
commite84b24c28954821327a3e4723b252f1eb7037177 (patch)
treed2d6515aec4fcd02f2996f1cfa40e7cd0d55e3ec /Cargo.toml
parentdeps(log): bump logging dependencies (diff)
downloadseptember-e84b24c28954821327a3e4723b252f1eb7037177.tar.xz
september-e84b24c28954821327a3e4723b252f1eb7037177.zip
deps(vergen): bump
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 447016e..c46aaf4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,8 +37,8 @@ dotenv = "0.15.0"
url = "2.3.1"
[build-dependencies]
-# Environment Variables
-vergen = "7.0.0"
+# Compile-time Environment Variables
+vergen = { version = "8.2.1", features = ["git", "gitoxide"] }
# `Result`
anyhow = "1.0.56"