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"] }