From d3d1d88cbd28423974ea60129b78215e8844a15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:05:17 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: macroquad dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b46000..6184124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "macroquad" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "002647f9301eb8827145a6ae71f1fc0b0441d3a3e0648146e3c7de926e78c37d" +checksum = "6d983c03e9171099b2eb2067206c78cb37904ea071bb9ea4602c43ed45bb7097" dependencies = [ "bumpalo", "fontdue", @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "miniquad" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e9c578ad261f84512751bfdd9919c762ecd6103d06051fbdaede35136e1988" +checksum = "e17282b286b736c9ef6f79c630a5173669491a5e2f13a03fe556e59f7b577cd2" dependencies = [ "libc", "ndk-sys", diff --git a/Cargo.toml b/Cargo.toml index f2b86c8..7083348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ cvars = "0.4.2" cvars-console-macroquad = "0.3.0" fnv = "1.0.7" inline_tweak = "1.1.1" -macroquad = "=0.4.5" # Exact version because of the image crate https://github.com/not-fl3/macroquad/issues/494 +macroquad = "=0.4.6" # Exact version because of the image crate https://github.com/not-fl3/macroquad/issues/494 rand_xoshiro = "0.6.0" serde = { version = "1.0.202", features = ["derive"] } strum = "0.26.2"