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:
dependabot[bot] 2025-03-19 09:49:36 +00:00 committed by GitHub
parent 7790943190
commit d19cdd06c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 47 additions and 38 deletions

View file

@ -33,7 +33,7 @@ file-format = { version = "0.26.0", default-features = false }
home = "0.5.9"
log = { version = "0.4.22", features = ["std"] }
miette = "7.0.0"
mimalloc = { version = "0.1.39", default-features = false, optional = true }
mimalloc = { version = "0.1.44", default-features = false, optional = true }
once_cell = "1.18.0"
semver = "1.0.17"
strum = "0.27.0"