From 3e8fa21315d4ca56f1a09d351854901749d3a18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 02:03:51 +0000 Subject: [PATCH] Bump glam from 0.24.0 to 0.24.1 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.24.0 to 0.24.1. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/commits) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/vent-common/Cargo.toml | 2 +- crates/vent-runtime/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edafd3c..1223fba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1077,9 +1077,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad83ab008a4fa3b31dfa713dd41b5a9bdea1e94e4cf1e2fc274ffbd49b0271d3" +checksum = "42218cb640844e3872cc3c153dc975229e080a6c4733b34709ef445610550226" [[package]] name = "glib-sys" diff --git a/crates/vent-common/Cargo.toml b/crates/vent-common/Cargo.toml index 5065462..40a2410 100644 --- a/crates/vent-common/Cargo.toml +++ b/crates/vent-common/Cargo.toml @@ -14,7 +14,7 @@ pollster = "0.3.0" sysinfo = "0.29" chrono = "0.4" -glam = "0.24.0" +glam = "0.24.1" image = "0.24.6" bytemuck = { version = "1.13.1", features = ["derive"] } diff --git a/crates/vent-runtime/Cargo.toml b/crates/vent-runtime/Cargo.toml index adc3114..1c34d18 100644 --- a/crates/vent-runtime/Cargo.toml +++ b/crates/vent-runtime/Cargo.toml @@ -15,7 +15,7 @@ pollster = "0.3.0" log = "0.4" -glam = "0.24.0" +glam = "0.24.1" bytemuck = { version = "1.13.1", features = ["derive"] } [target.'cfg(any(not(target_arch = "wasm32"), target_os = "emscripten"))'.dependencies]