mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Update deps.
This commit is contained in:
parent
f69fee8287
commit
b19e7579c6
2 changed files with 554 additions and 412 deletions
956
Cargo.lock
generated
956
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue