summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-12-07 20:12:18 -0500
committerGitHub <noreply@github.com>2020-12-07 20:12:18 -0500
commit4e025fd1640d192898792fc99e0d345279823899 (patch)
tree0bea6539f6eb572dc39643836afdf1c46dc74059 /cli
parent02762824e62ad1473f9e94fa0db622cbee643251 (diff)
Upgrade ring to support arm64 (#8658)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 95ffac7fe..60e0962d0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -62,7 +62,7 @@ lsp-types = { version = "0.84.0", features = ["proposed"] }
notify = "5.0.0-pre.3"
percent-encoding = "2.1.0"
regex = "1.3.9"
-ring = "0.16.15"
+ring = "0.16.19"
rustyline = { version = "7.0.0", default-features = false }
rustyline-derive = "0.4.0"
semver-parser = "0.9.0"