diff options
Diffstat (limited to 'crates/arti/Cargo.toml')
| -rw-r--r-- | crates/arti/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 7021589c2..5b5d2d48f 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -202,7 +202,7 @@ derive-deftly = { version = "~1.6.0", features = ["full", "beta"], optional = tr derive_builder = { version = "0.11", package = "derive_builder_fork_arti" } fs-mistrust = { path = "../fs-mistrust", version = "0.13.1" } futures = "0.3.14" -futures-copy = { version = "0.2.1", path = "../futures-copy" } +futures-copy = { version = "0.2.2", path = "../futures-copy" } hickory-proto = { version = "0.25.2", optional = true } http = { version = "1.3.1", optional = true } humantime = "2" |
