Skip to content

Commit bd58609

Browse files
Bump structopt from 0.3.23 to 0.3.26
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.23 to 0.3.26. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](TeXitoi/structopt@v0.3.23...v0.3.26) --- updated-dependencies: - dependency-name: structopt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35f099c commit bd58609

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

Cargo.lock

Lines changed: 25 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bitflags = "1.0"
2525
driver-pal = { version = "0.8.0-alpha.6", default_features = false }
2626

2727
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
28-
structopt = { version = "0.3.21", optional = true }
28+
structopt = { version = "0.3.26", optional = true }
2929
simplelog = { version = "0.8.0", optional = true }
3030
humantime = { version = "2.0.0", optional = true }
3131

0 commit comments

Comments
 (0)