Browse Source

Bump toml from 0.8.4 to 0.8.5 (#3427)

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.4 to 0.8.5.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.4...toml-v0.8.5)

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

12
Cargo.lock generated

@ -540,7 +540,7 @@ dependencies = [
"serde_json",
"serde_repr",
"serde_yaml",
"toml 0.8.4",
"toml 0.8.5",
]
[[package]]
@ -3020,14 +3020,14 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.4"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef75d881185fd2df4a040793927c153d863651108a93c7e17a9e591baa95cc6"
checksum = "3efaf127c78d5339cc547cce4e4d973bd5e4f56e949a06d091c082ebeef2f800"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.20.4",
"toml_edit 0.20.5",
]
[[package]]
@ -3052,9 +3052,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.20.4"
version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "380f9e8120405471f7c9ad1860a713ef5ece6a670c7eae39225e477340f32fc4"
checksum = "782bf6c2ddf761c1e7855405e8975472acf76f7f36d0d4328bd3b7a2fae12a85"
dependencies = [
"indexmap",
"serde",

2
boa_tester/Cargo.toml

@ -24,7 +24,7 @@ once_cell.workspace = true
colored.workspace = true
rustc-hash = { workspace = true, features = ["std"] }
rayon = "1.8.0"
toml = "0.8.4"
toml = "0.8.5"
color-eyre = "0.6.2"
phf = { workspace = true, features = ["macros"] }
comfy-table = "7.1.0"

Loading…
Cancel
Save