summaryrefslogtreecommitdiff
path: root/ext/ffi
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-05-05 12:41:59 +0200
committerGitHub <noreply@github.com>2022-05-05 12:41:59 +0200
commit242273e69b5f5add23393e8e96e241696eae88fb (patch)
tree2605cc3d7728c14c8c81c0a79337658577825fbf /ext/ffi
parente04f1f1f34656aed0faac88d63314726235cf4b8 (diff)
chore: update deps (#14416)
Diffstat (limited to 'ext/ffi')
-rw-r--r--ext/ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 60a0a4aa3..d86dfc88f 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.132.0", path = "../../core" }
dlopen = "0.1.8"
-libffi = "2.0.0"
+libffi = "3.0.0"
serde = { version = "1.0.129", features = ["derive"] }
tokio = { version = "1.17", features = ["full"] }