build(deps): update toml crates

This commit is contained in:
renovate[bot] 2023-09-08 04:35:32 +00:00 committed by GitHub
parent ec72784e10
commit bd07b847a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@ -3049,7 +3049,7 @@ dependencies = [
"systemstat", "systemstat",
"tempfile", "tempfile",
"terminal_size", "terminal_size",
"toml 0.7.6", "toml 0.7.7",
"toml_edit", "toml_edit",
"unicode-segmentation", "unicode-segmentation",
"unicode-width", "unicode-width",
@ -3304,9 +3304,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.7.6" version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592"
dependencies = [ dependencies = [
"indexmap 2.0.0", "indexmap 2.0.0",
"serde", "serde",
@ -3326,9 +3326,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.19.14" version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [ dependencies = [
"indexmap 2.0.0", "indexmap 2.0.0",
"serde", "serde",

View File

@ -80,8 +80,8 @@ starship-battery = { version = "0.8.2", optional = true }
strsim = "0.10.0" strsim = "0.10.0"
systemstat = "=0.2.3" systemstat = "=0.2.3"
terminal_size = "0.2.6" terminal_size = "0.2.6"
toml = { version = "0.7.6", features = ["preserve_order"] } toml = { version = "0.7.7", features = ["preserve_order"] }
toml_edit = "0.19.14" toml_edit = "0.19.15"
unicode-segmentation = "1.10.1" unicode-segmentation = "1.10.1"
unicode-width = "0.1.10" unicode-width = "0.1.10"
urlencoding = "2.1.3" urlencoding = "2.1.3"