aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 19:49:06 +0000
committerGitHub <noreply@github.com>2024-01-17 19:49:06 +0000
commit4192fd88c25d85c3e2c213423e81a74b8c55244e (patch)
treea29a0a9bb62899c1ae9fce872562b116a44e6689 /Cargo.toml
parentchore(deps): bump debian (#1568) (diff)
downloadatuin-4192fd88c25d85c3e2c213423e81a74b8c55244e.zip
chore(deps): bump rustix from 0.38.28 to 0.38.30 (#1566)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.28 to 0.38.30. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.28...v0.38.30) --- 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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9dd12204..eb627028 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ whoami = "1.1.2"
typed-builder = "0.18.0"
pretty_assertions = "1.3.0"
thiserror = "1.0"
-rustix = {version = "0.38.28", features=["process", "fs"]}
+rustix = {version = "0.38.30", features=["process", "fs"]}
[workspace.dependencies.reqwest]
version = "0.11"