summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-22 19:23:05 +0000
committerGitHub <noreply@github.com>2023-02-22 19:23:05 +0000
commit8e844c49d5595212c1f1dacdc2afe42cf7eb7153 (patch)
tree003ec8f42ed119da96fac499a1d7229021a4edbd
parentc74191ff4b3d5b7e853d9015bcfafed539255cf5 (diff)
build(deps): update rust crate toml_edit to 0.19.4
-rw-r--r--Cargo.lock24
-rw-r--r--Cargo.toml2
2 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c156a6d0a..29ffb8382 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1822,15 +1822,6 @@ dependencies = [
]
[[package]]
-name = "nom8"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
-dependencies = [
- "memchr",
-]
-
-[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3132,15 +3123,15 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.19.3"
+version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5"
+checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
dependencies = [
"indexmap",
- "nom8",
"serde",
"serde_spanned",
"toml_datetime",
+ "winnow",
]
[[package]]
@@ -3651,6 +3642,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
[[package]]
+name = "winnow"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "efdd927d1a3d5d98abcfc4cf8627371862ee6abfe52a988050621c50c66b4493"
+dependencies = [
+ "memchr",
+]
+
+[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index f1fee2ddc..05395fb3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strsim = "0.10.0"
systemstat = "=0.2.3"
terminal_size = "0.2.5"
toml = { version = "0.7.2", features = ["preserve_order"] }
-toml_edit = "0.19.3"
+toml_edit = "0.19.4"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.2"