diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 | ||||
-rw-r--r-- | cli/deno_std.rs | 2 | ||||
-rw-r--r-- | cli/napi/sym/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b4849e612..e2d70d577 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.38.2" +version = "1.38.3" authors.workspace = true default-run = "deno" edition.workspace = true @@ -61,7 +61,7 @@ deno_lockfile.workspace = true deno_npm = "0.15.2" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] } deno_semver = "0.5.1" -deno_task_shell = "=0.14.2" +deno_task_shell = "=0.14.0" eszip = "=0.55.4" napi_sym.workspace = true diff --git a/cli/deno_std.rs b/cli/deno_std.rs index c92f8c31a..419ec0e78 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -2,4 +2,4 @@ // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.207.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.208.0/"; diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 959ef1e76..45787e884 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.54.0" +version = "0.55.0" authors.workspace = true edition.workspace = true license.workspace = true |