Skip to content

Commit

Permalink
Bump structopt from 0.3.25 to 0.3.26
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2022
1 parent 64ddd2c commit f0817b5
Show file tree
Hide file tree
Showing 18 changed files with 355 additions and 318 deletions.
577 changes: 307 additions & 270 deletions Cargo.lock

Large diffs are not rendered by default.

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
8 changes: 4 additions & 4 deletions 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 Expand Up @@ -48,13 +48,13 @@ starcoin-resource-viewer = { path = "../../vm/resource-viewer" }
starcoin-service-registry = { path = "../../commons/service-registry" }
starcoin-move-explain = { path = "../../vm/move-explain" }
vm-status-translator = {path = "../../vm/vm-status-translator"}
move-errmapgen = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-errmapgen = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
network-api = {path = "../../network/api", package="network-api"}
starcoin-network-rpc-api = {path = "../../network-rpc/api"}
short-hex-str = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
short-hex-str = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
starcoin-abi-decoder = {path = "../../abi/decoder"}
starcoin-abi-types = {path = "../../abi/types"}
move-command-line-common = {git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-command-line-common = {git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }

[dev-dependencies]
test-helper= {path = "../../test-helper"}
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
6 changes: 3 additions & 3 deletions 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 All @@ -30,10 +30,10 @@ starcoin-vm-types = { path = "../vm/types" }
starcoin-uint = { path = "../types/uint" }
network-p2p-types = { path = "../network-p2p/types"}
starcoin-logger = {path = "../commons/logger", package="starcoin-logger"}
diem-temppath = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
diem-temppath = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
starcoin-system = {path = "../commons/system", package="starcoin-system"}
network-api = {path = "../network/api", package="network-api"}
stdlib = { path = "../vm/stdlib"}
schemars = {git = "https://github.com/starcoinorg/schemars", rev="fa9abf1ea670677f0d628112c83d08937c743bad"}
schemars = {git = "https://github.com/starcoinorg/schemars", rev="463aa92b0bdb20304906759f43fd5803f0ab2ff6"}
starcoin-metrics = { path = "../commons/metrics" }
libc = "^0.2"
10 changes: 5 additions & 5 deletions devtools/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
determinator = "0.4.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.61"
structopt = "0.3.25"
structopt = "0.3.26"
anyhow = "1.0.41"
colored-diff = "0.2.2"
guppy = { version = "0.9.0", features = ["summaries"] }
Expand All @@ -24,7 +24,7 @@ regex = "1.4.3"
rayon = "1.5.1"
indexmap = "1.6.2"
camino = { version = "1" }
x-core = { package="x-core", git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
x-lint = { package="x-lint", git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
diem-workspace-hack = { package="diem-workspace-hack", git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
diem-x = { package="x", git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
x-core = { package="x-core", git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
x-lint = { package="x-lint", git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
diem-workspace-hack = { package="diem-workspace-hack", git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
diem-x = { package="x", git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
2 changes: 1 addition & 1 deletion executor/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.41"
itertools = { version = "0.10.3", default-features = false }
rand = "0.8.4"
rayon = "1"
structopt = "0.3.25"
structopt = "0.3.26"
executor = {path = "../../executor", package="starcoin-executor" }
crypto = { package="starcoin-crypto", path = "../../commons/crypto"}
logger = {path = "../../commons/logger", package="starcoin-logger"}
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.41"
thiserror = "1.0"
structopt = "0.3.25"
structopt = "0.3.26"
once_cell = "1.8.0"
include_dir = "0.6.2"
starcoin-types = {path = "../types", features = ["fuzzing"]}
Expand Down
6 changes: 3 additions & 3 deletions rpc/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ serde-helpers = {path = "../../commons/serde-helpers"}
network-p2p-types = {path = "../../network-p2p/types"}
network-api = {path = "../../network/api", package="network-api"}
jsonrpc-derive = {git = "https://github.com/fikgol/jsonrpc",rev="2f6c2b33d3048d57a85347ee735b312df0117b15"}
schemars = {git = "https://github.com/starcoinorg/schemars", rev="fa9abf1ea670677f0d628112c83d08937c743bad"}
openrpc-rs = { git="https://github.com/starcoinorg/openrpc-rs",rev="b720a2bd6fbaee5994d02e68453959fae3069cfb"}
structopt = "0.3.25"
schemars = {git = "https://github.com/starcoinorg/schemars", rev="463aa92b0bdb20304906759f43fd5803f0ab2ff6"}
openrpc-rs = { git="https://github.com/starcoinorg/openrpc-rs",rev="c78b59fe4fdd344b3afb2d0ce19955d76cdaeeff"}
structopt = "0.3.26"
starcoin-accumulator = {path = "../../commons/accumulator"}
[[bin]]
name = "starcoin-rpc-schema-generate"
Expand Down
2 changes: 1 addition & 1 deletion testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11"
serde_json = { version="1.0", features = ["arbitrary_precision"]}
clap = "2.33.3"
structopt = "0.3.25"
structopt = "0.3.26"
regex = "1.4.3"
starcoin-config = {path = "../config"}
starcoin-consensus = {path = "../consensus"}
Expand Down
10 changes: 5 additions & 5 deletions vm/move-coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ edition = "2021"
[dependencies]
once_cell = "1.8.0"
petgraph = "0.5.1"
structopt = "0.3.25"
structopt = "0.3.26"
serde = { version = "1.0.130", default-features = false }
anyhow = "1.0.41"
codespan = { version = "0.8.0", features = ["serialization"] }
colored = "2.0.0"
bcs = "0.1.2"

move-bytecode-source-map = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-coverage = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-binary-format = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-command-line-common = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-bytecode-source-map = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-coverage = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-binary-format = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-command-line-common = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
[features]
default = []

4 changes: 2 additions & 2 deletions vm/move-explain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ publish = false
edition = "2021"

[dependencies]
structopt = "0.3.25"
structopt = "0.3.26"
stdlib = { package="stdlib", path = "../stdlib"}
move-core-types = { git = "https://github.com/starcoinorg/diem", rev = "bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-core-types = { git = "https://github.com/starcoinorg/diem", rev = "eda7f1d40ff76b003f0635658ad11eb974a760ee" }
bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" }

[features]
Expand Down
30 changes: 15 additions & 15 deletions vm/move-package-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.41"
difference = "2.0.0"
include_dir = { version = "0.6.2", features = ["search"] }
once_cell = "1.8.0"
structopt = "0.3.25"
structopt = "0.3.26"
bcs = "0.1.2"
walkdir = "2.3.1"
itertools = "0.10"
Expand All @@ -24,21 +24,21 @@ futures = "0.3"
tokio = {version = "0.2", features = ["full"]}
tempfile = "~3"

move-cli = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-package = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-disassembler = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-errmapgen = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
diem-workspace-hack = { package="diem-workspace-hack", git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-coverage = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-binary-format = { git = "https://github.com/starcoinorg/diem", rev = "bdb6f73f3a196f9f80ea8ae09a859c6a3579d702"}
move-compiler = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-core-types = { git = "https://github.com/starcoinorg/diem", rev = "bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
# move-vm-types = { git = "https://github.com/starcoinorg/diem", rev = "bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-vm-runtime = { git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-cli = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-package = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-disassembler = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-errmapgen = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
diem-workspace-hack = { package="diem-workspace-hack", git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-coverage = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-binary-format = { git = "https://github.com/starcoinorg/diem", rev = "eda7f1d40ff76b003f0635658ad11eb974a760ee"}
move-compiler = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-core-types = { git = "https://github.com/starcoinorg/diem", rev = "eda7f1d40ff76b003f0635658ad11eb974a760ee" }
# move-vm-types = { git = "https://github.com/starcoinorg/diem", rev = "eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-vm-runtime = { git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
resource-viewer = { path = "../resource-viewer", package = "starcoin-resource-viewer" }
move-unit-test = { git = "https://github.com/starcoinorg/diem", rev = "bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-command-line-common = { git = "https://github.com/starcoinorg/diem", rev = "bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-unit-test = { git = "https://github.com/starcoinorg/diem", rev = "eda7f1d40ff76b003f0635658ad11eb974a760ee" }
move-command-line-common = { git = "https://github.com/starcoinorg/diem", rev = "eda7f1d40ff76b003f0635658ad11eb974a760ee" }
datatest-stable = {git = "https://github.com/starcoinorg/diem-devtools", branch="feature/pub-test-opts"}


Expand Down
4 changes: 2 additions & 2 deletions vm/transaction-builder-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ edition = "2021"
anyhow = "1.0.41"
heck = "0.3.3"
regex = "1.4.3"
structopt = "0.3.25"
structopt = "0.3.26"
textwrap = "0.14.0"
serde_yaml = "0.8.21"
serde-generate = {git="https://github.com/starcoinorg/serde-reflection" , rev="694048797338ff7385006d968e786b6d9dbdeb8b"}
serde-reflection = {git="https://github.com/starcoinorg/serde-reflection" , rev="694048797338ff7385006d968e786b6d9dbdeb8b"}

starcoin-vm-types = { path = "../types"}
move-core-types = {git = "https://github.com/starcoinorg/diem", rev="bdb6f73f3a196f9f80ea8ae09a859c6a3579d702" }
move-core-types = {git = "https://github.com/starcoinorg/diem", rev="eda7f1d40ff76b003f0635658ad11eb974a760ee" }
bcs = "0.1.3"

[dev-dependencies]
Expand Down

0 comments on commit f0817b5

Please sign in to comment.