mirror of
https://github.com/edu4rdshl/unimap.git
synced 2026-07-17 23:24:49 +00:00
Bump dependencies.
This commit is contained in:
parent
1dd99a054a
commit
8ad5761f96
2 changed files with 364 additions and 818 deletions
1153
Cargo.lock
generated
1153
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
29
Cargo.toml
29
Cargo.toml
|
|
@ -12,30 +12,29 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
trust-dns-resolver = "0.19.5"
|
||||
rayon = "1.4.0"
|
||||
log = { version = "0.4.11", features = ["std"] }
|
||||
colored = { version = "1.9.3", optional = true }
|
||||
rand = "0.7.3"
|
||||
trust-dns-resolver = "0.20.2"
|
||||
rayon = "1.5.0"
|
||||
log = { version = "0.4.14", features = ["std"] }
|
||||
colored = { version = "2.0.0", optional = true }
|
||||
rand = "0.8.3"
|
||||
lazy_static = "1.4.0"
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
serde_derive = "1.0.114"
|
||||
serde = { version = "1.0.125", features = ["derive"] }
|
||||
serde_derive = "1.0.125"
|
||||
prettytable-rs = "0.8.0"
|
||||
serde-xml-rs = "0.4.0"
|
||||
webpage = "1.1.0"
|
||||
chrono = "0.4.15"
|
||||
clap = { version = "2.33.1", features = ["yaml"] }
|
||||
config = { version = "0.10.1", features = ["yaml", "json", "toml", "hjson", "ini"] }
|
||||
serde-xml-rs = "0.4.1"
|
||||
chrono = "0.4.19"
|
||||
clap = { version = "2.33.3", features = ["yaml"] }
|
||||
config = { version = "0.11.0", features = ["yaml", "json", "toml", "hjson", "ini"] }
|
||||
failure = "0.1.8"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
openssl = { version = "0.10.30", features = ["vendored"] }
|
||||
openssl = { version = "0.10.34", features = ["vendored"] }
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||
openssl = { version = "0.10.30", features = ["vendored"] }
|
||||
openssl = { version = "0.10.34", features = ["vendored"] }
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf.dependencies]
|
||||
openssl = { version = "0.10.30", features = ["vendored"] }
|
||||
openssl = { version = "0.10.34", features = ["vendored"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
atty = "0.2.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue