--- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ [[package]] name = "clap" version = "3.0.0-beta.1" -source = "git+https://github.com/clap-rs/clap?rev=ddd55e57dc4b0205e02c121f1116704bd1b51956#ddd55e57dc4b0205e02c121f1116704bd1b51956" +source = "git+https://github.com/clap-rs/clap?rev=6a56a82629d1a990efb37dae9c75a76e943f22a0#6a56a82629d1a990efb37dae9c75a76e943f22a0" dependencies = [ "atty", "bitflags", @@ -81,7 +81,7 @@ [[package]] name = "clap_derive" version = "3.0.0-beta.1" -source = "git+https://github.com/clap-rs/clap?rev=ddd55e57dc4b0205e02c121f1116704bd1b51956#ddd55e57dc4b0205e02c121f1116704bd1b51956" +source = "git+https://github.com/clap-rs/clap?rev=6a56a82629d1a990efb37dae9c75a76e943f22a0#6a56a82629d1a990efb37dae9c75a76e943f22a0" dependencies = [ "heck", "proc-macro-error", --- a/cmds/jrsonnet/Cargo.toml +++ b/cmds/jrsonnet/Cargo.toml @@ -22,4 +22,4 @@ [dependencies.clap] git = "https://github.com/clap-rs/clap" -rev = "ddd55e57dc4b0205e02c121f1116704bd1b51956" +rev = "6a56a82629d1a990efb37dae9c75a76e943f22a0" --- a/crates/jrsonnet-cli/Cargo.toml +++ b/crates/jrsonnet-cli/Cargo.toml @@ -13,4 +13,4 @@ [dependencies.clap] git = "https://github.com/clap-rs/clap" -rev = "ddd55e57dc4b0205e02c121f1116704bd1b51956" +rev = "6a56a82629d1a990efb37dae9c75a76e943f22a0"