From c91106a1bbe4587489078c113744d91f9c7258b4 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Sat, 10 Feb 2024 01:31:22 +0100 Subject: [PATCH] Updated rust dependencies --- rs/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rs/Cargo.toml b/rs/Cargo.toml index cd42c3b..a3e7bca 100644 --- a/rs/Cargo.toml +++ b/rs/Cargo.toml @@ -8,13 +8,13 @@ crate-type = ["cdylib"] name = "gitnuro_rs" [dependencies] -uniffi = { version = "0.25.0" } -notify = "6.0.1" -thiserror = "1.0.43" +uniffi = { version = "0.26.0" } +notify = "6.1.1" +thiserror = "1.0.56" libssh-rs = { version = "0.2.2", features = ["vendored", "vendored-openssl"] } [build-dependencies] -uniffi = { version = "0.25.0", features = ["build"] } +uniffi = { version = "0.26.0", features = ["build"] } [[bin]] name = "uniffi-bindgen"