updates and upgrades

This commit is contained in:
Igor Katson 2024-08-06 13:53:13 +01:00
parent 183572b695
commit 37b96aedf8
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 863 additions and 981 deletions

View file

@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.5", features = ["shell-open"] }
tauri = { version = "1.6.7", features = ["shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
librqbit = { path = "../../crates/librqbit", features = ["webui"] }