Skip to content

Commit

Permalink
feat: release 0.7.1 (#43)
Browse files Browse the repository at this point in the history
* chore: deps upgrade

Use rustls

* feat: version bumped to 0.7.1

* chore: Update changelog
  • Loading branch information
dilawar authored Jul 12, 2024
1 parent 5e53eb7 commit 8d7038a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1] - 2024-07-12

- Update to dependencies.

## [0.7.0] - 2024-04-13

- Improves support for installing from URL (apt, dnf, zypper, yum)
Expand Down
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "mpm"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "AGPL-3.0"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.86"
clap = { version = "4.5", features = ["derive"] }
colored = "2.1"
sudo = "0.6"
Expand All @@ -14,12 +14,12 @@ os_info = "3.8.2"
strum = { version = "0.26", features = ["derive"] }
tabled = "0.15"
tracing = "0.1.40"
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
ambassador = "0.3.6"
serde_json = "1.0.115"
serde = "1.0.197"
url = { version = "2.5.0", features = ["serde"] }
ambassador = "0.3.7"
serde_json = "1.0.120"
serde = "1.0.204"
url = { version = "2.5.2", features = ["serde"] }

[dev-dependencies]
tracing-test = "0.2.4"
tracing-test = "0.2.5"

0 comments on commit 8d7038a

Please sign in to comment.