summaryrefslogtreecommitdiff
path: root/cli/deno_std.rs
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2022-11-03 19:40:23 -0400
committerGitHub <noreply@github.com>2022-11-04 00:40:23 +0100
commit61fbfabe440f1cfffa7b8d17426ffdece4d430d0 (patch)
tree4a2cd5150ab3f1a802ca2520ec1be89f707f5a32 /cli/deno_std.rs
parent6fe9428805f80222daaf4ccdf9995f2e53b511ff (diff)
chore: forward v1.27.1 release commit to main (#16533)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/deno_std.rs')
-rw-r--r--cli/deno_std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index 07ed0bf9a..f9a1add9b 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -5,7 +5,7 @@ use once_cell::sync::Lazy;
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.161.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.162.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());