diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-12 18:52:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 18:52:39 +0000 |
| commit | 4d41a741f0a47904a75db2981f5295732f7549c5 (patch) | |
| tree | 45f2653c01b3cb8152b293dbee0e197b54b6abac /Cargo.toml | |
| parent | feat: Add interactive command inspector (#1296) (diff) | |
| download | atuin-4d41a741f0a47904a75db2981f5295732f7549c5.zip | |
fix(perm): set umask 077 (#1554)
This ensures no other user can read shell history data
Resolves #1250
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +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"]} [workspace.dependencies.reqwest] version = "0.11" |
