chore: update deps, make mobile script paths relative (#649)

This commit is contained in:
Lucas Fernandes Nogueira
2023-10-19 14:31:42 -03:00
committed by GitHub
parent 1240631840
commit 5de23e79f9
21 changed files with 176 additions and 208 deletions
+2 -3
View File
@@ -15,7 +15,8 @@ use aho_corasick::AhoCorasick;
use serde::{Deserialize, Serialize};
use tauri::{
plugin::{Builder, TauriPlugin},
GlobPattern, Manager, Runtime,
scope::fs::Pattern as GlobPattern,
Manager, Runtime,
};
#[cfg(feature = "protocol-asset")]
use tauri::{FsScope, FsScopeEvent};
@@ -117,8 +118,6 @@ enum Error {
#[error(transparent)]
Tauri(#[from] tauri::Error),
#[error(transparent)]
TauriApi(#[from] tauri::api::Error),
#[error(transparent)]
Bincode(#[from] Box<bincode::ErrorKind>),
}