From 6e041a3626f04e591d5c22f71d3e4ab2b03bd7bb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 16 Jul 2025 09:49:47 +0100 Subject: bump: cargo upgrade --incompatible upgrade packages with potentially incomaptible updates breaking changes don't impact ngit --- test_utils/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 5d631b8..8602416 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -15,10 +15,10 @@ nostr-database = "0.42.0" nostr-lmdb = "0.42.0" nostr-sdk = "0.42.0" once_cell = "1.21.3" -rand = "0.8" +rand = "0.9" 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.1" tokio = { version = "1.46.1", features = ["full"] } -tungstenite = "0.20.1" +tungstenite = "0.27.0" sha2 = "0.10" -- cgit v1.2.3