Browse Source

Bump toml from 0.7.8 to 0.8.0 (#3276)

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

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

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

21
Cargo.lock generated

@ -595,7 +595,7 @@ dependencies = [
"serde_json",
"serde_repr",
"serde_yaml",
"toml 0.7.8",
"toml 0.8.0",
]
[[package]]
@ -3073,7 +3073,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit",
"toml_edit 0.19.15",
]
[[package]]
@ -4219,14 +4219,14 @@ dependencies = [
[[package]]
name = "toml"
version = "0.7.8"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
"toml_edit 0.20.0",
]
[[package]]
@ -4243,6 +4243,17 @@ name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.0.0",
"toml_datetime",
"winnow",
]
[[package]]
name = "toml_edit"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95"
dependencies = [
"indexmap 2.0.0",
"serde",

2
boa_tester/Cargo.toml

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

Loading…
Cancel
Save