From e38cef105f8a3c9cd74f86a10fa829b451551660 Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Fri, 3 May 2024 21:03:19 -0700 Subject: [PATCH] bump a buncha versions --- Cargo.toml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9711c3..c7cf75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,36 +28,36 @@ derive_more = "0.99.17" digest = "0.10.6" flate2 = { version = "1.0.25", optional = true } format-bytes = "0.3.0" -futures = "0.3.26" +futures = "0.3.30" futures-io = "0.3.26" -indicatif = "0.17.3" -inquire = "0.5.3" -interprocess = { version = "1.2.1", features = ["tokio", "tokio_support"] } -is-terminal = "0.4.4" -itertools = "0.10.5" -libc = "0.2.139" +indicatif = "0.17.8" +inquire = "0.7.5" +interprocess = { version = "2.0.0", features = ["tokio", "tokio_support"] } +is-terminal = "0.4.12" +itertools = "0.12.1" +libc = "0.2.154" md-5 = "0.10.5" process_path = "0.1.4" -ratatui = "0.24.0" -serde = { version = "1.0.152", features = ["derive"] } -serde_json = "1.0.94" +ratatui = "0.26.0" +serde = { version = "1.0.200", features = ["derive"] } +serde_json = "1.0.116" sha1 = "0.10.5" sha2 = "0.10.6" shell-words = "1.1.0" -static_cell = "1.0.0" -thiserror = "1.0.38" -tokio = { version = "1.25.0", features = ["full"] } -tokio-util = { version = "0.7.7", features = ["compat"] } -tracing = { version = "0.1.37", features = [ +static_cell = "2.1.0" +thiserror = "1.0.59" +tokio = { version = "1.37.0", features = ["full"] } +tokio-util = { version = "0.7.10", features = ["compat"] } +tracing = { version = "0.1.40", features = [ "async-await", "log", "release_max_level_debug", "valuable", ] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] } -tracing-unwrap = "0.10.0" +tracing-unwrap = "1.0.1" valuable = { version = "0.1.0", features = ["derive"] } -which = "4.4.0" +which = "6.0.1" xz2 = { version = "0.1.7", optional = true, features = ["static"] } [dev-dependencies]