diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-10 15:16:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 15:16:43 -0500 |
| commit | 2f9d7c02dc87cfc57a6d37dc27bb0680b9ac7128 (patch) | |
| tree | 243fea304edd8eadaa04e64347efa89c0cf74a79 /core/Cargo.toml | |
| parent | 3ab48864fe4f1122d766aceefd4882c4cc526451 (diff) | |
upgrade: rusty_v8 0.21.0 (#9725)
Diffstat (limited to 'core/Cargo.toml')
| -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 9d068515e..1b1c8d0d3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "1.4.0" libc = "0.2.86" log = "0.4.14" pin-project = "1.0.5" -rusty_v8 = "0.20.0" +rusty_v8 = "0.21.0" serde = { version = "1.0.123", features = ["derive"] } serde_json = { version = "1.0.62", features = ["preserve_order"] } smallvec = "1.6.1" |
