Skip to content

Commit 7da2a9e

Browse files
chore(deps)(deps): bump rustix from 0.38.44 to 1.1.2
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.44 to 1.1.2. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.38.44...v1.1.2) --- updated-dependencies: - dependency-name: rustix dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81b3b60 commit 7da2a9e

2 files changed

Lines changed: 15 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ rusqlite = { version = "0.32", features = ["bundled"], optional = true }
129129

130130
# Zero-copy support (Linux)
131131
[target.'cfg(target_os = "linux")'.dependencies]
132-
rustix = { version = "0.38", features = ["fs"] }
132+
rustix = { version = "1.1", features = ["fs"] }
133133
libc = "0.2"
134134

135135
# Zero-copy support (macOS/BSD)

0 commit comments

Comments
 (0)