diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-06-30 14:17:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 14:17:39 +0530 |
commit | 79c5b84eab4d2d848b52b521babb6d11c16ee17c (patch) | |
tree | 77dbf67fe233c8bffb67087544d43e81e0f5de1d /serde_v8 | |
parent | 9c878981cfc2d9a59e21b8b991d7907b2872f14e (diff) |
chore: upgrade rusty_v8 to 0.44.3 (#15019)
Diffstat (limited to 'serde_v8')
-rw-r--r-- | serde_v8/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml index 4090743b9..4872d519a 100644 --- a/serde_v8/Cargo.toml +++ b/serde_v8/Cargo.toml @@ -17,7 +17,7 @@ bytes = "1" derive_more = "0.99.17" serde = { version = "1.0.136", features = ["derive"] } smallvec = { version = "1.8", features = ["union"] } -v8 = "0.44.2" +v8 = "0.44.3" [dev-dependencies] bencher = "0.1" |