mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-07 21:27:06 +00:00
cargo: bump rustix in the cargo-dependencies group
Bumps the cargo-dependencies group with 1 update: [rustix](https://github.com/bytecodealliance/rustix). Updates `rustix` from 0.38.43 to 0.38.44 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.43...v0.38.44) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e478f0f507
commit
f264e9556d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3288,9 +3288,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustix"
|
name = "rustix"
|
||||||
version = "0.38.43"
|
version = "0.38.44"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6"
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"errno",
|
"errno",
|
||||||
|
|
|
@ -89,7 +89,7 @@ rayon = "1.10.0"
|
||||||
ref-cast = "1.0.23"
|
ref-cast = "1.0.23"
|
||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
rpassword = "7.3.1"
|
rpassword = "7.3.1"
|
||||||
rustix = { version = "0.38.43", features = ["fs"] }
|
rustix = { version = "0.38.44", features = ["fs"] }
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
sapling-renderdag = "0.1.0"
|
sapling-renderdag = "0.1.0"
|
||||||
sapling-streampager = "0.10.3"
|
sapling-streampager = "0.10.3"
|
||||||
|
|
Loading…
Reference in a new issue