Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Aug 3, 2022
1 parent f6eb8c3 commit a209218
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 52 deletions.
72 changes: 31 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
edition = "2021"
name = "boilr"
version = "1.4.1"
version = "1.4.3"

[dependencies]
base64 = "^0.13.0"
chrono = "^0.4.19"
config = "^0.13.1"
copypasta = "^0.8.0"
config = "^0.13.2"
copypasta = "^0.8.1"
flate2 = "^1.0.24"
is_executable = "^1.0.1"
nom = "^7.1.1"
rusty-leveldb = "^0.3.6"
serde_json = "^1.0.81"
sqlite = "^0.26.0"
rusty-leveldb = "^1.0.3"
serde_json = "^1.0.83"
sqlite = "^0.27.0"
steam_shortcuts_util = "^1.1.8"
steamgriddb_api = "^0.3.0"
sysinfo = "^0.24.2"
sysinfo = "^0.25.1"

[dependencies.dashmap]
features = ["serde"]
Expand All @@ -33,19 +33,19 @@ version = "^0.3.21"

[dependencies.image]
features = ["png"]
version = "^0.24.2"
version = "^0.24.3"

[dependencies.reqwest]
default_features = false
version = "^0.11.10"
version = "^0.11.11"

[dependencies.serde]
features = ["derive"]
version = "^1.0.137"
version = "^1.0.142"

[dependencies.tokio]
features = ["full"]
version = "^1.19.2"
version = "^1.20.1"

[dependencies.toml]
version = "^0.5.9"
Expand Down

0 comments on commit a209218

Please sign in to comment.