Skip to content

Commit

Permalink
chore(deps): bump inquire from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/mikaelmello/inquire/releases)
- [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md)
- [Commits](mikaelmello/inquire@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: inquire
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 3bf5043 commit 33f8512
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
39 changes: 32 additions & 7 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 @@ -22,7 +22,7 @@ module_name_repetitions = "allow"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inquire = "0.6.2"
inquire = "0.7.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
clap = { version = "4.5.1", features = ["derive"] }
Expand Down

0 comments on commit 33f8512

Please sign in to comment.