Skip to content

Commit 78f52dc

Browse files
Update Rust crate structopt to 0.3.26 (#54)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 428c06b commit 78f52dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ num_cpus = "1.13.1"
2727
parse_duration = "2.1.1"
2828
patchset = { path = "patchset" }
2929
rcs-ed = { path = "rcs-ed" }
30-
structopt = "0.3.25"
30+
structopt = "0.3.26"
3131
tempfile = "3.3.0"
3232
thiserror = "1.0.30"
3333
tokio = { version = "1.15.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }

comma-v/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ thiserror = "1.0.30"
1616

1717
[dev-dependencies]
1818
anyhow = "1.0.53"
19-
structopt = "0.3.25"
19+
structopt = "0.3.26"

internal/process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
[dependencies]
1010
git-fast-import = { path = "../../git-fast-import" }
1111
log = "0.4.14"
12-
structopt = "0.3.25"
12+
structopt = "0.3.26"
1313
thiserror = "1.0.30"
1414
tokio = { version = "1.15.0", features = ["io-util", "process", "sync"] }
1515

rcs-ed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ nom = "7.1.0"
1212
thiserror = "1.0.30"
1313

1414
[dev-dependencies]
15-
structopt = "0.3.25"
15+
structopt = "0.3.26"

0 commit comments

Comments
 (0)