Browse Source

Bump indexmap from 1.6.2 to 1.7.0 (#1379)

pull/1381/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
5153175d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      boa/Cargo.toml

8
Cargo.lock generated

@ -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",

2
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"

Loading…
Cancel
Save