diff --git a/Cargo.lock b/Cargo.lock index 942cf1097..fdc1ff055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1127,9 +1127,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42218cb640844e3872cc3c153dc975229e080a6c4733b34709ef445610550226" +checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945" [[package]] name = "glow" diff --git a/Cargo.toml b/Cargo.toml index b10762248..63e7ff9a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ ddsfile = "0.5" env_logger = "0.10" futures-intrusive = "0.5" rustc-hash = "1.1.0" -glam = "0.24.1" +glam = "0.24.2" image = { version = "0.24", default-features = false, features = ["png"] } # libloading 0.8 switches from `winapi` to `windows-sys`; permit either libloading = ">=0.7,<0.9"