Update deps: base64 (#745), winit (#744) (#747)

* Update base64 to 0.13.1. Closes #744

* Update winit to 0.27.5. Closes #745

* cargo update
This commit is contained in:
iceiix 2022-11-25 09:14:37 -08:00 committed by GitHub
parent 6ad43b3ccb
commit 96ff1c5c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 299 additions and 258 deletions

553
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@ opt-level = 1
[dependencies]
cfg-if = "1.0.0"
wasm-bindgen = "0.2.83"
winit = "0.27.4"
winit = "0.27.5"
glow = "0.11.2"
byteorder = "1.4.3"
serde = "1.0.147"
@ -41,7 +41,7 @@ image = "0.24.4"
getrandom = { version = "0.2.8", features = ["js"] }
rand = "0.8.5"
rand_pcg = "0.3.1"
base64 = "0.13.0"
base64 = "0.13.1"
log = { version = "0.4.17", features = ["std"] }
cgmath = "0.17.0"
lazy_static = "1.4.0"