From f7345f7dd6d2c593178f4b48aa29929922c4e85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:10:09 +0000 Subject: [PATCH] Bump vek from 0.16.1 to 0.17.0 Bumps [vek](https://github.com/yoanlcq/vek) from 0.16.1 to 0.17.0. - [Commits](https://github.com/yoanlcq/vek/commits) --- updated-dependencies: - dependency-name: vek dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3924823..ef967d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,9 +592,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "vek" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c85158043f3bc1fac596d59a77e07948da340b9951b451ed4cb4a8c480aa2157" +checksum = "cb40015035f83ba23d647e647f8be060d0f6f99b7c7687989fbca3e3d65e7234" dependencies = [ "approx", "num-integer", diff --git a/Cargo.toml b/Cargo.toml index 2962dac..f86d1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ strum = "0.26.2" strum_macros = "0.26.2" thunderdome = "0.6.1" time = { version = "0.3.36", features = ["formatting"] } -vek = "0.16.1" +vek = "0.17.0" [dependencies.image] # Dependency of macroquad with added "bmp" feature so we can load RecWar's original assets.