Browse Source

Bump toml from 0.7.7 to 0.7.8 (#3270)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.7 to 0.7.8.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3272/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
4e4590a803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

6
Cargo.lock generated

@ -595,7 +595,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_repr", "serde_repr",
"serde_yaml", "serde_yaml",
"toml 0.7.7", "toml 0.7.8",
] ]
[[package]] [[package]]
@ -4219,9 +4219,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.7.7" version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",

2
boa_tester/Cargo.toml

@ -24,7 +24,7 @@ once_cell = "1.18.0"
colored = "2.0.4" colored = "2.0.4"
fxhash = "0.2.1" fxhash = "0.2.1"
rayon = "1.7.0" rayon = "1.7.0"
toml = "0.7.7" toml = "0.7.8"
color-eyre = "0.6.2" color-eyre = "0.6.2"
phf = { version = "0.11.2", features = ["macros"] } phf = { version = "0.11.2", features = ["macros"] }
comfy-table = "7.0.1" comfy-table = "7.0.1"

Loading…
Cancel
Save