diff --git a/Cargo.lock b/Cargo.lock index 644c83e1a..887ecbd53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,9 +1072,9 @@ dependencies = [ [[package]] name = "glow" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" +checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5" dependencies = [ "js-sys", "slotmap", @@ -4062,7 +4062,7 @@ dependencies = [ "dunce", "gdkx11", "getrandom 0.3.1", - "glow 0.16.0", + "glow 0.17.0", "gtk", "http", "http-range", diff --git a/Cargo.toml b/Cargo.toml index 2d480f7d2..542343d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ winit = "0.30" getrandom = "0.3" http-range = "0.1" percent-encoding = "2.3" -glow = "0.16.0" +glow = "0.17.0" libloading = "0.8.9" # For unit testing `inject_initialization_scripts` since we can't do it easily on Android sha2 = "0.10"