Update dependencies (#167)

* update dependency version

* Update release information
This commit is contained in:
Philip Kristoffersen
2022-06-07 16:38:26 +02:00
committed by GitHub
parent 0385dfb40b
commit 9765e170eb
5 changed files with 603 additions and 360 deletions
+7 -7
View File
@@ -1,14 +1,14 @@
[package]
edition = "2021"
name = "boilr"
version = "1.3.16"
version = "1.3.17"
[dependencies]
base64 = "^0.13.0"
chrono = "^0.4.19"
config = "^0.11.0"
config = "^0.13.1"
copypasta = "^0.7.1"
flate2 = "^1.0.23"
flate2 = "^1.0.24"
is_executable = "^1.0.1"
nom = "^7.1.1"
rusty-leveldb = "^0.3.6"
@@ -16,11 +16,11 @@ serde_json = "^1.0.81"
sqlite = "^0.26.0"
steam_shortcuts_util = "^1.1.8"
steamgriddb_api = "^0.3.0"
sysinfo = "^0.23.12"
sysinfo = "^0.24.2"
[dependencies.dashmap]
features = ["serde"]
version = "^5.3.3"
version = "^5.3.4"
[dependencies.eframe]
version = "^0.18.0"
@@ -45,7 +45,7 @@ version = "^1.0.137"
[dependencies.tokio]
features = ["full"]
version = "^1.18.2"
version = "^1.19.2"
[dependencies.toml]
version = "^0.5.9"
@@ -53,7 +53,7 @@ version = "^0.5.9"
[target]
[target."cfg(windows)"]
[target."cfg(windows)".build-dependencies]
winres = "^0.1"
winres = "^0.1.12"
[target."cfg(windows)".dependencies]
winreg = "^0.10.1"