diff --git a/Cargo.toml b/Cargo.toml index 114589a..f9a3ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ migration = { path = "migration" } nom = "7.1.3" once_cell = "1.17.1" reqwest = "0.12.1" -rstest = "0.22.0" +rstest = "0.23.0" sea-orm = "1" sea-orm-migration = "1.0.0" serde = "1.0.159"