summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2021-07-26 20:37:06 -0400
committerRyan Geary <rtgnj42@gmail.com>2021-07-26 20:40:50 -0400
commitcd71501b72532e7680eed368543654d817747614 (patch)
treeb1edaab006e7a3128f6856643faf3238cb51ffe7 /Cargo.lock
parent1970d0cc74bf25afdb71f433b0392208098f4607 (diff)
Create version 1.3.3v1.3.3
Fixes a bug that occurs when the input is an empty line and a negative choice is used, causing `choose` to crash
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe5eab2..9274f52 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,7 +45,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "choose"
-version = "1.3.2"
+version = "1.3.3"
dependencies = [
"backslash",
"lazy_static",