forked from DGNum/colmena
Update deps
This commit is contained in:
parent
3e552f50a9
commit
a4e0b98558
2 changed files with 422 additions and 250 deletions
626
Cargo.lock
generated
626
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
46
Cargo.toml
46
Cargo.toml
|
@ -7,41 +7,41 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-stream = "0.3.2"
|
async-stream = "0.3.5"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.68"
|
||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
clap = "4.0.11"
|
clap = "4.2.7"
|
||||||
clap_complete = "4.0.2"
|
clap_complete = "4.2.3"
|
||||||
clicolors-control = "1"
|
clicolors-control = "1"
|
||||||
console = "0.15.0"
|
console = "0.15.5"
|
||||||
const_format = "0.2.22"
|
const_format = "0.2.30"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10.0"
|
||||||
futures = "0.3.8"
|
futures = "0.3.28"
|
||||||
glob = "0.3.0"
|
glob = "0.3.1"
|
||||||
hostname = "0.3.1"
|
hostname = "0.3.1"
|
||||||
indicatif = "0.17.0-rc.1"
|
indicatif = "0.17.3"
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.5"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.81"
|
libc = "0.2.144"
|
||||||
log = "0.4.11"
|
log = "0.4.17"
|
||||||
quit = "1.1.2"
|
quit = "2.0.0"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.163", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
shell-escape = "0.1.5"
|
shell-escape = "0.1.5"
|
||||||
sys-info = "0.9.0"
|
sys-info = "0.9.1"
|
||||||
snafu = { version = "0.7.0", features = ["backtrace", "backtraces-impl-backtrace-crate"] }
|
snafu = { version = "0.7.4", features = ["backtrace", "backtraces-impl-backtrace-crate"] }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.5.0"
|
||||||
tokio-stream = "0.1.8"
|
tokio-stream = "0.1.14"
|
||||||
uuid = { version = "1.0.0", features = ["serde", "v4"] }
|
uuid = { version = "1.3.2", features = ["serde", "v4"] }
|
||||||
validator = { version = "0.16.0", features = ["derive"] }
|
validator = { version = "0.16.0", features = ["derive"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ntest = "0.8.0"
|
ntest = "0.9.0"
|
||||||
tokio-test = "0.4.0"
|
tokio-test = "0.4.2"
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
version = "1.0.0"
|
version = "1.28.1"
|
||||||
features = [
|
features = [
|
||||||
"fs",
|
"fs",
|
||||||
"io-util",
|
"io-util",
|
||||||
|
|
Loading…
Reference in a new issue