summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-18 19:16:03 +0000
committerGitHub <noreply@github.com>2023-05-18 19:16:03 +0000
commit6f63e4c441bcace1a98f4dd12bd93a11fb8a85ba (patch)
treead8360638b4c483face264d4faca8ca04f3506f1
parent33ceced46da76a9d7a527985e16467121cb75f36 (diff)
build(deps): update toml crates
-rw-r--r--Cargo.lock22
-rw-r--r--Cargo.toml4
2 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c6ebfbdad..1b8e8a1c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2696,9 +2696,9 @@ dependencies = [
[[package]]
name = "serde_spanned"
-version = "0.6.1"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
+checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
dependencies = [
"serde",
]
@@ -2886,7 +2886,7 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
- "toml 0.7.3",
+ "toml 0.7.4",
"toml_edit",
"unicode-segmentation",
"unicode-width",
@@ -3171,9 +3171,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.7.3"
+version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
+checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
dependencies = [
"indexmap",
"serde",
@@ -3184,18 +3184,18 @@ dependencies = [
[[package]]
name = "toml_datetime"
-version = "0.6.1"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
+checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
-version = "0.19.8"
+version = "0.19.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
+checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
dependencies = [
"indexmap",
"serde",
@@ -3689,9 +3689,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
-version = "0.4.1"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
+checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
dependencies = [
"memchr",
]
diff --git a/Cargo.toml b/Cargo.toml
index e2a53d03f..2bccb7a72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -80,8 +80,8 @@ starship-battery = { version = "0.8.0", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.3"
terminal_size = "0.2.6"
-toml = { version = "0.7.3", features = ["preserve_order"] }
-toml_edit = "0.19.8"
+toml = { version = "0.7.4", features = ["preserve_order"] }
+toml_edit = "0.19.9"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.2"