mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
chore: update serde to 1.0.217 and reqwest to 0.12.11 in Cargo.toml
This commit is contained in:
parent
1a15ea7777
commit
b9d758f317
1 changed files with 2 additions and 2 deletions
|
@ -26,14 +26,14 @@ tauri-plugin-prevent-default = "1.0.1"
|
|||
tauri-plugin-global-shortcut = "2.2.0"
|
||||
tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" }
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio-native-tls", "sqlite", "chrono"] }
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
tokio = { version = "1.42.0", features = ["full"] }
|
||||
serde_json = "1.0.134"
|
||||
rdev = "0.5.3"
|
||||
rand = "0.8.5"
|
||||
base64 = "0.22.1"
|
||||
image = "0.25.5"
|
||||
reqwest = { version = "0.12.9", features = ["json", "blocking"] }
|
||||
reqwest = { version = "0.12.11", features = ["json", "blocking"] }
|
||||
url = "2.5.4"
|
||||
regex = "1.11.1"
|
||||
sha2 = "0.10.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue