diff --git a/local_server/Cargo.toml b/local_server/Cargo.toml index 56f1b38..120ebf1 100644 --- a/local_server/Cargo.toml +++ b/local_server/Cargo.toml @@ -50,7 +50,7 @@ docx-rs = "0.4.7" # storage #sqlx = { version = "0.7.3", features = ["sqlite", "migrate", "runtime-tokio-rustls", "chrono", "uuid"] } # search engine Tantivy? -tantivy = { version = "0.21.0", features = ["mmap"] } +tantivy = { version = "0.22.0", features = ["mmap"] } # Chinese support tantivy-jieba = "0.10.0" tantivy-columnar = "0.2.0" diff --git a/web/native-wrapper/package.json b/web/native-wrapper/package.json index 527593b..924a719 100644 --- a/web/native-wrapper/package.json +++ b/web/native-wrapper/package.json @@ -12,12 +12,12 @@ }, "dependencies": { "preact": "^10.16.0", - "@tauri-apps/api": "^1.5.1" + "@tauri-apps/api": "^1.6.0" }, "devDependencies": { "@preact/preset-vite": "^2.5.0", "typescript": "^5.0.2", - "vite": "^4.4.4", + "vite": "5.2.6", "@tauri-apps/cli": "^1.5.6" } } diff --git a/web/native-wrapper/src-tauri/Cargo.toml b/web/native-wrapper/src-tauri/Cargo.toml index 3d9ad47..8946678 100644 --- a/web/native-wrapper/src-tauri/Cargo.toml +++ b/web/native-wrapper/src-tauri/Cargo.toml @@ -10,10 +10,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1.5", features = [] } +tauri-build = { version = "1.8.0", features = [] } [dependencies] -tauri = { version = "1.5", features = ["shell-open"] } +tauri = { version = "1.8.0", features = ["shell-open"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"