From 1c2ec1f48f2cf9255f0a43f2ec3d15aeee081b33 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 10 Aug 2022 07:27:22 +1000 Subject: fix: update deno_graph to fix importing config as JSON module (#15388) Ref: denoland/deno_graph#166 --- ops/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops') diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 7d9660d2b..7efe1d992 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -15,5 +15,5 @@ once_cell = "1.10.0" proc-macro-crate = "1.1.3" proc-macro2 = "1" quote = "1" -regex = "1.5.6" +regex = "1.6.0" syn = { version = "1", features = ["full", "extra-traits"] } -- cgit v1.2.3