Skip to content

Commit

Permalink
Update Rust crate structopt to 0.3.26 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 8, 2022
1 parent 428c06b commit 78f52dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ num_cpus = "1.13.1"
parse_duration = "2.1.1"
patchset = { path = "patchset" }
rcs-ed = { path = "rcs-ed" }
structopt = "0.3.25"
structopt = "0.3.26"
tempfile = "3.3.0"
thiserror = "1.0.30"
tokio = { version = "1.15.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion comma-v/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ thiserror = "1.0.30"

[dev-dependencies]
anyhow = "1.0.53"
structopt = "0.3.25"
structopt = "0.3.26"
2 changes: 1 addition & 1 deletion internal/process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
[dependencies]
git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
structopt = "0.3.25"
structopt = "0.3.26"
thiserror = "1.0.30"
tokio = { version = "1.15.0", features = ["io-util", "process", "sync"] }

Expand Down
2 changes: 1 addition & 1 deletion rcs-ed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ nom = "7.1.0"
thiserror = "1.0.30"

[dev-dependencies]
structopt = "0.3.25"
structopt = "0.3.26"

0 comments on commit 78f52dc

Please sign in to comment.