1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

chore: Bump deno_core (#23722)

Mostly so I can start playing around with `ToV8`/`FromV8`
This commit is contained in:
Nathan Whitaker 2024-05-06 17:29:07 -07:00 committed by GitHub
parent 672216d65a
commit 87d1ead7d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

13
Cargo.lock generated
View file

@ -1303,9 +1303,9 @@ dependencies = [
[[package]]
name = "deno_core"
version = "0.278.0"
version = "0.279.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353cd08b2c60ee71e3a3215f111bf273dc04be455bb084873d79723a941c57ec"
checksum = "6af4398065fca315c07f07c3a7074fc8928e0a0488eeb16b68f390ab9190ed97"
dependencies = [
"anyhow",
"bincode",
@ -1762,9 +1762,9 @@ dependencies = [
[[package]]
name = "deno_ops"
version = "0.154.0"
version = "0.155.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5402d2a4027026c876ab15b4bc46c60252c4a8704e80739ab62900af2d60e1f"
checksum = "5acf7e33e0000df00433e50334d42eb325bd1195d81e3d579d4cb09de601303e"
dependencies = [
"proc-macro-rules",
"proc-macro2",
@ -5731,11 +5731,10 @@ dependencies = [
[[package]]
name = "serde_v8"
version = "0.187.0"
version = "0.188.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "572631c1ad3d7b304593d7afeb8b28805c00f8e15135db15200f59676d618fe2"
checksum = "eb49d0c52dba872ec78d826009b0cb0ec3b911753bda8b7e98f104cf88e0b936"
dependencies = [
"bytes",
"num-bigint",
"serde",
"smallvec",

View file

@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.38.1", features = ["transpiling"] }
deno_core = { version = "0.278.0" }
deno_core = { version = "0.279.0" }
deno_bench_util = { version = "0.143.0", path = "./bench_util" }
deno_lockfile = "0.19.0"