diff --git a/Cargo.lock b/Cargo.lock index e17ce16d0e3..9ce88373eeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "arma-rs" -version = "1.11.0" +version = "1.11.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad8039943dfee4cb81a4fb4cdab56b1003c4b0f21ffed7e71b323072e3b240a" +checksum = "e722ed20b6266ceccf4334d32a528fcef9a2dca341b8bbcceb99eb7152081239" dependencies = [ "arma-rs-proc", "crossbeam-channel", diff --git a/ace.dll b/ace.dll index ca0c309ff1b..4fbc4a5373f 100644 Binary files a/ace.dll and b/ace.dll differ diff --git a/ace_x64.dll b/ace_x64.dll index 4c4be7a19c5..42f76d4e02a 100644 Binary files a/ace_x64.dll and b/ace_x64.dll differ diff --git a/extension/Cargo.toml b/extension/Cargo.toml index 47e88e6814e..a50d1e16bc7 100644 --- a/extension/Cargo.toml +++ b/extension/Cargo.toml @@ -8,7 +8,7 @@ name = "ace" crate-type = ["cdylib"] [dependencies] -arma-rs = { version = "1.11.0", default-features = false, features = ["extension", "uuid"]} +arma-rs = { version = "1.11.10", default-features = false, features = ["extension", "uuid"]} uuid = { version = "1.10.0", features = ["v4"] } rand = "0.8.5" rand_chacha = "0.3.1"