summaryrefslogtreecommitdiff
path: root/snapshots
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-06-30 18:01:08 -0400
committerGitHub <noreply@github.com>2022-06-30 18:01:08 -0400
commit3d8ba30ea0a4dfedcddcf11ecf2bf476cd1af4c3 (patch)
tree1cb819ad634d4594a78b93cecd1da1a5bd5a7d3f /snapshots
parent4e92f38d2ced6cbc2c7ed13d79d739dd4ddadb4c (diff)
chore: forward 1.23.2 to main (#15027)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'snapshots')
-rw-r--r--snapshots/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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"] }