summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-07-12 12:48:53 -0400
committerGitHub <noreply@github.com>2024-07-12 12:48:53 -0400
commit8ee14bd56ac350d65256bdb17cc1e7434ff5b27f (patch)
tree312ae72a8ce8580abed9942c0234aab5a09e3922 /Cargo.toml
parent8cbf81cf0840aa9c2e7c8e845748b422827c9b88 (diff)
refactor: move importMap with imports/scopes diagnostic to deno_config (#24553)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b6ea178a4..2a9c2b9e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -101,7 +101,7 @@ console_static_text = "=0.8.1"
data-encoding = "2.3.3"
data-url = "=0.3.0"
deno_cache_dir = "=0.10.0"
-deno_config = { version = "=0.21.3", default-features = false }
+deno_config = { version = "=0.22.0", default-features = false }
dlopen2 = "0.6.1"
ecb = "=0.1.2"
elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem"] }