aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot]2023-10-03 01:16:30 +0000
committerGitHub2023-10-03 01:16:30 +0000
commit7dddbca558e14a42c1f947e67b463e2c2b5647c8 (patch)
treee95fca2e09c1e1760b9c315d8361ec56d3ddf3a6 /Cargo.lock
parent588363c2c17f3f70d0c06739d84eb5f6f18c3a25 (diff)
build(deps): bump rustix from 0.38.14 to 0.38.15 (#8449)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14 to 0.38.15. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.14...v0.38.15) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8426583c..16f89f8f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1455,7 +1455,7 @@ dependencies = [
"log",
"once_cell",
"parking_lot",
- "rustix 0.38.14",
+ "rustix 0.38.15",
"serde",
"serde_json",
"slotmap",
@@ -2052,9 +2052,9 @@ dependencies = [
[[package]]
name = "rustix"
-version = "0.38.14"
+version = "0.38.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
+checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"
dependencies = [
"bitflags 2.4.0",
"errno",
@@ -2289,7 +2289,7 @@ dependencies = [
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
- "rustix 0.38.14",
+ "rustix 0.38.15",
"windows-sys 0.48.0",
]
@@ -2646,7 +2646,7 @@ dependencies = [
"dirs",
"either",
"once_cell",
- "rustix 0.38.14",
+ "rustix 0.38.15",
]
[[package]]