chore: forward v1.28.1 release commit to main (#16678)

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
denobot 2022-11-16 20:17:19 -05:00 committed by GitHub
parent 1416713cb3
commit 483c10c94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 159 additions and 140 deletions

View file

@ -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.164.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.165.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());