diff --git a/Cargo.lock b/Cargo.lock index c4107e6da122..a247c552511c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1945,9 +1945,9 @@ dependencies = [ [[package]] name = "hstr" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ddb0a5bb453eee36a8a2e1f08b7938ac9e2f62dc464007af7b328d551eca6b9" +checksum = "ec9b008b27d11024a71664660c82f62bc9ae9fc68b477279598a69bd9e5f7b7c" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index 7f038672b548..2871bf4def10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ resolver = "2" glob = "0.3.0" hashbrown = "0.14.5" hex = "0.4.3" - hstr = "0.2.13" + hstr = "0.2.14" indexmap = "2.0.0" is-macro = "0.3.5" js-sys = "0.3.59"