ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump rustix from 0.38.2 to 0.38.3

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.2 to 0.38.3.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.2...v0.38.3)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-05 15:11:13 +00:00 committed by github-actions[bot]
parent 651a3cbe15
commit 6208cdff2a
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -928,7 +928,7 @@ dependencies = [
"rand",
"rand_chacha",
"regex",
"rustix 0.38.2",
"rustix 0.38.3",
"serde_json",
"smallvec",
"strsim",
@ -1609,9 +1609,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.2"
version = "0.38.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aabcb0461ebd01d6b79945797c27f8529082226cb630a9865a71870ff63532a4"
checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4"
dependencies = [
"bitflags 2.3.3",
"errno",

View file

@ -49,7 +49,7 @@ whoami = "1.4.1"
zstd = "0.12.3"
[target.'cfg(unix)'.dependencies]
rustix = { version = "0.38.2", features = ["fs"] }
rustix = { version = "0.38.3", features = ["fs"] }
[dev-dependencies]
assert_matches = "1.5.0"