File cargo-pin-lua.patch of Package lua-haproxy-geoip2
--- a/Cargo.toml 2025-04-12 22:10:01.526619549 +0200
+++ b/Cargo.toml 2025-04-12 22:16:00.368275654 +0200
@@ -17,7 +17,7 @@
]
[dependencies]
-mlua = { version = "0.9", features = ["macros"] }
-haproxy-api = { version = "0.8" }
+mlua = { version = "0.9", features = ["macros", "module", "lua__LUAVERSION__"] }
+haproxy-api = { version = "0.8", default-features = false, features = ["async", "lua__LUAVERSION__"] }
maxminddb = { version = "0.24", features = ["unsafe-str-decode"] }
arc-swap = "1.7"
--- a/module/Cargo.toml 2025-04-12 22:10:01.527079006 +0200
+++ b/module/Cargo.toml 2025-04-12 22:29:39.477876773 +0200
@@ -8,6 +8,6 @@
crate-type = ["cdylib"]
[dependencies]
-haproxy-api = { version = "0.8" }
+haproxy-api = { version = "0.8", default-features = false, features = ["async", "lua__LUAVERSION__"] }
haproxy-geoip2 = { path = ".." }
mlua = "0.9"