Merge pull request #755 from vbrandl/dependencies
Some checks failed
continuous-integration/drone/push Build is passing
/ Test Suite (ubuntu-latest) (push) Successful in 12m26s
/ Rustfmt (push) Failing after 25s
/ Clippy (push) Failing after 5m13s
Security audit / security_audit (push) Failing after 10s

Dependency Updates
This commit is contained in:
Valentin Brandl 2024-03-26 09:06:21 +01:00 committed by GitHub
commit 6ea4f0fb2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 421 additions and 625 deletions

1040
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ actix-rt = "2.9.0"
actix-web = "4.5.1"
badgers = "1.2.0"
bytes = "1.6.0"
config = { version = "0.14.0", features = ["toml"] }
config = { version = "0.14.0", features = ["toml"], default-features = false }
dotenvy = "0.15.7"
futures = "0.3.30"
git2 = "0.18.3"
@ -27,8 +27,8 @@ number_prefix = "0.4.0"
openssl-probe = "0.1.5"
reqwest = "0.12.2"
serde = "1.0.197"
serde_derive = "1.0.166"
serde_json = "1.0.114"
serde_derive = "1.0.197"
serde_json = "1.0.115"
tracing = "0.1.40"
tracing-actix-web = "0.7.10"
tracing-bunyan-formatter = "0.3.9"