Skip to content

Commit

Permalink
[Renovate] Update Rust crate toml to v0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2024
1 parent 35fe138 commit 9a1b946
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.17",
"toml 0.8.18",
]

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

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

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

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

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

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

0 comments on commit 9a1b946

Please sign in to comment.