mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
build(deps): bump the deps group with 3 updates
Bumps the deps group with 3 updates: [reflink-copy](https://github.com/cargo-bins/reflink-copy), [windows](https://github.com/microsoft/windows-rs) and [mimalloc](https://github.com/purpleprotocol/mimalloc_rust). Updates `reflink-copy` from 0.1.25 to 0.1.26 - [Release notes](https://github.com/cargo-bins/reflink-copy/releases) - [Changelog](https://github.com/cargo-bins/reflink-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/cargo-bins/reflink-copy/compare/v0.1.25...v0.1.26) Updates `windows` from 0.60.0 to 0.61.1 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `mimalloc` from 0.1.43 to 0.1.44 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.43...v0.1.44) --- updated-dependencies: - dependency-name: reflink-copy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: mimalloc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7790943190
commit
d19cdd06c7
3 changed files with 47 additions and 38 deletions
|
@ -10,9 +10,9 @@ license = "Apache-2.0 OR MIT"
|
|||
rust-version = "1.65.0"
|
||||
|
||||
[dependencies]
|
||||
reflink-copy = "0.1.15"
|
||||
reflink-copy = "0.1.26"
|
||||
tempfile = "3.5.0"
|
||||
tracing = "0.1.39"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows = { version = "0.60.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
|
||||
windows = { version = "0.61.1", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue