Skip to content

Commit f91bdc1

Browse files
build(deps): bump rustix from 1.1.2 to 1.1.3
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: rustix dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e3e54b commit f91bdc1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -20,7 +20,7 @@ image = { version = "0.25.8", default-features = false, features = [
2020
] }
2121
log = "0.4"
2222
ratatui = { version = "0.29.0" }
23-
rustix = { version = "1.0", default-features = false, features = ["std", "fs"] }
23+
rustix = { version = "1.1", default-features = false, features = ["std", "fs"] }
2424
serde = { version = "1.0.228", features = ["derive"] }
2525
shellexpand = "3.1.1"
2626
simplelog = { version = "0.12.2" }

0 commit comments

Comments
 (0)