File cargo-pin-lua.patch of Package lua-haproxy-geoip2
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ members = [
 ]
 
 [dependencies]
-mlua = { version = "0.11.1", features = ["macros"] }
-haproxy-api = { version = "0.9.0" }
+mlua = { version = "0.11.1", features = ["macros", "module", "lua__LUAVERSION__"] }
+haproxy-api = { version = "0.9.0", default-features = false, features = ["async", "lua__LUAVERSION__"] }
 maxminddb = { version = "0.26", features = ["unsafe-str-decode"] }
 arc-swap = "1.7"
--- a/module/Cargo.toml
+++ b/module/Cargo.toml
@@ -8,6 +8,6 @@ publish = false
 crate-type = ["cdylib"]
 
 [dependencies]
-haproxy-api = { version = "0.9" }
+haproxy-api = { version = "0.9", default-features = false, features = ["async", "lua__LUAVERSION__"] }
 haproxy-geoip2 = { path = ".." }
 mlua = "0.11.1"