Merge pull request #635 from vbrandl/dependabot/cargo/vergen-8.2.3

Bump vergen from 8.2.1 to 8.2.3
This commit is contained in:
Valentin Brandl 2023-07-04 10:04:31 +02:00 committed by GitHub
commit 7b50187daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 353 additions and 369 deletions

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `actions/cache` from 2 to 3 (#616)
- Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634)
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619)
- Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622)
- Bump `vergen` from 8.1.3 to 8.2.3 (#621, #622, #635)
- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
- Bump `tempfile` from 3.5.0 to 3.6.0 (#626)

712
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ badgers = "1.2.0"
bytes = "1.4.0"
config = { version = "0.13.3", features = ["toml"] }
dotenvy = "0.15.7"
futures = "0.3.27"
futures = "0.3.28"
git2 = "0.17.2"
lazy_static = "1.4.0"
mime = "0.3"
@ -27,11 +27,11 @@ number_prefix = "0.4.0"
openssl-probe = "0.1.5"
reqwest = "0.11.18"
serde = "1.0.166"
serde_derive = "1.0.137"
serde_derive = "1.0.166"
serde_json = "1.0.99"
tracing = "0.1.37"
tracing-actix-web = "0.7.5"
tracing-bunyan-formatter = "0.3.6"
tracing-bunyan-formatter = "0.3.7"
tracing-futures = "0.2.5"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }
@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"]
[build-dependencies]
anyhow = "1.0.71"
ructe = { version = "0.16.1", features = ["mime03"] }
vergen = { version = "8.2.1", default-features = false, features = ["git", "gitoxide"] }
vergen = { version = "8.2.3", default-features = false, features = ["git", "gitoxide"] }
[dev-dependencies]
awc = "3.1.1"