summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-02-22 11:14:53 -0500
committerGitHub <noreply@github.com>2023-02-22 16:14:53 +0000
commitb4b718d6aefd7c234b8d632d0d67293a7ab9e22b (patch)
treee4200943190b60c7cdf303203dbe7c60a53dc5be /Cargo.lock
parenta2d942a778879282f9dbd0a7ad3bfedce9100d55 (diff)
fix(lint): revert no-deprecated-api for Deno.run (#17880)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9427558bb..d15f5e7c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1138,9 +1138,9 @@ dependencies = [
[[package]]
name = "deno_lint"
-version = "0.38.0"
+version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85201db46e6a8b4aeea4b5d574fd28e95477590ad08e128f2f043ec60442d550"
+checksum = "663d65cb008cddda1d705cd397d5d80fd37716e708b4182ca076244e18132ace"
dependencies = [
"anyhow",
"deno_ast",