Skip to content

Commit a7f9668

Browse files
build(deps): bump rustix from 0.38.38 to 0.38.44 (#14519)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.38 to 0.38.44. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.38.38...v0.38.44) --- updated-dependencies: - dependency-name: rustix dependency-version: 0.38.44 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf5aa7d commit a7f9668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
587587
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
588588
dependencies = [
589589
"libc",
590-
"windows-sys 0.61.0",
590+
"windows-sys 0.59.0",
591591
]
592592

593593
[[package]]
@@ -2117,15 +2117,15 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
21172117

21182118
[[package]]
21192119
name = "rustix"
2120-
version = "0.38.38"
2120+
version = "0.38.44"
21212121
source = "registry+https://github.com/rust-lang/crates.io-index"
2122-
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
2122+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
21232123
dependencies = [
21242124
"bitflags",
21252125
"errno",
21262126
"libc",
21272127
"linux-raw-sys",
2128-
"windows-sys 0.52.0",
2128+
"windows-sys 0.59.0",
21292129
]
21302130

21312131
[[package]]

0 commit comments

Comments
 (0)