Skip to content

Commit

Permalink
Prepare release v0.4.0 (#243)
Browse files Browse the repository at this point in the history
* build: 📌 Pin version

* build: ⬆️ Upgrade dependencies version
  • Loading branch information
SergioGasquez authored Apr 24, 2023
1 parent faf4bf0 commit 15ec5ac
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
51 changes: 30 additions & 21 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
@@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.4.0-dev"
version = "0.4.0"
authors = ["Sergio Gasquez Arcos <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -15,16 +15,16 @@ rust-version = "1.64"

[dependencies]
async-trait = "0.1.68"
clap = { version = "4.2.2", features = ["derive"] }
clap_complete = "4.2.0"
clap = { version = "4.2.4", features = ["derive"] }
clap_complete = "4.2.1"
console = "0.15.5"
directories = "5.0.0"
env_logger = "0.10.0"
flate2 = "1.0.25"
guess_host_triple = "0.1.3"
log = "0.4.17"
miette = { version = "5.7.0", features = ["fancy"] }
regex = "1.7.3"
miette = { version = "5.8.0", features = ["fancy"] }
regex = "1.8.1"
reqwest = { version = "0.11.16", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.96"
Expand All @@ -40,7 +40,7 @@ xz2 = "0.1.7"
zip = "0.6.4"

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

[target.'cfg(windows)'.dependencies]
winreg = "0.50.0"
Expand Down

0 comments on commit 15ec5ac

Please sign in to comment.