Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 48d6e94

Browse files
committed
metrics: Mitigate breakage in structopt-derive v0.3.6
1 parent a3483fc commit 48d6e94

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/metrics/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ rusoto_credential = "=0.40.0"
2929
streaming-stats = "=0.2.2"
3030
csv = "=1.1"
3131
structopt = "=0.3.3"
32+
## FIXME: remove this unused dependency after
33+
## https://github.com/TeXitoi/structopt/issues/315 is resolved
34+
structopt-derive = "=0.3.3"
3235
strip-ansi-escapes = "=0.1.0"
3336
snowflake = "=1.3.0"
3437
crossbeam-channel = "=0.3.8"

0 commit comments

Comments
 (0)