summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-12-22 22:20:17 +0100
committerGitHub <noreply@github.com>2021-12-22 22:20:17 +0100
commit9391ba1098177c9463392eca8e3a725b564d90dc (patch)
treedd1c6d6267141e7627cdd3667450db16b86d6363 /cli/compat/mod.rs
parent8547a37132752cf6a979237c5a52a7bf16a4e833 (diff)
chore: merge v1.17.1 into main (#13184)
Diffstat (limited to 'cli/compat/mod.rs')
-rw-r--r--cli/compat/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs
index 14e168764..de5e1cc48 100644
--- a/cli/compat/mod.rs
+++ b/cli/compat/mod.rs
@@ -16,7 +16,7 @@ pub(crate) use esm_resolver::NodeEsmResolver;
// each release, a better mechanism is preferable, but it's a quick and dirty
// solution to avoid printing `X-Deno-Warning` headers when the compat layer is
// downloaded
-static STD_URL_STR: &str = "https://deno.land/std@0.118.0/";
+static STD_URL_STR: &str = "https://deno.land/std@0.119.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",