Skip to content

Commit

Permalink
bump a buncha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed May 4, 2024
1 parent 5a64b5f commit e38cef1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e38cef1

Please sign in to comment.