From c1f3c1c54ce06e972558ea04201cb0063641a21e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 04:51:09 +0000 Subject: [PATCH] Bump glam from 0.9.4 to 0.17.1 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.9.4 to 0.17.1. - [Release notes](https://github.com/bitshifter/glam-rs/releases) - [Changelog](https://github.com/bitshifter/glam-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.9.4...0.17.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9657126..1326cce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,9 +444,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.9.4" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2273fdae3729e928d8f4f29aee7e9931d196ce0a565030b96d7e0cc4c02f01f" +checksum = "7d01468a1d75c441afeb98adc0bcbd174ff59bd35a325c1da57ce7a53e04a5a3" [[package]] name = "glutin" diff --git a/Cargo.toml b/Cargo.toml index 63a105d..00b1cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ toml = "0.5.8" rayon = "1.5.0" glutin = "0.26.0" image = { version = "0.23.12", default-features = false, features = ["png"] } -glam = "0.9.4" +glam = "0.17.1" rand = "0.7.3" rand_distr = "0.3.0" rand_xoshiro = "0.4.0"