Update project Cargo.toml's

Reviewed By: mzlee

Differential Revision: D25803798

fbshipit-source-id: abe2ece3fcfa07ee13f3cf4455afa293ce966a07
This commit is contained in:
Andres Suarez 2021-01-06 15:44:58 -08:00 committed by Facebook GitHub Bot
parent ea57cebecc
commit 38705e5556
5 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ percent-encoding = "2.1"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.7"
structopt = "0.3.21"
thiserror = "1.0"
tokio = { version = "=0.2.13", features = ["full"] }
tracing = "0.1"

View File

@ -11,4 +11,4 @@ anyhow = "1.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.7"
structopt = "0.3.21"

View File

@ -12,4 +12,4 @@ anyhow = "1.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_cbor = "0.11"
sha-1 = "0.8"
structopt = "0.3.7"
structopt = "0.3.21"

View File

@ -26,7 +26,7 @@ regex = "1.4.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.7"
structopt = "0.3.21"
thiserror = "1.0"
tokio = { version = "=0.2.13", features = ["full"] }
tracing = "0.1"

View File

@ -14,4 +14,4 @@ path = "src/bin/diff.rs"
[dependencies]
xdiff-sys = { path = "../xdiff-sys" }
structopt = "0.3.7"
structopt = "0.3.21"