Update api dependencies

Signed-off-by: trivernis <trivernis@protonmail.com>
feature/jobs
trivernis 2 years ago
parent 2b76e35150
commit 1735d08c1d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -7,13 +7,13 @@ license = "gpl-3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1.30"
tracing = "0.1.32"
thiserror = "1.0.30"
async-trait = { version = "0.1.52", optional = true }
parking_lot = { version = "0.12.0", optional = true }
serde_json = { version = "1.0.78", optional = true }
serde_json = { version = "1.0.79", optional = true }
directories = { version = "4.0.1", optional = true }
mime_guess = { version = "2.0.3", optional = true }
mime_guess = { version = "2.0.4", optional = true }
serde_piecewise_default = "0.2.0"
futures = { version = "0.3.21", optional = true }
url = { version = "2.2.2", optional = true }
@ -22,6 +22,7 @@ pathsearch = { version = "0.2.0", optional = true }
[dependencies.bromine]
version = "0.18.1"
optional = true
git = "https://github.com/Trivernis/bromine"
features = ["serialize_bincode"]
[dependencies.serde]
@ -34,12 +35,12 @@ features = ["serde"]
[dependencies.tauri]
version = "1.0.0-rc.4"
optional=true
optional = true
default-features = false
features = []
[dependencies.tokio]
version = "1.16.1"
version = "1.17.0"
optional = true
features = ["sync", "fs", "net", "io-util", "io-std", "time", "rt", "process"]

Loading…
Cancel
Save