From 2e395023ef6ba43450d4e32ed86cadc29438e419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:29:26 +0000 Subject: [PATCH] chore(deps): update uniffi requirement from 0.26 to 0.27 Updates the requirements on [uniffi](https://github.com/mozilla/uniffi-rs) to permit the latest version. - [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mozilla/uniffi-rs/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: uniffi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- embedded-uniffi-bindgen/Cargo.toml | 2 +- enfer_core/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/embedded-uniffi-bindgen/Cargo.toml b/embedded-uniffi-bindgen/Cargo.toml index ad7f132..1deda5b 100644 --- a/embedded-uniffi-bindgen/Cargo.toml +++ b/embedded-uniffi-bindgen/Cargo.toml @@ -9,4 +9,4 @@ publish = false [dependencies] anyhow = "1" camino = "1.1.1" -uniffi = { version = "0.26.0", default-features = false, features = ["bindgen"] } +uniffi = { version = "0.27.0", default-features = false, features = ["bindgen"] } diff --git a/enfer_core/Cargo.toml b/enfer_core/Cargo.toml index 2ed9917..ba3ac86 100644 --- a/enfer_core/Cargo.toml +++ b/enfer_core/Cargo.toml @@ -35,7 +35,7 @@ ort = { version = "2.0.0-alpha.1", default-features = true } tokenizers = { version = "0.15.0", default-features = false, features = ["progressbar", "cli", "onig", "esaxx_fast"] } ndarray = "0.15.6" -uniffi = { version = "0.26" } +uniffi = { version = "0.27" } uuid = { version = "1.5.0", features = ["v4"] } thiserror = "1.0.50" @@ -56,7 +56,7 @@ crate-type = ["lib", "cdylib", "staticlib"] name = "inference_core" [build-dependencies] -uniffi = { version = "0.26", features = ["build"] } +uniffi = { version = "0.27", features = ["build"] } [dev-dependencies] -uniffi = { version = "0.26", features = ["bindgen-tests"] } +uniffi = { version = "0.27", features = ["bindgen-tests"] }