latest pushes
This commit is contained in:
parent
e8a2ba1856
commit
e773f11555
@ -35,6 +35,7 @@ async-trait = "0.1"
|
|||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
openssl-sys = "0.9"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_cmd = "2.0"
|
assert_cmd = "2.0"
|
||||||
|
@ -2,21 +2,19 @@ glob = "0.3.1"
|
|||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
shellexpand = "3.1.0"
|
shellexpand = "3.1.0"
|
||||||
meval = "0.2.0"
|
meval = "0.2.0"
|
||||||
reqwest = { version = "0.11", features = ["json", "blocking"] }
|
reqwest = "0.11"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
clap = { version = "4.0", features = ["derive"] }
|
clap = "4.0"
|
||||||
regex = "1.7"
|
regex = "1.7"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
tokio = { version = "1.0", features = ["full"] }
|
tokio = "1.0"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
assert_cmd = "2.0"
|
openssl-sys = "0.9"
|
||||||
predicates = "3.0"
|
|
||||||
criterion = "0.4"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user