1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-08-05 04:13:44 +05:30

chore: bumped up deps

This commit is contained in:
2026-07-09 21:12:16 +05:30
Verified
parent e66da1a155
commit 03d950951e
7 changed files with 1829 additions and 1789 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
[package]
name = "neodlp"
version = "0.4.5"
description = "Cross-platform Video/Audio Downloader Desktop App based on YT-DLP with Modern UI and Browser Integration"
description = "Modern Video/Audio Downloader based on YT-DLP with Browser Integration"
authors = ["neosubhamoy <hey@neosubhamoy.com>"]
edition = "2021"
license = "MIT"
@@ -15,9 +15,6 @@ license = "MIT"
name = "neodlp_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = ["tray-icon"] }
serde = { version = "1", features = ["derive"] }
@@ -25,7 +22,7 @@ serde_json = "1"
reqwest = { version = "0.13", features = ["json"] }
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "*"
sqlx = { version = "0.8", features = [ "sqlite", "runtime-tokio", "tls-native-tls" ] }
sqlx = { version = "0.9", features = [ "sqlite", "runtime-tokio", "tls-native-tls" ] }
base64 = "0.22"
directories = "6.0"
futures-util = "0.3"
@@ -46,6 +43,9 @@ tauri-plugin-log = "2"
tauri-plugin-single-instance = "2"
tauri-plugin-updater = "2"
[build-dependencies]
tauri-build = { version = "2", features = [] }
[workspace]
members = [
".",