Browse Source

Bump indexmap from 1.6.1 to 1.6.2 (#1165)

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

4
Cargo.lock generated

@ -521,9 +521,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "1.6.1" version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"hashbrown", "hashbrown",

2
boa/Cargo.toml

@ -32,7 +32,7 @@ rustc-hash = "1.1.0"
num-bigint = { version = "0.4.0", features = ["serde"] } num-bigint = { version = "0.4.0", features = ["serde"] }
num-integer = "0.1.44" num-integer = "0.1.44"
bitflags = "1.2.1" bitflags = "1.2.1"
indexmap = "1.6.1" indexmap = "1.6.2"
ryu-js = "0.2.1" ryu-js = "0.2.1"
chrono = "0.4.19" chrono = "0.4.19"
fast-float = "0.2.0" fast-float = "0.2.0"

Loading…
Cancel
Save