Skip to content

Commit

Permalink
chore: update clap (MystenLabs#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored Aug 18, 2022
1 parent 36cd1ae commit c2424ff
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 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 crates/sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-trait = "0.1.57"
serde_with = { version = "1.14.0", features = ["hex"] }
tracing = "0.1.36"
bcs = "0.1.3"
clap = { version = "3.1.17", features = ["derive"] }
clap = { version = "3.2.17", features = ["derive"] }
telemetry-subscribers = { git = "https://github.com/MystenLabs/mysten-infra", rev = "8d090689be14078f2ca41c356e7bbc0af21f73ab" }

sui-core = { path = "../sui-core" }
Expand Down
4 changes: 2 additions & 2 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cfg-if-dff4ba8e3ae991db = { package = "cfg-if", version = "1", default-features
chrono = { version = "0.4", features = ["clock", "iana-time-zone", "js-sys", "oldtime", "std", "time", "wasm-bindgen", "wasmbind", "winapi"] }
chrono-tz = { version = "0.6", features = ["std"] }
clap-f595c2ba2a3f28df = { package = "clap", version = "2", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "vec_map"] }
clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["atty", "clap_derive", "color", "derive", "lazy_static", "std", "strsim", "suggestions", "termcolor"] }
clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["atty", "clap_derive", "color", "derive", "once_cell", "std", "strsim", "suggestions", "termcolor"] }
clap_lex = { version = "0.2", default-features = false }
clear_on_drop = { version = "0.2", default-features = false }
codespan = { version = "0.11", default-features = false, features = ["serde", "serialization"] }
Expand Down Expand Up @@ -673,7 +673,7 @@ chrono-tz = { version = "0.6", features = ["std"] }
chrono-tz-build = { version = "0.0.3", default-features = false }
clang-sys = { version = "1", default-features = false, features = ["clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "libloading", "runtime"] }
clap-f595c2ba2a3f28df = { package = "clap", version = "2", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "vec_map"] }
clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["atty", "clap_derive", "color", "derive", "lazy_static", "std", "strsim", "suggestions", "termcolor"] }
clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["atty", "clap_derive", "color", "derive", "once_cell", "std", "strsim", "suggestions", "termcolor"] }
clap_derive = { version = "3" }
clap_lex = { version = "0.2", default-features = false }
clear_on_drop = { version = "0.2", default-features = false }
Expand Down

0 comments on commit c2424ff

Please sign in to comment.