summaryrefslogtreecommitdiff
path: root/cli/deno_std.rs
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2022-11-08 18:27:51 -0500
committerGitHub <noreply@github.com>2022-11-09 00:27:51 +0100
commitc08fcd96c1d2e903101718c4792d2b5faec94b24 (patch)
tree2a0b8bdf7966052eee178c52bef2a58caef490e1 /cli/deno_std.rs
parentcbb3f854332c348bb253e1284f7dcd7287bdf28d (diff)
chore: forward v1.27.2 release commit to main (#16572)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.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 f9a1add9b..9e05a3ce7 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.162.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.163.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());