From b01908c12af958726347018bcdc952751f8c8e17 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 16 Jul 2025 09:32:23 +0100 Subject: chore: cargo upgrade command available after `cargo install cargo-edit` and it bumps packages with no-breaking changes in Cargo.toml --- test_utils/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test_utils') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 2001733..8cdb9d5 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -4,21 +4,21 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.75" -assert_cmd = "2.0.12" +anyhow = "1.0.98" +assert_cmd = "2.0.17" dialoguer = "0.11.0" directories = "6.0.0" -futures = "0.3.28" +futures = "0.3.31" git2 = "0.20.2" nostr = "0.41.0" nostr-database = "0.41.0" nostr-lmdb = "0.41.0" nostr-sdk = "0.41.0" -once_cell = "1.18.0" +once_cell = "1.21.3" rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } -strip-ansi-escapes = "0.2.0" -tokio = { version = "1.40.0", features = ["full"] } +strip-ansi-escapes = "0.2.1" +tokio = { version = "1.46.1", features = ["full"] } tungstenite = "0.20.1" -sha2 = "0.10" \ No newline at end of file +sha2 = "0.10" -- cgit v1.2.3