From faa756a111fcdbe9f11d518acf27db74da1b653b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:59:39 +0000 Subject: [PATCH] chore(deps): update rust crate rufi_core to v14 --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/Cargo.toml b/native/Cargo.toml index 4e5dd445..c27f1632 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" authors = ["Filippo Vissani ", "Leonardo Micelli ", "Paolo Penazzi ", "Angela Cortecchia "] [dependencies] -rufi_core = "12.0.0" +rufi_core = "14.0.0" [lib] crate_type = ["cdylib"] # dynamically linkable library