Apply cargo update and cargo upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2023-07-04 10:00:22 +02:00
parent 0088b5f4b2
commit eb0c8904d8
2 changed files with 192 additions and 280 deletions

466
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" bytes = "1.4.0"
config = { version = "0.13.3", features = ["toml"] } config = { version = "0.13.3", features = ["toml"] }
dotenvy = "0.15.7" dotenvy = "0.15.7"
futures = "0.3.27" futures = "0.3.28"
git2 = "0.17.2" git2 = "0.17.2"
lazy_static = "1.4.0" lazy_static = "1.4.0"
mime = "0.3" mime = "0.3"
@ -27,11 +27,11 @@ number_prefix = "0.4.0"
openssl-probe = "0.1.5" openssl-probe = "0.1.5"
reqwest = "0.11.18" reqwest = "0.11.18"
serde = "1.0.166" serde = "1.0.166"
serde_derive = "1.0.137" serde_derive = "1.0.166"
serde_json = "1.0.99" serde_json = "1.0.99"
tracing = "0.1.37" tracing = "0.1.37"
tracing-actix-web = "0.7.5" tracing-actix-web = "0.7.5"
tracing-bunyan-formatter = "0.3.6" tracing-bunyan-formatter = "0.3.7"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.1.3" tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] } tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }