Browse Source

Bump toml from 0.7.5 to 0.7.6 (#3114)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.5 to 0.7.6.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.5...toml-v0.7.6)

---
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/3121/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
ecfaeb9ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

10
Cargo.lock generated

@ -589,7 +589,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_repr", "serde_repr",
"serde_yaml", "serde_yaml",
"toml 0.7.5", "toml 0.7.6",
] ]
[[package]] [[package]]
@ -4223,9 +4223,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.7.5" version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
@ -4244,9 +4244,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.19.11" version = "0.19.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78"
dependencies = [ dependencies = [
"indexmap 2.0.0", "indexmap 2.0.0",
"serde", "serde",

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.5" toml = "0.7.6"
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