This is an automated email from the ASF dual-hosted git repository.
kriskras99 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 d392d24 chore(deps): Bump proptest from 1.7.0 to 1.8.0 (#297)
d392d24 is described below
commit d392d24a512acb42d1001db7b3019004c7d8a8ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 22 07:08:30 2025 +0200
chore(deps): Bump proptest from 1.7.0 to 1.8.0 (#297)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.7.0 to
1.8.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
-
[Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/compare/v1.7.0...v1.8.0)
---
updated-dependencies:
- dependency-name: proptest
dependency-version: 1.8.0
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 | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a45fb18..d208c22 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -913,9 +913,9 @@ dependencies = [
[[package]]
name = "proptest"
-version = "1.7.0"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
+checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
dependencies = [
"bitflags",
"lazy_static",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index aba0ad6..34eb090 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -40,7 +40,7 @@ syn = { default-features = false, version = "2.0.106",
features = ["full", "fold
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }
-proptest = { default-features = false, version = "1.7.0", features = ["std"] }
+proptest = { default-features = false, version = "1.8.0", features = ["std"] }
serde = { workspace = true }
pretty_assertions = { workspace = true }