diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-29 08:34:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 08:34:00 +0100 |
| commit | 150bcb8eb8a3a18c26c8e4d0320720c1993ae267 (patch) | |
| tree | 35a5ea2c6d3705fe1aedf6439d65873ac302b8d6 /Cargo.toml | |
| parent | chore(deps): bump unicode-width from 0.1.11 to 0.1.12 (#1987) (diff) | |
| download | atuin-150bcb8eb8a3a18c26c8e4d0320720c1993ae267.zip | |
chore(deps): bump rustix from 0.38.32 to 0.38.34 (#1986)
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>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
