fix(deps): update all dependencies (#5)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
2023-02-17 23:00:42 +01:00
committed by GitHub
parent 44e125e00c
commit 789b0e69c8
5 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.1.4"
clap = "4.1.6"
dirs = "4.0.0"
eyre = "0.6.8"
flate2 = { version = "1.0.25", features = ["zlib"] }
@@ -25,7 +25,7 @@ hex-literal = "0.3.4"
platform-info = "1.0.2"
reqwest = { version = "0.11.14", features = ["stream", "blocking", "deflate"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
sha2 = "0.10.6"
tar = "0.4.38"
tempfile = "3.3.0"