Skip to content

Commit

Permalink
Bump gumdrop from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [gumdrop](https://github.com/murarth/gumdrop) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/murarth/gumdrop/releases)
- [Commits](https://github.com/murarth/gumdrop/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2020
1 parent 530cea3 commit e0cfbde
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = ["abscissa", "cli", "application", "framework", "service"]
maintenance = { status = "actively-developed" }

[dependencies]
gumdrop = "0.7"
gumdrop = "0.8"
handlebars = "3"
ident_case = "1"
serde = { version = "1", features = ["serde_derive"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ canonical-path = "2"
chrono = { version = "0.4", optional = true, features = ["serde"] }
color-backtrace = { version = "0.4", optional = true, default-features = false }
generational-arena = { version = "0.2", optional = true }
gumdrop = { version = "0.7", optional = true }
gumdrop = { version = "0.8", optional = true }
once_cell = "1.4"
regex = { version = "1", optional = true }
secrecy = { version = "0.6", optional = true, features = ["serde"] }
Expand Down

0 comments on commit e0cfbde

Please sign in to comment.