From 61fbecfd5baaa8038a6e9c49ad50d00ce54ab186 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 8 Mar 2022 22:00:17 +0530 Subject: chore: update regex to 1.5.5 (#13875) --- cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') 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" -- cgit v1.2.3