This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 79cada0c chore(deps): bump rstest from 0.24.0 to 0.26.1 (#341)
79cada0c is described below
commit 79cada0cae30b63ffd26592d8f671adf169fbe2a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 21:49:10 2025 -0600
chore(deps): bump rstest from 0.24.0 to 0.26.1 (#341)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 9 ++++-----
Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 9151da2d..e0b82186 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4569,21 +4569,20 @@ dependencies = [
[[package]]
name = "rstest"
-version = "0.24.0"
+version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03e905296805ab93e13c1ec3a03f4b6c4f35e9498a3d5fa96dc626d22c03cd89"
+checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49"
dependencies = [
"futures-timer",
"futures-util",
"rstest_macros",
- "rustc_version",
]
[[package]]
name = "rstest_macros"
-version = "0.24.0"
+version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef0053bbffce09062bee4bcc499b0fbe7a57b879f1efe088d6d8d4c7adcdef9b"
+checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0"
dependencies = [
"cfg-if",
"glob",
diff --git a/Cargo.toml b/Cargo.toml
index 45400c98..2f7e6057 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -115,7 +115,7 @@ parquet = { version = "56.0.0", default-features = false,
features = [
] }
rand = "0.8"
regex = "1.8"
-rstest = "0.24.0"
+rstest = "0.26.1"
serde = { version = "1" }
serde_json = { version = "1" }
serde_with = { version = "1" }