Update deps.

This commit is contained in:
Eduard Tolosa 2023-06-12 15:49:53 -05:00
parent f69fee8287
commit b19e7579c6
2 changed files with 554 additions and 412 deletions

956
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,14 +7,14 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "2.33.3", features = ["yaml"] }
reqwest = { version = "0.11.3", features = ["default-tls"] }
openssl = { version = "0.10.30", features = ["vendored"] }
clap = { version = "2.34.0", features = ["yaml"] }
reqwest = { version = "0.11.18", features = ["default-tls"] }
openssl = { version = "0.10.54", features = ["vendored"] }
config = { version = "0.11.0", features = ["yaml", "json", "toml", "hjson", "ini"] }
failure = "0.1.8"
sqlite = "0.26.0"
md5 = "0.7.0"
chrono = "0.4.19"
chrono = "0.4.26"
prettytable-rs = "0.8.0"
@ -23,4 +23,4 @@ lto = true
codegen-units = 1
panic = 'abort'
incremental = false
opt-level = "s"
opt-level = "s"