Browse Source

Bump toml from 0.8.10 to 0.8.11 (#3736)

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

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

12
Cargo.lock generated

@ -590,7 +590,7 @@ dependencies = [
"serde_repr", "serde_repr",
"serde_yaml", "serde_yaml",
"time 0.3.34", "time 0.3.34",
"toml 0.8.10", "toml 0.8.11",
] ]
[[package]] [[package]]
@ -3896,14 +3896,14 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.8.10" version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
"toml_edit 0.22.6", "toml_edit 0.22.7",
] ]
[[package]] [[package]]
@ -3928,9 +3928,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.22.6" version = "0.22.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992"
dependencies = [ dependencies = [
"indexmap 2.2.5", "indexmap 2.2.5",
"serde", "serde",

2
tests/tester/Cargo.toml

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

Loading…
Cancel
Save