diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 |
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" |