From 427869ba73eb1954cabebf1414239e9265d50a4f Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:01:27 +0800 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e61ed05..3f336e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ verify_binary_signature = [] [dependencies] blocking = { version = "1", optional = true } -c2rust-bitfields = "0.18" +c2rust-bitfields = "0.19" futures = { version = "0.3", optional = true } libloading = "0.8" log = "0.4"