mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
build(deps): bump the deps group with 3 updates (#2015)
Bumps the deps group with 3 updates: [windows](https://github.com/microsoft/windows-rs), [log](https://github.com/rust-lang/log) and [thiserror](https://github.com/dtolnay/thiserror). Updates `windows` from 0.58.0 to 0.59.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.58.0...0.59.0) Updates `log` from 0.4.22 to 0.4.24 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.24) Updates `thiserror` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.10...2.0.11) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f15549e0c7
commit
fa7478ca78
11 changed files with 212 additions and 70 deletions
|
@ -30,7 +30,7 @@ compact_str = "0.8.0"
|
|||
dirs = "5.0.1"
|
||||
file-format = { version = "0.26.0", default-features = false }
|
||||
home = "0.5.9"
|
||||
log = { version = "0.4.18", features = ["std"] }
|
||||
log = { version = "0.4.24", features = ["std"] }
|
||||
miette = "7.0.0"
|
||||
mimalloc = { version = "0.1.39", default-features = false, optional = true }
|
||||
once_cell = "1.18.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue