From 1eebd434de65d80ef816e6a66500f82a987e7aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 15:37:20 +0000 Subject: [PATCH] Bump inline_tweak from 1.0.11 to 1.1.0 Bumps [inline_tweak](https://github.com/Uriopass/inline_tweak) from 1.0.11 to 1.1.0. - [Release notes](https://github.com/Uriopass/inline_tweak/releases) - [Changelog](https://github.com/Uriopass/inline_tweak/blob/master/CHANGELOG.md) - [Commits](https://github.com/Uriopass/inline_tweak/compare/v1.0.11...inline_tweak_derive-v1.1.0) --- updated-dependencies: - dependency-name: inline_tweak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 484e86d..4d2b129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,11 +210,12 @@ dependencies = [ [[package]] name = "inline_tweak" -version = "1.0.11" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0af55456b6effef89fe011ee0316a749984fd3ff0bcc3cd6ae0a3f3a4d752edf" +checksum = "b7b57581af32af1202434451167ba6b6a0456f4370955c0a85d3ce6a8bfb27ef" dependencies = [ "lazy_static", + "rustc-hash", ] [[package]] @@ -446,6 +447,12 @@ dependencies = [ "walkdir", ] +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + [[package]] name = "rustc_version" version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index 999e144..c9257e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ bincode = "1.3.3" cvars = "0.4.2" cvars-console-macroquad = "0.3.0" fnv = "1.0.7" -inline_tweak = "1.0.11" +inline_tweak = "1.1.0" macroquad = "=0.4.4" # Exact version because of the image crate https://github.com/not-fl3/macroquad/issues/494 rand_xoshiro = "0.6.0" serde = { version = "1.0.196", features = ["derive"] }