Skip to content

Commit f7af726

Browse files
0PandaDEVcristipufu
authored andcommitted
chore: Update project dependencies to latest versions
1 parent 22363f3 commit f7af726

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
1212
links = "tauri-plugin-aptabase"
1313

1414
[dependencies]
15-
tauri = "2.1"
16-
tokio = "1"
17-
futures = "0.3"
18-
serde = "1"
19-
serde_json = "1"
20-
reqwest = { version = "0.12", features = ["json"] }
21-
time = { version = "0.3", features = ["formatting"] }
22-
os_info = "3"
23-
rand = "0.8"
24-
log = "0.4"
25-
sys-locale = "0.3"
15+
tauri = "2.2.5"
16+
tokio = "1.43.0"
17+
futures = "0.3.31"
18+
serde = "1.0.217"
19+
serde_json = "1.0.138"
20+
reqwest = { version = "0.12.12", features = ["json"] }
21+
time = { version = "0.3.37", features = ["formatting"] }
22+
os_info = "3.9.2"
23+
rand = "0.9.0"
24+
log = "0.4.25"
25+
sys-locale = "0.3.2"
2626

2727
[build-dependencies]
28-
tauri-plugin = { version = "2.0", features = ["build"] }
28+
tauri-plugin = { version = "2.0.4", features = ["build"] }

0 commit comments

Comments
 (0)