Skip to content

Commit 113f66a

Browse files
Bump inquire from 0.7.5 to 0.8.0
Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.7.5 to 0.8.0. - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](mikaelmello/inquire@v0.7.5...v0.8.0) --- updated-dependencies: - dependency-name: inquire dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b622044 commit 113f66a

File tree

2 files changed

+27
-133
lines changed

2 files changed

+27
-133
lines changed

Cargo.lock

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

rust-pgdatadiff-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-pgdatadiff.workspace = true
1717
tracing-subscriber.workspace = true
1818
tracing.workspace = true
1919
clap = { version = "4.5.45", features = ["derive"], optional = true }
20-
inquire = { version = "0.7.5", optional = true }
20+
inquire = { version = "0.8.0", optional = true }
2121

2222
[features]
2323
default = ["with-inquire"]

0 commit comments

Comments
 (0)