diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | core/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index d1e00522f..b35d8e68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2958,9 +2958,9 @@ dependencies = [ [[package]] name = "rusty_v8" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a49600f6c91588a9571329982801b4d9e9f3dff861bb8966a769ee25c121485" +checksum = "b70e9384fa508bb1f337139aa01485a6d2b695072835bf084d635674b3445422" dependencies = [ "bitflags", "fslock", diff --git a/core/Cargo.toml b/core/Cargo.toml index 6eb534510..848a2fee1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2.98" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" -rusty_v8 = "0.25.2" +rusty_v8 = "0.25.3" serde = { version = "1.0.126", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } serde_v8 = { version = "0.8.0" } |