diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-10-27 14:15:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 23:15:09 +0200 |
commit | 4c6b986f17ff482052793c821d2901699ddc0804 (patch) | |
tree | 9fbbc7a1d95223f3fa9951e1e7b78b544b4c61eb /cli | |
parent | 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066 (diff) |
chore(ext/crypto): upgrade to ring 0.17 (#20824)
Ref https://github.com/denoland/deno/issues/18071
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b6547c2b3..5f5406254 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -46,7 +46,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } -deno_cache_dir = "=0.6.0" +deno_cache_dir = "=0.6.1" deno_config = "=0.4.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = "=0.70.0" |