Skip to content

Commit

Permalink
[Renovate] Update Rust crate toml to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent a2cc75b commit aae8060
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.11",
"toml 0.8.12",
]

[[package]]
Expand Down Expand Up @@ -515,14 +515,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]]
Expand All @@ -549,9 +549,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",
"serde",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ anstyle = "1.0.6"
cargo-lock = "9.0.0"
ron = "0.8.1"
sysexits = "0.7.11"
toml = "0.8.11"
toml = "0.8.12"

[dependencies.chrono]
features = ["serde"]
Expand Down

0 comments on commit aae8060

Please sign in to comment.