Bump glam from 0.24.1 to 0.24.2 (#4171)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-25 00:09:48 -04:00 committed by GitHub
parent 8e393ca213
commit 7e0d6c971f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"