Update web-sys, flate2, structopt, serde/json, and minor deps

Closes #187 Bump web-sys from 0.3.22 to 0.3.24
Closes #188 Bump flate2 from 1.0.7 to 1.0.9
Closes #189 Bump structopt from 0.2.16 to 0.2.18
Closes #190 Bump serde from 1.0.92 to 1.0.94
Closes #192 Bump serde_json from 1.0.39 to 1.0.40

`cargo update` updates smallvec (and others) used by collision:
Closes #193 [Security] Bump smallvec from 0.6.9 to 0.6.10
This commit is contained in:
ice_iix 2019-07-02 19:08:50 -07:00
parent 115560ce82
commit 8c0350eb7c
2 changed files with 496 additions and 466 deletions

952
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,9 +23,9 @@ 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.92"
serde_json = "1.0.39"
flate2 = { version = "1.0.7", features = ["rust_backend"], default-features = false }
serde = "1.0.94"
serde_json = "1.0.40"
flate2 = { version = "1.0.9", features = ["rust_backend"], default-features = false }
zip = { version = "0.5.2", features = ["deflate"], default-features = false }
image = "0.21.2"
rand = "0.6.5"
@ -39,7 +39,7 @@ collision = "0.20.1"
aes = "0.3.2"
cfb8 = "0.3.2"
rsa_public_encrypt_pkcs1 = "0.2.0"
structopt = "0.2.16"
structopt = "0.2.18"
num-traits = "0.2.8"
clipboard = { git = "https://github.com/aweinstock314/rust-clipboard", rev = "07d080be58a361a5bbdb548fafe9449843d968be" }
# clippy = "*"
@ -49,7 +49,7 @@ reqwest = "0.9.18"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.1"
web-sys = { version = "0.3.22", features = [ "console" ]}
web-sys = { version = "0.3.24", features = [ "console" ]}
[dependencies.steven_gl]
path = "./gl"