chore: update deno_config to 0.16.1 (#23480)

Closes https://github.com/denoland/deno/issues/23343
This commit is contained in:
Bartek Iwańczuk 2024-04-21 02:04:30 +01:00 committed by GitHub
parent 695f314a91
commit a2bd1a724b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1272,9 +1272,9 @@ dependencies = [
[[package]]
name = "deno_config"
version = "0.15.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c29ec5738e6c94de0c71279e09e052cc8827d826165162510949b60caf873339"
checksum = "1bc55559b6b4ebf190c75ad76a4204c792ac27e64e83e685fb5f4e4317bb94c5"
dependencies = [
"anyhow",
"glob",

View File

@ -64,7 +64,7 @@ winres.workspace = true
[dependencies]
deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] }
deno_cache_dir = { workspace = true }
deno_config = "=0.15.0"
deno_config = "=0.16.1"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.125.0", features = ["html"] }
deno_emit = "=0.40.0"