Skip to content

Commit

Permalink
build: ⬆️ Upgrade crates version and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 6, 2023
1 parent 0d44851 commit ba46a2f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools", "embedded"]
rust-version = "1.64"

[dependencies]
clap = { version = "4.1.7", features = ["derive"] }
clap = { version = "4.1.8", features = ["derive"] }
flate2 = "1.0.25"
guess_host_triple = "0.1.3"
reqwest = { version = "0.11.14", features = ["blocking"] }
Expand All @@ -31,16 +31,16 @@ directories = "4.0.1"
serde = { version = "1.0.152", features = ["derive"] }
miette = { version = "5.5.0", features = ["fancy"] }
regex = "1.7.1"
serde_json = "1.0.93"
thiserror = "1.0.38"
serde_json = "1.0.94"
thiserror = "1.0.39"
update-informer = "0.6.0"
tokio = { version = "1.25.0", features = ["full"] }
async-trait = "0.1.64"
tokio = { version = "1.26.0", features = ["full"] }
async-trait = "0.1.66"
retry = "2.0.0"
tokio-retry = "0.3.0"

[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
openssl = { version = "0.10.45", features = ["vendored"] }

[dev-dependencies]
assert_fs = "1.0.10"
Expand Down

0 comments on commit ba46a2f

Please sign in to comment.