summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-03-08 22:00:17 +0530
committerGitHub <noreply@github.com>2022-03-08 22:00:17 +0530
commit61fbecfd5baaa8038a6e9c49ad50d00ce54ab186 (patch)
tree0b8997095d369b6895df92ed2f44d84e084ff671 /cli
parente166d7eed0e2ccda15e19eda016f9a188c4e1dbd (diff)
chore: update regex to 1.5.5 (#13875)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2cd4cc10c..7286d91e0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -36,7 +36,7 @@ deno_web = { version = "0.70.0", path = "../ext/web" }
deno_webgpu = { version = "0.40.0", path = "../ext/webgpu" }
deno_websocket = { version = "0.44.0", path = "../ext/websocket" }
deno_webstorage = { version = "0.34.0", path = "../ext/webstorage" }
-regex = "=1.5.4"
+regex = "=1.5.5"
serde = { version = "=1.0.133", features = ["derive"] }
zstd = '=0.9.2'
@@ -80,7 +80,7 @@ once_cell = "=1.9.0"
percent-encoding = "=2.1.0"
pin-project = "=1.0.8"
rand = { version = "=0.8.4", features = ["small_rng"] }
-regex = "=1.5.4"
+regex = "=1.5.5"
ring = "=0.16.20"
rustyline = { version = "=9.1.2", default-features = false }
rustyline-derive = "=0.6.0"