Updated dependencies, fixed some clippy warnings
This commit is contained in:
@@ -3,7 +3,7 @@ name = "living-spec-standalone"
|
||||
version = "0.1.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -22,14 +22,14 @@ tauri = { version = "2", features = [] }
|
||||
tauri-plugin-opener = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tauri-plugin-dialog = "2.4.2"
|
||||
tauri-plugin-dialog = "2.6.0"
|
||||
ignore = "0.4.25"
|
||||
walkdir = "2.5.0"
|
||||
reqwest = { version = "0.12.28", features = ["json", "blocking", "stream"] }
|
||||
reqwest = { version = "0.13.1", features = ["json", "blocking", "stream"] }
|
||||
futures = "0.3"
|
||||
uuid = { version = "1.19.0", features = ["v4", "serde"] }
|
||||
chrono = { version = "0.4.42", features = ["serde"] }
|
||||
uuid = { version = "1.20.0", features = ["v4", "serde"] }
|
||||
chrono = { version = "0.4.43", features = ["serde"] }
|
||||
async-trait = "0.1.89"
|
||||
tauri-plugin-store = "2.4.1"
|
||||
tauri-plugin-store = "2.4.2"
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
eventsource-stream = "0.2.3"
|
||||
|
||||
Reference in New Issue
Block a user