Browse Source

Bump toml from 0.8.8 to 0.8.9 (#3643)

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.9.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.9)

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

10
Cargo.lock generated

@ -592,7 +592,7 @@ dependencies = [
"serde_repr", "serde_repr",
"serde_yaml", "serde_yaml",
"time 0.3.31", "time 0.3.31",
"toml 0.8.8", "toml 0.8.9",
] ]
[[package]] [[package]]
@ -3542,9 +3542,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.8.8" version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
@ -3563,9 +3563,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.21.0" version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [ dependencies = [
"indexmap 2.2.1", "indexmap 2.2.1",
"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.8.1" rayon = "1.8.1"
toml = "0.8.8" toml = "0.8.9"
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