diff --git a/Cargo.toml b/Cargo.toml index cdf3d2f93b93..383fa1f881ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ parquet = { version = "52.1.0", default-features = false, features = [ ] } rand = "0.8" regex = "1.8" -rstest = "0.21.0" +rstest = "0.22.0" serde_json = "1" sqlparser = { version = "0.49", features = ["visitor"] } tempfile = "3"