diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,12 +54,12 @@ chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "4" indicatif = "0.17.1" -serde = { version = "1.0.137", features = ["derive"] } -serde_json = "1.0.81" +serde = { version = "1.0.145", features = ["derive"] } +serde_json = "1.0.86" tui = { version = "0.19", default-features = false, features = ["termion"] } termion = "1.5" unicode-width = "0.1" -itertools = "0.10.3" +itertools = "0.10.5" tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" chrono-english = "0.1.4" |
