Skip to content

Commit 5be9b17

Browse files
build(deps): bump rustix from 0.38.38 to 0.38.39 (#3323)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.38 to 0.38.39. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.38...v0.38.39) --- updated-dependencies: - dependency-name: rustix 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 fe36329 commit 5be9b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
12241224
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
12251225
dependencies = [
12261226
"cfg-if",
1227-
"windows-targets 0.52.0",
1227+
"windows-targets 0.48.5",
12281228
]
12291229

12301230
[[package]]
@@ -3228,9 +3228,9 @@ dependencies = [
32283228

32293229
[[package]]
32303230
name = "rustix"
3231-
version = "0.38.38"
3231+
version = "0.38.39"
32323232
source = "registry+https://github.com/rust-lang/crates.io-index"
3233-
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
3233+
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
32343234
dependencies = [
32353235
"bitflags 2.4.2",
32363236
"errno",

0 commit comments

Comments
 (0)