summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-19 04:04:44 -0400
committerGitHub <noreply@github.com>2023-05-19 04:04:44 -0400
commitb6f9a9a98dd2b40fb25293079c0aa8996b9bcd70 (patch)
tree62a9a7d409b253f817d680ab7535fbb87233971e
parent5aaa2bfa9f921a58ca6e51cf27bb3f57b0c4e939 (diff)
deps: bump dependencies as of 2023-05-19 (#1161)
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml6
2 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 071ff470..509f8fa0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1110,9 +1110,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",
]
@@ -1304,18 +1304,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",
diff --git a/Cargo.toml b/Cargo.toml
index fdb212ee..aeeceee0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -99,15 +99,15 @@ serde = { version = "1.0.163", features = ["derive"] }
starship-battery = { version = "0.8.0", optional = true }
sysinfo = "=0.29.0"
thiserror = "1.0.40"
-time = { version = "0.3.20", features = ["formatting", "macros"] }
-toml_edit = { version = "0.19.8", features = ["serde"] }
+time = { version = "0.3.21", features = ["formatting", "macros"] }
+toml_edit = { version = "0.19.9", features = ["serde"] }
tui = { version = "0.20.1", package = "ratatui" }
typed-builder = "0.14.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
[target.'cfg(unix)'.dependencies]
-libc = "0.2.143"
+libc = "0.2.144"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.15.1", default-features = false }