Update dependencies
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Fabian Stamm 2024-11-09 21:45:59 +01:00
parent d57d0c2db9
commit cf98c93a89
2 changed files with 684 additions and 660 deletions

1337
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,13 +17,12 @@ serde_json = "1"
serde_yaml = "0.9" serde_yaml = "0.9"
rand = "0.8" rand = "0.8"
log = "0.4" log = "0.4"
fern = "0.6" fern = "0.7"
chrono = "0.4" chrono = "0.4"
async-trait = "0.1" async-trait = "0.1"
reqwest = { version = "0.11", optional = true, features = [ reqwest = { version = "0.12", optional = true, features = [
"json", "json",
"rustls", "default-tls",
"hyper-tls",
], default-features = false } ], default-features = false }
[profile.release] [profile.release]