1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-21 02:19:01 +00:00

build(deps): update rust crate toml_edit to 0.22.6

This commit is contained in:
renovate[bot] 2024-02-16 03:04:38 +00:00 committed by GitHub
parent 6ff7015175
commit a84d87b909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -2881,7 +2881,7 @@ dependencies = [
"tempfile", "tempfile",
"terminal_size", "terminal_size",
"toml 0.8.10", "toml 0.8.10",
"toml_edit 0.22.5", "toml_edit 0.22.6",
"unicode-segmentation", "unicode-segmentation",
"unicode-width", "unicode-width",
"urlencoding", "urlencoding",
@ -3149,7 +3149,7 @@ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
"toml_edit 0.22.5", "toml_edit 0.22.6",
] ]
[[package]] [[package]]
@ -3174,9 +3174,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.22.5" version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e68c159e8f5ba8a28c4eb7b0c0c190d77bb479047ca713270048145a9ad28a" checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
dependencies = [ dependencies = [
"indexmap 2.2.3", "indexmap 2.2.3",
"serde", "serde",

View File

@ -81,7 +81,7 @@ strsim = "0.10.1"
systemstat = "=0.2.3" systemstat = "=0.2.3"
terminal_size = "0.3.0" terminal_size = "0.3.0"
toml = { version = "0.8.10", features = ["preserve_order"] } toml = { version = "0.8.10", features = ["preserve_order"] }
toml_edit = "0.22.5" toml_edit = "0.22.6"
unicode-segmentation = "1.11.0" unicode-segmentation = "1.11.0"
unicode-width = "0.1.11" unicode-width = "0.1.11"
urlencoding = "2.1.3" urlencoding = "2.1.3"