Skip to content

Commit

Permalink
fix(dependencies): update rust crate structopt to v0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2021
1 parent 2b723d1 commit 84628eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 cli/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ linya = { version = "=0.2.1", optional = true }
rustyline = { version = "=8.2.0", optional = true }
rustyline-derive = { version = "=0.5.0", optional = true }
stencila = { path = "../rust" }
structopt = { version = "=0.3.22", features = ["wrap_help"] }
structopt = { version = "=0.3.23", features = ["wrap_help"] }
syntect = { version = "=4.6.0", optional = true }
termimad = { version = "=0.15.0", optional = true }
webbrowser = { version = "=0.5.5", optional = true }
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Expand Up @@ -208,7 +208,7 @@ serde_yaml = "=0.8.20"
sha2 = "0.9.6"
slug = "=0.1.4"
stencila-schema = "=1.11.1"
structopt = { version = "=0.3.22", optional = true }
structopt = { version = "=0.3.23", optional = true }
strum = { version = "=0.21", features = ["derive"] }
strum_macros = "=0.21.1"
tar = { version = "=0.4.37", optional = true }
Expand Down

0 comments on commit 84628eb

Please sign in to comment.