From cefd49cea031b7c2300def95bc6168fb48c7a53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 25 Mar 2024 11:37:32 +0100 Subject: [PATCH] chore: Bump matrix-pickle (#137) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 639ba93a..3e54005d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ed25519-dalek = { version = "2.1.1", default-features = false, features = ["rand getrandom = "0.2.12" hkdf = "0.12.4" hmac = "0.12.1" -matrix-pickle = { version = "0.1.1" } +matrix-pickle = { version = "0.2.0" } pkcs7 = "0.4.1" prost = "0.12.3" rand = "0.8.5"