diff --git a/.deny.toml b/.deny.toml index 8fb690b4a..b7734fb1f 100644 --- a/.deny.toml +++ b/.deny.toml @@ -53,4 +53,6 @@ allow-git = [ "https://github.com/matrix-org/vodozemac", # A patch override for the bindings: https://github.com/Alorel/rust-indexed-db/pull/72 "https://github.com/matrix-org/rust-indexed-db", + # A patch to fixing the bindings not being usable for test in Kotlin https://github.com/mozilla/uniffi-rs/pull/2713 + "https://github.com/mozilla/uniffi-rs" ] diff --git a/Cargo.lock b/Cargo.lock index d3f33f603..a7873acf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7437,7 +7437,6 @@ name = "xtask" version = "0.1.0" dependencies = [ "camino", - "cargo_metadata", "clap", "fs_extra", "regex",