diff --git a/Cargo.toml b/Cargo.toml index 2e5e7ae9c..cfc67c97b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ borsh = { version = "1", default-features = false, features = [ "deriv displaydoc = { version = "0.2.5", default-features = false } prost = { version = "0.13.2", default-features = false } derive_more = { version = "0.99.18", default-features = false, features = [ "from", "into", "display", "try_into" ] } -rstest = { version = "0.22" } +rstest = { version = "0.23" } schemars = { version = "0.8.21" } sha2 = { version = "0.10.8", default-features = false } serde = { version = "1.0", default-features = false }