diff --git a/Cargo.lock b/Cargo.lock index d999b6b02..7f7b4fbbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,9 +1566,9 @@ dependencies = [ [[package]] name = "map-macro" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff92816d6a5feaa0c67e8ce9c9199ff59c832d7972534d879648319c623542b7" +checksum = "0dffbf44bae6c3f2c0befb25f800b092eea36d55bcba28226038fe3d29b29d25" [[package]] name = "matchers" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index 6e75609ac..cc9cb5f7b 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -17,7 +17,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] anymap = "1.0.0-beta.2" -map-macro = "0.2.3" +map-macro = "0.2.4" parking_lot = "0.12.0" parry2d-f64 = "0.9.0" robust = "0.2.3"