Update rustyline to v0.11 (#313)

This commit is contained in:
daxpedda
2023-03-04 14:49:29 -08:00
committed by GitHub
parent b40092db28
commit 5400128833
6 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
name = "opaque-ke"
readme = "README.md"
repository = "https://github.com/novifinancial/opaque-ke"
rust-version = "1.60"
rust-version = "1.62"
version = "3.0.0-pre.1"
[features]
@@ -62,7 +62,7 @@ proptest = "1"
rand = "0.8"
regex = "1"
# MSRV
rustyline = "10.1.1"
rustyline = "11"
scrypt = "0.10"
serde_json = "1"