mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update all dependencies (#415)
* Update all dependencies * Remove openssl and use rustls for reqwest * Add nix as dependency to ensure fs feature * Specify specific wayland-cursor dependency This fixes the problem with egui where it can not compile on linux * Update version to 1.9.5 * Update cargo-lock for flatpak
This commit is contained in:
+29
-28
@@ -1,71 +1,72 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "boilr"
|
||||
version = "1.9.4"
|
||||
version = "1.9.5"
|
||||
|
||||
[dependencies]
|
||||
base64 = "^0.21.0"
|
||||
config = "^0.13.3"
|
||||
copypasta = "^0.10.0"
|
||||
flate2 = "^1.0.25"
|
||||
is_executable = "^1.0.1"
|
||||
base64 = "^0.22.1"
|
||||
config = "^0.14.1"
|
||||
copypasta = "^0.10.1"
|
||||
flate2 = "^1.0.34"
|
||||
is_executable = "^1.0.4"
|
||||
nom = "^7.1.1"
|
||||
rusty-leveldb = "^3.0.0"
|
||||
serde_json = "^1.0.91"
|
||||
serde_json = "^1.0.132"
|
||||
|
||||
steam_shortcuts_util = "^1.1.8"
|
||||
steamgriddb_api = "^0.3.1"
|
||||
sysinfo = "^0.30.5"
|
||||
eyre = "^0.6.8"
|
||||
color-eyre = "^0.6.2"
|
||||
dyn-clone = "^1.0.10"
|
||||
time = {version="^0.3.17", features = ["formatting"]}
|
||||
egui_extras = { version = "0.25.0", features = ["all_loaders"] }
|
||||
|
||||
[target."cfg(not(windows))".dependencies]
|
||||
openssl = { version = "*", features = ["vendored"] }
|
||||
sysinfo = "^0.32.0"
|
||||
eyre = "^0.6.12"
|
||||
color-eyre = "^0.6.3"
|
||||
dyn-clone = "^1.0.17"
|
||||
time = {version="^0.3.36", features = ["formatting"]}
|
||||
egui_extras = { version = "0.29.1", features = ["all_loaders"] }
|
||||
|
||||
[dependencies.dashmap]
|
||||
features = ["serde"]
|
||||
version = "^5.4.0"
|
||||
version = "^6.1.0"
|
||||
|
||||
[dependencies.eframe]
|
||||
version = "^0.25.0"
|
||||
version = "^0.29.1"
|
||||
|
||||
[dependencies.egui]
|
||||
version = "^0.25.0"
|
||||
version = "^0.29.1"
|
||||
|
||||
[dependencies.futures]
|
||||
version = "^0.3.25"
|
||||
version = "^0.3.31"
|
||||
|
||||
[dependencies.image]
|
||||
features = ["png","webp","jpeg"]
|
||||
version ="^0.24.5"
|
||||
version ="^0.25.4"
|
||||
#git = "https://github.com/PhilipK/image"
|
||||
#rev = "55a668409b28fedcd6cd3dea25ae1b3cc9d25ec5"
|
||||
|
||||
[dependencies.reqwest]
|
||||
default_features = false
|
||||
version = "^0.11.13"
|
||||
default-features = false
|
||||
version = "^0.12.8"
|
||||
features = ["json","rustls-tls"]
|
||||
|
||||
[dependencies.serde]
|
||||
features = ["derive"]
|
||||
version = "^1.0.151"
|
||||
version = "^1.0.213"
|
||||
|
||||
[dependencies.tokio]
|
||||
features = ["full"]
|
||||
version = "^1.24.2"
|
||||
version = "^1.41.0"
|
||||
|
||||
[dependencies.toml]
|
||||
version = "^0.8.0"
|
||||
version = "^0.8.19"
|
||||
[target."cfg(windows)"]
|
||||
[target."cfg(windows)".build-dependencies]
|
||||
winres = "^0.1.12"
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
winreg = "^0.52.0"
|
||||
sqlite = "^0.32.0"
|
||||
roxmltree = "^0.19.0"
|
||||
sqlite = "^0.36.1"
|
||||
roxmltree = "^0.20.0"
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
wayland-cursor = "0.31.7"
|
||||
|
||||
[features]
|
||||
# This feature is enabled when building for a flatpak environment
|
||||
|
||||
Reference in New Issue
Block a user