summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 08:34:00 +0100
committerGitHub <noreply@github.com>2024-04-29 08:34:00 +0100
commit150bcb8eb8a3a18c26c8e4d0320720c1993ae267 (patch)
tree35a5ea2c6d3705fe1aedf6439d65873ac302b8d6
parent8363b0c870e1eeb7617a882d1ef2e97c88eaa32e (diff)
chore(deps): bump rustix from 0.38.32 to 0.38.34 (#1986)HEADmain
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.32 to 0.38.34. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.32...v0.38.34) --- 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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e8880f7b..4c242691 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2900,9 +2900,9 @@ dependencies = [
[[package]]
name = "rustix"
-version = "0.38.32"
+version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
+checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.5.0",
"errno",
diff --git a/Cargo.toml b/Cargo.toml
index 98fec0c9..03d7bfb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ whoami = "1.5.1"
typed-builder = "0.18.2"
pretty_assertions = "1.3.0"
thiserror = "1.0"
-rustix = { version = "0.38.30", features = ["process", "fs"] }
+rustix = { version = "0.38.34", features = ["process", "fs"] }
[workspace.dependencies.reqwest]
version = "0.11"