Browse Source

Bump toml from 0.8.11 to 0.8.12 (#3754)

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.11 to 0.8.12.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.11...toml-v0.8.12)

---
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/3758/head
dependabot[bot] 8 months ago committed by GitHub
parent
commit
ddac762d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      Cargo.lock
  2. 2
      tests/tester/Cargo.toml

14
Cargo.lock generated

@ -581,7 +581,7 @@ dependencies = [
"serde_repr",
"serde_yaml",
"time 0.3.34",
"toml 0.8.11",
"toml 0.8.12",
]
[[package]]
@ -3893,14 +3893,14 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.11"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e"
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.7",
"toml_edit 0.22.8",
]
[[package]]
@ -3925,9 +3925,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.7"
version = "0.22.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992"
checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
dependencies = [
"indexmap 2.2.5",
"serde",
@ -4012,7 +4012,7 @@ dependencies = [
"serde_derive",
"serde_json",
"termcolor",
"toml 0.8.11",
"toml 0.8.12",
]
[[package]]

2
tests/tester/Cargo.toml

@ -25,7 +25,7 @@ once_cell.workspace = true
colored.workspace = true
rustc-hash = { workspace = true, features = ["std"] }
rayon = "1.9.0"
toml = "0.8.11"
toml = "0.8.12"
color-eyre = "0.6.3"
phf = { workspace = true, features = ["macros"] }
comfy-table = "7.1.0"

Loading…
Cancel
Save