From 6504777eea186b6ac5cbdce188b1b874a92fe967 Mon Sep 17 00:00:00 2001 From: yellowhatter Date: Mon, 20 May 2024 13:43:04 +0300 Subject: [PATCH] Fixed stabby ( https://github.com/rust-lang/rust/issues/123281 ) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ec98a4761..fec6a43871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ serde_cbor = "0.11.2" serde_json = "1.0.114" serde-pickle = "1.1.1" serde_yaml = "0.9.19" -stabby = "4.0.5" +stabby = "5.0.0" sha3 = "0.10.6" shared_memory = "0.12.4" shellexpand = "3.0.0"