diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-10 14:46:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 14:46:50 +0200 |
commit | 7fc211e62752dddd4f70f8feef24dbcea795c1eb (patch) | |
tree | a7baaad102041e8388debbfd0a339cf0ca8422dc /core | |
parent | 18c75f0e4265d4942a93dd67f7cbd34e79281be8 (diff) |
upgrade: rusty_v8 0.22.2 (#10551)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index aacecea96..8255589b8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ lazy_static = "1.4.0" libc = "0.2.93" log = "0.4.14" pin-project = "1.0.6" -rusty_v8 = "0.22.1" +rusty_v8 = "0.22.2" serde = { version = "1.0.125", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } url = { version = "2.2.1", features = ["serde"] } |