diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:54:12 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:54:12 +0200 |
| commit | 1261fd5d7ff67c907c72fbbd6959d68bd7c8063b (patch) | |
| tree | ce18c0240b0d4fb00bd4d7d1b9829fb0b7d8c152 /crates/daemon/Cargo.toml | |
| parent | treewide: Update Cargo.toml metadata (diff) | |
| download | atuin-1261fd5d7ff67c907c72fbbd6959d68bd7c8063b.zip | |
treewide: Upgrade and update dependencies
`rusty_paseto` was left explicitly on v0.8 because the v0.10 is no longer
compatible with `rusty_paserk`.
Diffstat (limited to 'crates/daemon/Cargo.toml')
| -rw-r--r-- | crates/daemon/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/daemon/Cargo.toml b/crates/daemon/Cargo.toml index 2dad72bc..763b3043 100644 --- a/crates/daemon/Cargo.toml +++ b/crates/daemon/Cargo.toml @@ -16,7 +16,6 @@ crypto_secretbox = { workspace = true } dashmap = { workspace = true } eyre = { workspace = true } fs-err = { workspace = true } -fs4 = { workspace = true } indicatif = { workspace = true } interim = { workspace = true } listenfd = { workspace = true } |
