summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-08 18:25:53 +0200
committerGitHub <noreply@github.com>2021-06-08 18:25:53 +0200
commitd679ebbb376aadfe3fb67d39b50025d8cf747e45 (patch)
tree0378d1c1e619b8c95fac941446181cbd1dffb8ee /core
parent6ee983b12741d2c38b7d2babb88f5ace317dc4b4 (diff)
upgrade: rusty_v8 0.22.3 (#10892)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7c11bfbc1..d50b129dd 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.2"
+rusty_v8 = "0.22.3"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
url = { version = "2.2.1", features = ["serde"] }