Skip to content

Commit

Permalink
build(deps): bump the deps group with 3 updates (#1637)
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [reflink-copy](https://github.com/cargo-bins/reflink-copy), [windows](https://github.com/microsoft/windows-rs) and [fs4](https://github.com/al8n/fs4-rs).


Updates `reflink-copy` from 0.1.14 to 0.1.15
- [Release notes](https://github.com/cargo-bins/reflink-copy/releases)
- [Commits](cargo-bins/reflink-copy@0.1.14...0.1.15)

Updates `windows` from 0.53.0 to 0.54.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.53.0...0.54.0)

Updates `fs4` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/al8n/fs4-rs/releases)
- [Commits](https://github.com/al8n/fs4-rs/commits)

---
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: fs4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 130021c commit 1fd99af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 34 deletions.
43 changes: 12 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/atomic-file-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ license = "Apache-2.0 OR MIT"
rust-version = "1.65.0"

[dependencies]
reflink-copy = "0.1.7"
reflink-copy = "0.1.15"
tempfile = "3.5.0"
tracing = "0.1.39"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.53.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
windows = { version = "0.54.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
2 changes: 1 addition & 1 deletion crates/fs-lock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2021"
license = "Apache-2.0 OR MIT"

[dependencies]
fs4 = "0.7.0"
fs4 = "0.8.0"

0 comments on commit 1fd99af

Please sign in to comment.