summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-21 23:47:46 +0100
committerGitHub <noreply@github.com>2024-01-21 22:47:46 +0000
commit568337f3f43ef050cbbd95995f94e39663530ab4 (patch)
tree368f7d0740073f7b33e8da9aeada13bbdd95f595 /Cargo.lock
parent35fc6f3ab91a9f9fdecff5072677f12cde295f3a (diff)
fix: remove conditional unstable type-checking from other commands (#21991)
It appears I missed this in https://github.com/denoland/deno/pull/21825.
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 a2ad3f969..b8b8e735c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1126,9 +1126,9 @@ dependencies = [
[[package]]
name = "deno_config"
-version = "0.8.0"
+version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0257353ef2a16029e15d8ee47509cac1a29eba8a223caa747996f6c7719c09d4"
+checksum = "81fec482ce578388108cfd4a7ca900be7b8aea5081e1922ff3c5f87f0767c531"
dependencies = [
"anyhow",
"glob",