Skip to content

Commit

Permalink
[Renovate] Update Rust crate toml to v0.8.19 (#1595)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 1, 2024
1 parent 2eb2fe7 commit dece929
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"ron",
"serde",
"sysexits",
"toml 0.8.18",
"toml 0.8.19",
]

[[package]]
Expand Down Expand Up @@ -522,14 +522,14 @@ dependencies = [

[[package]]
name = "toml"
version = "0.8.18"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b98404c41291d0a0fba7148837d26858b42e57f7abe5a4865ff39dc35d1d8c"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.19",
"toml_edit 0.22.20",
]

[[package]]
Expand All @@ -556,15 +556,15 @@ dependencies = [

[[package]]
name = "toml_edit"
version = "0.22.19"
version = "0.22.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4866f4796a39e03923b14f9a42e88f223e2e685ee1851041e510c0134850c27f"
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.17",
"winnow 0.6.18",
]

[[package]]
Expand Down Expand Up @@ -758,9 +758,9 @@ dependencies = [

[[package]]
name = "winnow"
version = "0.6.17"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93b68c91a1b24c7456960ac3290e86a316f3aefcda89c4cad24ae3eda34f4411"
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
dependencies = [
"memchr",
]

0 comments on commit dece929

Please sign in to comment.