diff --git a/CHANGELOG.md b/CHANGELOG.md index d25c1aa..eb3880f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 81a5041..5934ba6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"