diff --git a/Cargo.lock b/Cargo.lock index cbe6d5f..53101b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "glint" -version = "6.2.0" +version = "6.3.4" dependencies = [ "crossterm", "structopt", @@ -300,9 +300,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" +checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa" dependencies = [ "clap", "lazy_static", @@ -311,9 +311,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" +checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba" dependencies = [ "heck", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index f100a67..cfd3d92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Frankie Bagnardi "] edition = "2018" name = "glint" -version = "6.2.0" +version = "6.3.4" description = "a friendly tool for creating commits in the commitlint style" homepage="https://github.com/brigand/glint" repository="https://github.com/brigand/glint" @@ -12,7 +12,7 @@ license = "MIT" [dependencies] crossterm = "0.17.7" unic-segment = "0.9.0" -structopt = "0.3.15" +structopt = "0.3.23" # Considering using this for `git diff` # cursive-multiplex = "^0.2.0"