upgrade libffi dependency

This commit is contained in:
Skgland
2026-05-08 22:36:41 +02:00
parent 8dffd72db5
commit 0c313a0849
4 changed files with 56 additions and 65 deletions

View File

@@ -94,7 +94,7 @@ parking_lot = "0.12.4"
crossterm = { version = "0.28.1", optional = true }
ctrlc = { version = "3.4.4", optional = true }
hostname = { version = "0.4.0", optional = true }
libffi = { version = "4.0.0", optional = true }
libffi = { version = "5.1.0", optional = true }
native-tls = { version = "0.2.12", optional = true }
# the version requirement of reqwest is kept low for compatibility with old deno versions
# that pin reqwest to 0.11.20