From 9d95ae34bd201307a6fc64490277d15e627c320c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Feb 2022 23:49:20 +0000 Subject: [PATCH] Update Rust crate structopt to 0.3.26 --- Cargo.toml | 2 +- comma-v/Cargo.toml | 2 +- internal/process/Cargo.toml | 2 +- rcs-ed/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 177c358..1e84438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/comma-v/Cargo.toml b/comma-v/Cargo.toml index e86bd4a..b99be6c 100644 --- a/comma-v/Cargo.toml +++ b/comma-v/Cargo.toml @@ -16,4 +16,4 @@ thiserror = "1.0.30" [dev-dependencies] anyhow = "1.0.53" -structopt = "0.3.25" +structopt = "0.3.26" diff --git a/internal/process/Cargo.toml b/internal/process/Cargo.toml index 53aa225..70fa7a9 100644 --- a/internal/process/Cargo.toml +++ b/internal/process/Cargo.toml @@ -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"] } diff --git a/rcs-ed/Cargo.toml b/rcs-ed/Cargo.toml index d121f71..6b5b9a1 100644 --- a/rcs-ed/Cargo.toml +++ b/rcs-ed/Cargo.toml @@ -12,4 +12,4 @@ nom = "7.1.0" thiserror = "1.0.30" [dev-dependencies] -structopt = "0.3.25" +structopt = "0.3.26"