From 9803cf4fd77f4673c9fb40624c812546345badd3 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Sat, 11 Feb 2023 22:15:57 +0800 Subject: [PATCH] chore: bump assert_matches to 1.5.0 (#29647) --- sdk/program/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/program/Cargo.toml b/sdk/program/Cargo.toml index f4e205504..409ef1aba 100644 --- a/sdk/program/Cargo.toml +++ b/sdk/program/Cargo.toml @@ -68,7 +68,7 @@ parking_lot = "0.12" [dev-dependencies] anyhow = "1.0.58" -assert_matches = "1.3.0" +assert_matches = "1.5.0" bincode = "1.3.1" borsh = "0.9.3" borsh-derive = "0.9.1"