diff options
| author | Andrew Aylett <andrew@aylett.co.uk> | 2025-01-07 20:04:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 20:04:48 +0000 |
| commit | 80c41841a9a8e9f1b5dee31956e2e9efa97c74e5 (patch) | |
| tree | 81456182bd7a72b766309ca3abd2b155f683d58a /crates/atuin-common/Cargo.toml | |
| parent | chore(deps): bump debian (#2510) (diff) | |
| download | atuin-80c41841a9a8e9f1b5dee31956e2e9efa97c74e5.zip | |
chore: Remove unneeded dependencies (#2523)
These dependencies are unused in actual code, and the test I've removed
is a remnant from a move to use an external library -- it was useful to
show that the mechanical transformation was correct, but it's only
testing that library nowadays.
Diffstat (limited to 'crates/atuin-common/Cargo.toml')
| -rw-r--r-- | crates/atuin-common/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/atuin-common/Cargo.toml b/crates/atuin-common/Cargo.toml index f89c1d06..af255ead 100644 --- a/crates/atuin-common/Cargo.toml +++ b/crates/atuin-common/Cargo.toml @@ -16,7 +16,6 @@ repository = { workspace = true } time = { workspace = true } serde = { workspace = true } uuid = { workspace = true } -rand = { workspace = true } typed-builder = { workspace = true } eyre = { workspace = true } sqlx = { workspace = true } |
