From f7d10aaf6c2036ead52c03d249446f998c5bcf6f Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 16 Jul 2025 11:01:07 +0800 Subject: [PATCH] .. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7c4a432..d0aed2e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1483,9 +1483,9 @@ dependencies = [ [[package]] name = "mlua" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22fe7d52e09b3229ee7a6dfc5ba77fa250d8cd3478d3a509cc17934571a7ea0b" +checksum = "de25fc513588ac1273aa8c6dc0fffee6d32c12f38dc75f5cdc74547121a107ef" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 887d9eb9..65f26de8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ globset = "0.4.16" indexmap = { version = "2.10.0", features = [ "serde" ] } libc = "0.2.174" lru = "0.16.0" -mlua = { version = "0.11.0", features = [ "anyhow", "async", "error-send", "lua54", "macros", "serialize" ] } +mlua = { version = "0.11.1", features = [ "anyhow", "async", "error-send", "lua54", "macros", "serde" ] } objc = "0.2.7" ordered-float = { version = "5.0.0", features = [ "serde" ] } parking_lot = "0.12.4"