Skip to content

Commit

Permalink
[Renovate] Update Rust crate toml to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2024
1 parent 6229900 commit b09cc51
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.9",
"toml 0.8.10",
]

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

[[package]]
name = "toml"
version = "0.8.9"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.21.1",
"toml_edit 0.22.0",
]

[[package]]
Expand All @@ -549,9 +549,9 @@ dependencies = [

[[package]]
name = "toml_edit"
version = "0.21.1"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
checksum = "d8dc77def39ce6079c2d0c866cc20848f591b1898f153c9fe7c4f29e1154510b"
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.9"
toml = "0.8.10"

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

0 comments on commit b09cc51

Please sign in to comment.