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

cargo: bump the cargo-dependencies group with 1 update

Bumps the cargo-dependencies group with 1 update: [rustix](https://github.com/bytecodealliance/rustix).

- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.3...v0.38.4)

---
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:
dependabot[bot] 2023-07-11 15:46:58 +00:00 committed by github-actions[bot]
parent df6d953116
commit 78e9a1b34d
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

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

View file

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