diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index c21d36a2f..27b6e77f3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. [package] name = "deno_core" -version = "0.101.0" +version = "0.102.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" @@ -21,10 +21,10 @@ lazy_static = "1.4.0" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" -rusty_v8 = "0.30.0" +rusty_v8 = "0.31.0" serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } -serde_v8 = "0.13.0" +serde_v8 = "0.14.0" url = { version = "2.2.2", features = ["serde"] } [[example]] |