Skip to content

Commit

Permalink
Bump structopt from 0.3.25 to 0.3.26 (#3161)
Browse files Browse the repository at this point in the history
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](TeXitoi/structopt@v0.3.25...v0.3.26)

---
updated-dependencies:
- dependency-name: structopt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2022
1 parent a3d1722 commit e7c6246
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 54 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
futures-timer = "3.0"
ascii = "0.8"
rust-embed = "5.9.0"
structopt = "0.3.25"
structopt = "0.3.26"
serde = { version = "1.0.130" }
serde_json = { version="1.0", features = ["arbitrary_precision"]}
once_cell = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion cmd/generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = { version = "1.0", features = ["arbitrary_precision"] }
futures = "0.3.12"
hex = { version = "0.4.3", default-features = false }
futures-timer = "3.0"
structopt = "0.3.25"
structopt = "0.3.26"
scmd = { path = "../../commons/scmd" }
starcoin-logger = { path = "../../commons/logger" }
starcoin-config = { path = "../../config" }
Expand Down
2 changes: 1 addition & 1 deletion cmd/miner_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ byteorder = "1.4.3"
futures-timer = "3.0"
hex = { version = "0.4.3", default-features = false }
thiserror = "1.0"
structopt = "0.3.25"
structopt = "0.3.26"
starcoin-rpc-client = { path = "../../rpc/client" }
starcoin-rpc-api = { path = "../../rpc/api" }
starcoin-service-registry = { path = "../../commons/service-registry" }
Expand Down
2 changes: 1 addition & 1 deletion cmd/peer-watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.41"
structopt = "0.3.25"
structopt = "0.3.26"
async-std = "1.10"
futures = "0.3.12"
starcoin-crypto = { path = "../../commons/crypto"}
Expand Down
2 changes: 1 addition & 1 deletion cmd/starcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crossbeam-channel = "0.5.1"
tokio = { version = "0.2", features = ["full"] }
futures = "0.3.12"
bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" }
structopt = "0.3.25"
structopt = "0.3.26"
itertools = "0.10.3"

starcoin-logger = { path = "../../commons/logger" }
Expand Down
2 changes: 1 addition & 1 deletion cmd/tx-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.41"
structopt = "0.3.25"
structopt = "0.3.26"
ctrlc = { version = "3.2.1", features = ["termination"] }
futures = "0.3.12"
tokio = { version = "0.2", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion commons/scmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.41"
thiserror = "1.0"
serde = { version = "1.0.130", features = ["derive"] }
rustyline = "9.0.0"
structopt = "0.3.25"
structopt = "0.3.26"
clap = "2.33.3"
serde_json = { version="1.0", features = ["arbitrary_precision"]}
rust-flatten-json = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thiserror = "1.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
toml = { version = "0.5.8", default-features = false }
structopt = "0.3.25"
structopt = "0.3.26"
git-version = "0.3.5"
names = {version= "0.12.0", default-features=false}
starcoin-crypto = { path = "../commons/crypto"}
Expand Down
Loading

0 comments on commit e7c6246

Please sign in to comment.