diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:40:51 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:40:51 +0100 |
| commit | b3e5233f6258dd4508d1840b4cb90e1f4f5b6447 (patch) | |
| tree | 622cc57e3e4c65d949fe478f1242190f2b80fa8d /test_utils/Cargo.toml | |
| parent | 3f373143fa5c255e0424979836d776e1a3ec1d3d (diff) | |
chore: bump directories v6
this update appears to just update child dependancies rather than
provide breaking changes
Diffstat (limited to 'test_utils/Cargo.toml')
| -rw-r--r-- | test_utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 82a481a..0888aa6 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -7,7 +7,7 @@ edition = "2021" | |||
| 7 | anyhow = "1.0.75" | 7 | anyhow = "1.0.75" |
| 8 | assert_cmd = "2.0.12" | 8 | assert_cmd = "2.0.12" |
| 9 | dialoguer = "0.10.4" | 9 | dialoguer = "0.10.4" |
| 10 | directories = "5.0.1" | 10 | directories = "6.0.0" |
| 11 | futures = "0.3.28" | 11 | futures = "0.3.28" |
| 12 | git2 = "0.20.2" | 12 | git2 = "0.20.2" |
| 13 | nostr = "0.41.0" | 13 | nostr = "0.41.0" |