Skip to content

Commit

Permalink
Bump inquire from 0.7.3 to 0.7.4
Browse files Browse the repository at this point in the history
Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/mikaelmello/inquire/releases)
- [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md)
- [Commits](mikaelmello/inquire@v0.7.3...v0.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent b0d41bf commit 043ddf5
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 rust-pgdatadiff-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.5.3", features = ["derive"], optional = true }
tokio = "1.36.0"
env_logger = "0.11.3"
rust-pgdatadiff = { version = "0.1.2", path = ".." }
inquire = { version = "0.7.3", optional = true }
inquire = { version = "0.7.4", optional = true }

[features]
default = ["with-inquire"]
Expand Down

0 comments on commit 043ddf5

Please sign in to comment.