This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new bc86571 chore: Bump rstest from 0.23.0 to 0.24.0 (#92)
bc86571 is described below
commit bc86571cc30c9f9c4d11b16d08843085129f6121
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 10 10:28:39 2025 +0200
chore: Bump rstest from 0.23.0 to 0.24.0 (#92)
Bumps [rstest](https://github.com/la10736/rstest) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/v0.23.0...v0.24.0)
---
updated-dependencies:
- dependency-name: rstest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 8 ++++----
avro/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 22f00bd..8770873 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1068,9 +1068,9 @@ checksum =
"3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
[[package]]
name = "rstest"
-version = "0.23.0"
+version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035"
+checksum = "03e905296805ab93e13c1ec3a03f4b6c4f35e9498a3d5fa96dc626d22c03cd89"
dependencies = [
"rstest_macros",
"rustc_version",
@@ -1078,9 +1078,9 @@ dependencies = [
[[package]]
name = "rstest_macros"
-version = "0.23.0"
+version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a"
+checksum = "ef0053bbffce09062bee4bcc499b0fbe7a57b879f1efe088d6d8d4c7adcdef9b"
dependencies = [
"cfg-if",
"glob",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 61f8701..dbff15b 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -91,7 +91,7 @@ pretty_assertions = { default-features = false, version =
"1.4.1", features = ["
serial_test = "3.2.0"
sha2 = { default-features = false, version = "0.10.8" }
paste = { default-features = false, version = "1.0.15" }
-rstest = { default-features = false, version = "0.23.0" }
+rstest = { default-features = false, version = "0.24.0" }
[package.metadata.docs.rs]
all-features = true