diff --git a/Cargo.lock b/Cargo.lock index 4b5ebef..a8fa575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,9 +861,9 @@ dependencies = [ [[package]] name = "glutin" -version = "0.29.0" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4f9adafdcaf3c81bc750238f4f6d694ef35ca3f79ae7417f2ca8af58838f24e" +checksum = "444c9ad294fdcaf20ccf6726b78f380b5450275540c9b68ab62f49726ad1c713" dependencies = [ "cgl", "cocoa", diff --git a/Cargo.toml b/Cargo.toml index 12d97d6..a1295b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ dirs = "4.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] reqwest = { version = "0.11.11", features = [ "blocking" ]} -glutin = "0.29.0" +glutin = "0.29.1" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7"