Skip to content

Commit

Permalink
chore: update deps for depbot
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 28, 2024
1 parent ff3204b commit c7f86ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion local_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions web/native-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions web/native-wrapper/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c7f86ad

Please sign in to comment.