From 1a69f3a33bbd5472e8ee23a25f7369356f70ccaf Mon Sep 17 00:00:00 2001 From: DongHyun Kim Date: Wed, 24 Jan 2024 13:02:10 +0900 Subject: [PATCH] Upgrade Rinf --- native/hub/Cargo.toml | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/native/hub/Cargo.toml b/native/hub/Cargo.toml index ca46285c..d4ed6b5b 100644 --- a/native/hub/Cargo.toml +++ b/native/hub/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" crate-type = ["lib", "cdylib", "staticlib"] [dependencies] -rinf = "6.0.1" +rinf = "6.1.0" allo-isolate = "0.1.24" wasm-bindgen = "0.2.90" prost = "0.12.3" diff --git a/pubspec.lock b/pubspec.lock index 38c6f403..0d87357b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1115,10 +1115,10 @@ packages: dependency: "direct main" description: name: rinf - sha256: "1b86528233c20b2ec9c5f08d94a1cfae471cdb279aa22ea2afdfeca189dd890c" + sha256: "780cc8e6c5390957b26b17510baf51e59f9b8f2562c50cb073b9f40a17d439a1" url: "https://pub.dev" source: hosted - version: "6.0.1" + version: "6.1.0" riverpod: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 10aee096..2f36b235 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,7 +60,7 @@ dependencies: ref: 0ab6b10ea660ead8e8e1694517aabe3582f25d5c media_kit_libs_video: ^1.0.4 crypto: ^3.0.3 - rinf: ^6.0.1 + rinf: ^6.1.0 protobuf: ^3.1.0 cupertino_icons: ^1.0.2 window_manager: ^0.3.7