summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-19 15:24:03 +0000
committerGitHub <noreply@github.com>2023-11-19 15:24:03 +0000
commit42d4877ce8e478af09463880c2f596b7e6140d73 (patch)
tree0a0b0d73b1539f4972daf29726fd935065eda4b0
parent49a99180fed618b62ba773e3aebd8968b044262d (diff)
Bump rustix from 0.37.23 to 0.37.27dependabot/cargo/rustix-0.37.27
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.23 to 0.37.27. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.23...v0.37.27) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6b47c5d1..1658634b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1144,9 +1144,9 @@ dependencies = [
[[package]]
name = "rustix"
-version = "0.37.23"
+version = "0.37.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
+checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
dependencies = [
"bitflags 1.3.2",
"errno",
@@ -1341,7 +1341,7 @@ version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
dependencies = [
- "rustix 0.37.23",
+ "rustix 0.37.27",
"windows-sys 0.48.0",
]