diff --git a/mobile/rust/Cargo.lock b/mobile/rust/Cargo.lock index 067a4e8476..c4a221f057 100644 --- a/mobile/rust/Cargo.lock +++ b/mobile/rust/Cargo.lock @@ -670,9 +670,9 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "usearch" -version = "2.17.2" +version = "2.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d405433f45fd46c88c7499e68381e0a27b742f6cd0daf8bfc186ee6d8195a387" +checksum = "2feb45cdbc2d9b39ded81be910b505d062654725a0024ce5a509fef0eaaa3f0e" dependencies = [ "cxx", "cxx-build", diff --git a/mobile/rust/Cargo.toml b/mobile/rust/Cargo.toml index b35ca7bc7e..615f48d482 100644 --- a/mobile/rust/Cargo.toml +++ b/mobile/rust/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["cdylib", "staticlib"] [dependencies] flutter_rust_bridge = "=2.9.0" -usearch = "2.17.2" +usearch = "2.17.6" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }