chore: forward v1.31.2 release commit to main (#18114)

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
denobot 2023-03-10 17:39:29 +09:00 committed by GitHub
parent e3408067cc
commit 857393d934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 123 additions and 86 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.178.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.179.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).expect("invalid std url"));