Skip to content

Commit 9c60588

Browse files
build(deps): bump rustix from 0.38.40 to 0.38.42 (#3441)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.40 to 0.38.42. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.40...v0.38.42) --- 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 e0ad7dc commit 9c60588

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
@@ -1276,7 +1276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
12761276
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
12771277
dependencies = [
12781278
"cfg-if",
1279-
"windows-targets 0.52.0",
1279+
"windows-targets 0.48.5",
12801280
]
12811281

12821282
[[package]]
@@ -3413,9 +3413,9 @@ dependencies = [
34133413

34143414
[[package]]
34153415
name = "rustix"
3416-
version = "0.38.40"
3416+
version = "0.38.42"
34173417
source = "registry+https://github.com/rust-lang/crates.io-index"
3418-
checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
3418+
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
34193419
dependencies = [
34203420
"bitflags 2.4.2",
34213421
"errno",

0 commit comments

Comments
 (0)