aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-01 19:57:17 +0000
committerGitHub <[email protected]>2023-06-01 19:57:17 +0000
commit52ba0c34430345cf9e78bb324d0058d9ce300550 (patch)
tree379ea67dc697b9d600a317098284b6b2e18174fd /Cargo.lock
parentab74e721097497ed46b44932293362f0f7441561 (diff)
Bump inquire from 0.6.0 to 0.6.2
Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikaelmello/inquire/compare/v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: inquire dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1c3d783..1ec241c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -203,7 +203,7 @@ dependencies = [
203 203
204[[package]] 204[[package]]
205name = "dotup" 205name = "dotup"
206version = "0.2.1" 206version = "0.2.2"
207dependencies = [ 207dependencies = [
208 "anyhow", 208 "anyhow",
209 "clap", 209 "clap",
@@ -306,9 +306,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
306 306
307[[package]] 307[[package]]
308name = "inquire" 308name = "inquire"
309version = "0.6.0" 309version = "0.6.2"
310source = "registry+https://github.com/rust-lang/crates.io-index" 310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "fd079157ad94a32f7511b2e13037f3ae417ad80a6a9b0de29154d48b86f5d6c8" 311checksum = "c33e7c1ddeb15c9abcbfef6029d8e29f69b52b6d6c891031b88ed91b5065803b"
312dependencies = [ 312dependencies = [
313 "bitflags", 313 "bitflags",
314 "crossterm", 314 "crossterm",