diff options
| author | Fuwn <[email protected]> | 2023-05-29 04:53:48 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-29 04:53:48 +0000 |
| commit | e84b24c28954821327a3e4723b252f1eb7037177 (patch) | |
| tree | d2d6515aec4fcd02f2996f1cfa40e7cd0d55e3ec /Cargo.toml | |
| parent | deps(log): bump logging dependencies (diff) | |
| download | september-e84b24c28954821327a3e4723b252f1eb7037177.tar.xz september-e84b24c28954821327a3e4723b252f1eb7037177.zip | |
deps(vergen): bump
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |