summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-11-16 17:24:45 -0500
committerGitHub <noreply@github.com>2023-11-16 17:24:45 -0500
commita5bbe5e333a6a80a84ab8e83f69f6d8505112c55 (patch)
treea75c901741871adf290aadffc4cae26a426eab65
parent036366274ea8649648e6af601f3320cc69fb3c0c (diff)
deps: bump toml_edit to 0.21.0 (#1320)
* deps: bump toml_edit to 0.21.0 * fix some formatting
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f71f6784..c0b09892 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1142,9 +1142,9 @@ dependencies = [
[[package]]
name = "serde_spanned"
-version = "0.6.3"
+version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
+checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
dependencies = [
"serde",
]
@@ -1337,18 +1337,18 @@ dependencies = [
[[package]]
name = "toml_datetime"
-version = "0.6.3"
+version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
+checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
-version = "0.19.14"
+version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
+checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
"indexmap",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index f623fbe9..08329e4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -101,7 +101,7 @@ starship-battery = { version = "0.8.2", optional = true }
sysinfo = "=0.29.10"
thiserror = "1.0.47"
time = { version = "0.3.26", features = ["formatting", "macros"] }
-toml_edit = { version = "0.19.14", features = ["serde"] }
+toml_edit = { version = "0.21.0", features = ["serde"] }
tui = { version = "0.22.0", package = "ratatui" }
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"