diff --git a/Cargo.lock b/Cargo.lock index 97a4c43..f1a071c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" dependencies = [ "allocator-api2", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index a110e0a..6a19cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ mint = ["keyframe/mint_types", "kurbo/mint"] vello = ["dep:vello"] [dependencies] -hashbrown = "0.15.0" +hashbrown = "0.15.1" keyframe = { version = "1.1.1", default-features = false, features = ["mint_types"] } kurbo = { version = "0.11", default-features = false } peniko = { version = "0.1.1", default-features = false }