diff --git a/Cargo.toml b/Cargo.toml index 162989143..5c52fbaf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,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 = "1.0.0", default-features = false, features = [ "from", "into", "display", "try_into" ] } -rstest = { version = "0.23" } +rstest = { version = "0.24" } schemars = { version = "0.8.21" } sha2 = { version = "0.10.8", default-features = false } serde = { version = "1.0", default-features = false }