Skip to content

Commit

Permalink
build: Bump crates version
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Aug 11, 2023
1 parent a865da6 commit c8c7876
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 36 deletions.
33 changes: 21 additions & 12 deletions Cargo.lock

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

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.4.1"
version = "0.5.0"
authors = ["Sergio Gasquez Arcos <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -14,29 +14,29 @@ categories = ["command-line-utilities", "development-tools", "embedded"]
rust-version = "1.65"

[dependencies]
async-trait = "0.1.72"
clap = { version = "4.3.19", features = ["derive"] }
clap_complete = "4.3.2"
console = "0.15.7"
directories = "5.0.1"
env_logger = "0.10.0"
flate2 = "1.0.26"
async-trait = "0.1.72"
clap = { version = "4.3.21", features = ["derive"] }
clap_complete = "4.3.2"
console = "0.15.7"
directories = "5.0.1"
env_logger = "0.10.0"
flate2 = "1.0.26"
guess_host_triple = "0.1.3"
log = "0.4.19"
miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.9.3"
reqwest = { version = "0.11.18", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.104"
strum = { version = "0.25", features = ["derive"] }
tar = "0.4.40"
tempfile = "3.7.1"
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["full"] }
tokio-retry = "0.3.0"
update-informer = "1.1.0"
xz2 = "0.1.7"
zip = "0.6.6"
log = "0.4.19"
miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.9.3"
reqwest = { version = "0.11.18", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.104"
strum = { version = "0.25", features = ["derive"] }
tar = "0.4.40"
tempfile = "3.7.1"
thiserror = "1.0.44"
tokio = { version = "1.30.0", features = ["full"] }
tokio-retry = "0.3.0"
update-informer = "1.1.0"
xz2 = "0.1.7"
zip = "0.6.6"

[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.56", features = ["vendored"] }
Expand All @@ -53,5 +53,5 @@ pkg-fmt = "zip"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"

[profile.release]
lto = "thin"
lto = "thin"
strip = true

0 comments on commit c8c7876

Please sign in to comment.