Skip to content

Commit

Permalink
fix(deps): update rust crate structopt to 0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 28, 2022
1 parent 192ba61 commit bc79243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = { version = "0.8", optional = true }
similar = { version = "2.1", default-features = false, features = ["text"] }
structopt = "0.3.21"
structopt = "0.3.26"
thiserror = "1.0.24"
time = { version = "0.3", default-features = false, features = ["formatting", "macros", "serde", "std"] }
toml = "0.5.8"
Expand Down

0 comments on commit bc79243

Please sign in to comment.