diff options
Diffstat (limited to 'test_utils/Cargo.toml')
| -rw-r--r-- | test_utils/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 2001733..8602416 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -4,21 +4,21 @@ version = "0.1.0" | |||
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | anyhow = "1.0.75" | 7 | anyhow = "1.0.98" |
| 8 | assert_cmd = "2.0.12" | 8 | assert_cmd = "2.0.17" |
| 9 | dialoguer = "0.11.0" | 9 | dialoguer = "0.11.0" |
| 10 | directories = "6.0.0" | 10 | directories = "6.0.0" |
| 11 | futures = "0.3.28" | 11 | futures = "0.3.31" |
| 12 | git2 = "0.20.2" | 12 | git2 = "0.20.2" |
| 13 | nostr = "0.41.0" | 13 | nostr = "0.42.2" |
| 14 | nostr-database = "0.41.0" | 14 | nostr-database = "0.42.0" |
| 15 | nostr-lmdb = "0.41.0" | 15 | nostr-lmdb = "0.42.0" |
| 16 | nostr-sdk = "0.41.0" | 16 | nostr-sdk = "0.42.0" |
| 17 | once_cell = "1.18.0" | 17 | once_cell = "1.21.3" |
| 18 | rand = "0.8" | 18 | rand = "0.9" |
| 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } | 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } |
| 20 | simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } | 20 | simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } |
| 21 | strip-ansi-escapes = "0.2.0" | 21 | strip-ansi-escapes = "0.2.1" |
| 22 | tokio = { version = "1.40.0", features = ["full"] } | 22 | tokio = { version = "1.46.1", features = ["full"] } |
| 23 | tungstenite = "0.20.1" | 23 | tungstenite = "0.27.0" |
| 24 | sha2 = "0.10" \ No newline at end of file | 24 | sha2 = "0.10" |