Update serde, image, hex, lazy_static, structopt..

* serde 1.1.0.2, closes #233
* image 0.21.3, closes #221
* hex 0.4.0, closes #225
* lazy_static 1.4.0, closes #217
* structopt 0.3.3, closes #231
  * Requires rustc 1.36+, updated in previous commit
* reqwest 0.9.22, closes #230
* cargo update, closes #219
This commit is contained in:
ice_iix 2019-11-02 14:18:22 -07:00
parent 1b668242d0
commit 3946f22863
2 changed files with 728 additions and 718 deletions

1434
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,29 +23,29 @@ wasm-bindgen = "0.2.44"
sha-1 = "0.8.1"
glutin = { git = "https://github.com/iceiix/glutin", rev = "1e48d3216ed692596983a7b053caf8c73e6bbf22" }
byteorder = "1.3.2"
serde = "1.0.98"
serde = "1.0.102"
serde_json = "1.0.40"
flate2 = { version = "1.0.11", features = ["rust_backend"], default-features = false }
zip = { version = "0.5.3", features = ["deflate"], default-features = false }
image = "0.21.2"
image = "0.21.3"
rand = "0.6.5"
rand_xorshift = "0.1.1"
hex = "0.3.2"
hex = "0.4.0"
base64 = "0.10.1"
log = { version = "0.4.8", features = ["std"] }
cgmath = "0.17.0"
lazy_static = "1.3.0"
lazy_static = "1.4.0"
collision = "0.20.1"
aes = "0.3.2"
cfb8 = "0.3.2"
rsa_public_encrypt_pkcs1 = "0.2.0"
structopt = "0.2.18"
structopt = "0.3.3"
num-traits = "0.2.8"
clipboard = { git = "https://github.com/aweinstock314/rust-clipboard", rev = "07d080be58a361a5bbdb548fafe9449843d968be" }
# clippy = "*"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = "0.9.19"
reqwest = "0.9.22"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.1"