From ccc70915293607a001816238dcd3e0986e05bd26 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 9 Jul 2023 05:20:12 -0400 Subject: deps: bump regex, serde, thiserror (#1250) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2c285c45..8c54b1b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,11 +93,11 @@ kstring = { version = "2.0.0", features = ["arc"] } log = { version = "0.4.19", optional = true } nvml-wrapper = { version = "0.9.0", optional = true } once_cell = "1.18.0" -regex = "1.9.0" -serde = { version = "1.0.166", features = ["derive"] } +regex = "1.9.1" +serde = { version = "1.0.168", features = ["derive"] } starship-battery = { version = "0.8.1", optional = true } sysinfo = "=0.29.4" -thiserror = "1.0.41" +thiserror = "1.0.43" time = { version = "0.3.22", features = ["formatting", "macros"] } toml_edit = { version = "0.19.12", features = ["serde"] } tui = { version = "0.21.0", package = "ratatui" } -- cgit v1.2.3