diff --git a/Cargo.lock b/Cargo.lock index e44c43f608..3449d6427e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -484,9 +484,9 @@ checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3" [[package]] name = "hashbrown" -version = "0.9.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "heck" @@ -525,9 +525,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.2" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" +checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" dependencies = [ "autocfg", "hashbrown", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 0919c2f92b..935b8219ee 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -32,7 +32,7 @@ rustc-hash = "1.1.0" num-bigint = { version = "0.4.0", features = ["serde"] } num-integer = "0.1.44" bitflags = "1.2.1" -indexmap = "1.6.2" +indexmap = "1.7.0" ryu-js = "0.2.1" chrono = "0.4.19" fast-float = "0.2.0"