aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3b4cea3..2ee87c46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ chrono = { version = "0.4", features = ["serde"] }
eyre = "0.6"
directories = "4"
indicatif = "0.16.2"
-serde = { version = "1.0.126", features = ["derive"] }
+serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.80"
tui = { version = "0.18", default-features = false, features = ["termion"] }
termion = "1.5"