1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-11 21:57:52 +00:00

build(deps): update rust crate toml_edit to 0.22.15

This commit is contained in:
renovate[bot] 2024-07-08 21:21:43 +00:00 committed by GitHub
parent 2ca0de0f6f
commit 205b4bdec2
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

@ -2788,7 +2788,7 @@ dependencies = [
"tempfile", "tempfile",
"terminal_size", "terminal_size",
"toml 0.8.14", "toml 0.8.14",
"toml_edit 0.22.14", "toml_edit 0.22.15",
"unicode-segmentation", "unicode-segmentation",
"unicode-width", "unicode-width",
"urlencoding", "urlencoding",
@ -3053,7 +3053,7 @@ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
"toml_edit 0.22.14", "toml_edit 0.22.15",
] ]
[[package]] [[package]]
@ -3078,9 +3078,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.22.14" version = "0.22.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" checksum = "d59a3a72298453f564e2b111fa896f8d07fabb36f51f06d7e875fc5e0b5a3ef1"
dependencies = [ dependencies = [
"indexmap 2.2.6", "indexmap 2.2.6",
"serde", "serde",

View File

@ -81,7 +81,7 @@ strsim = "0.11.1"
systemstat = "=0.2.3" systemstat = "=0.2.3"
terminal_size = "0.3.0" terminal_size = "0.3.0"
toml = { version = "0.8.14", features = ["preserve_order"] } toml = { version = "0.8.14", features = ["preserve_order"] }
toml_edit = "0.22.14" toml_edit = "0.22.15"
unicode-segmentation = "1.11.0" unicode-segmentation = "1.11.0"
unicode-width = "0.1.13" unicode-width = "0.1.13"
urlencoding = "2.1.3" urlencoding = "2.1.3"