Update deps

This commit is contained in:
Zhaofeng Li 2023-05-14 23:05:08 -06:00
parent 3e552f50a9
commit a4e0b98558
2 changed files with 422 additions and 250 deletions

626
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,41 +7,41 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-stream = "0.3.2"
async-trait = "0.1.42"
async-stream = "0.3.5"
async-trait = "0.1.68"
atty = "0.2"
clap = "4.0.11"
clap_complete = "4.0.2"
clap = "4.2.7"
clap_complete = "4.2.3"
clicolors-control = "1"
console = "0.15.0"
const_format = "0.2.22"
env_logger = "0.9.0"
futures = "0.3.8"
glob = "0.3.0"
console = "0.15.5"
const_format = "0.2.30"
env_logger = "0.10.0"
futures = "0.3.28"
glob = "0.3.1"
hostname = "0.3.1"
indicatif = "0.17.0-rc.1"
itertools = "0.10.1"
indicatif = "0.17.3"
itertools = "0.10.5"
lazy_static = "1.4.0"
libc = "0.2.81"
log = "0.4.11"
quit = "1.1.2"
libc = "0.2.144"
log = "0.4.17"
quit = "2.0.0"
regex = "1"
serde = { version = "1.0.118", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0"
shell-escape = "0.1.5"
sys-info = "0.9.0"
snafu = { version = "0.7.0", features = ["backtrace", "backtraces-impl-backtrace-crate"] }
tempfile = "3.1.0"
tokio-stream = "0.1.8"
uuid = { version = "1.0.0", features = ["serde", "v4"] }
sys-info = "0.9.1"
snafu = { version = "0.7.4", features = ["backtrace", "backtraces-impl-backtrace-crate"] }
tempfile = "3.5.0"
tokio-stream = "0.1.14"
uuid = { version = "1.3.2", features = ["serde", "v4"] }
validator = { version = "0.16.0", features = ["derive"] }
[dev-dependencies]
ntest = "0.8.0"
tokio-test = "0.4.0"
ntest = "0.9.0"
tokio-test = "0.4.2"
[dependencies.tokio]
version = "1.0.0"
version = "1.28.1"
features = [
"fs",
"io-util",