mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: update node compat layer to std@0.170.0 (#17147)
Fixed a performance regression for express server
This commit is contained in:
parent
8165cded14
commit
748ce0a435
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use once_cell::sync::Lazy;
|
||||||
|
|
||||||
// WARNING: Ensure this is the only deno_std version reference as this
|
// WARNING: Ensure this is the only deno_std version reference as this
|
||||||
// is automatically updated by the version bump workflow.
|
// is automatically updated by the version bump workflow.
|
||||||
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.168.0/";
|
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.170.0/";
|
||||||
|
|
||||||
pub static CURRENT_STD_URL: Lazy<Url> =
|
pub static CURRENT_STD_URL: Lazy<Url> =
|
||||||
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());
|
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());
|
||||||
|
|
Loading…
Reference in a new issue