diff options
author | Luca Casonato <hello@lcas.dev> | 2024-04-12 15:10:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 13:10:57 +0000 |
commit | 650db71e35970af85a3f0a0ca89125088a372013 (patch) | |
tree | 367326622061b4d3888be5e80e8ef6ea426134d7 | |
parent | f3cddb96881c2067e9741c41a216b4cfc6a2b2f4 (diff) |
chore: update deno_graph (#23340)
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 70a96a2c7..0ed5376c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1442,9 +1442,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.71.1" +version = "0.71.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "198e0be3da5754b2c1bc6e4c53280c79ca101eb9065f98db8fbae423c64edae5" +checksum = "0e6b15fb6eda0c3b03ec24ae7d3c4e7a9c561f8cfe79aa9a9c3abf2b0fc5a8b4" dependencies = [ "anyhow", "async-trait", @@ -7362,7 +7362,7 @@ dependencies = [ "codespan-reporting", "log", "naga", - "parking_lot 0.12.1", + "parking_lot 0.11.2", "profiling", "raw-window-handle", "ron", @@ -7403,7 +7403,7 @@ dependencies = [ "naga", "objc", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.11.2", "profiling", "range-alloc", "raw-window-handle", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8996103ef..88a897692 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_config = "=0.15.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.123.1", features = ["html"] } deno_emit = "=0.39.0" -deno_graph = { version = "=0.71.1", features = ["tokio_executor"] } +deno_graph = { version = "=0.71.2", features = ["tokio_executor"] } deno_lint = { version = "=0.58.2", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.17.0" |