From 3d8ba30ea0a4dfedcddcf11ecf2bf476cd1af4c3 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 30 Jun 2022 18:01:08 -0400 Subject: chore: forward 1.23.2 to main (#15027) Co-authored-by: David Sherret --- snapshots/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'snapshots') diff --git a/snapshots/Cargo.toml b/snapshots/Cargo.toml index 6266ed681..074d78db7 100644 --- a/snapshots/Cargo.toml +++ b/snapshots/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "deno_snapshots" -version = "0.0.0" +version = "0.1.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" @@ -17,15 +17,15 @@ name = "deno_snapshots" path = "lib.rs" [dependencies] -deno_core = { version = "0.140.0", path = "../core" } # For mock TSC #[op]s -deno_runtime = { version = "0.66.0", path = "../runtime" } +deno_core = { version = "0.141.0", path = "../core" } # For mock TSC #[op]s +deno_runtime = { version = "0.67.0", path = "../runtime" } lzzzz = "1.0" once_cell = "1.10.0" zstd = "0.11.1" [build-dependencies] -deno_core = { version = "0.140.0", path = "../core" } # For mock TSC #[op]s -deno_runtime = { version = "0.66.0", path = "../runtime" } +deno_core = { version = "0.141.0", path = "../core" } # For mock TSC #[op]s +deno_runtime = { version = "0.67.0", path = "../runtime" } lzzzz = "1.0" regex = "1.5.6" serde = { version = "1.0.125", features = ["derive"] } -- cgit v1.2.3