summaryrefslogtreecommitdiff
path: root/cli/deno_std.rs
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-01-05 07:48:19 -0800
committerGitHub <noreply@github.com>2023-01-05 16:48:19 +0100
commitfa271b70db0841d727c8311d974b8d6d1ed91219 (patch)
treeb4faa2fc42c1e908bec4c112e855e6785dee1483 /cli/deno_std.rs
parent0ee64ad84726f7c91842c6a2dab0cb6a96dead4b (diff)
chore: forward v1.29.2 release commit to main (#17277)
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 017d82168..b069f55ab 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.170.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.171.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());