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 957dbfb chore(deps): Bump proptest from 1.9.0 to 1.10.0 (#454)
957dbfb is described below
commit 957dbfbc220a65fc0989ae48a0fba355826ba529
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 5 07:39:06 2026 +0100
chore(deps): Bump proptest from 1.9.0 to 1.10.0 (#454)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.9.0 to
1.10.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.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: proptest
dependency-version: 1.10.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 a54a12b..d73b37e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -940,9 +940,9 @@ dependencies = [
[[package]]
name = "proptest"
-version = "1.9.0"
+version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
+checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
dependencies = [
"bitflags",
"num-traits",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 6dcedd6..c6c14f1 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -42,7 +42,7 @@ uuid = { workspace = true }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }
pretty_assertions = { workspace = true }
-proptest = { default-features = false, version = "1.9.0", features = ["std"] }
+proptest = { default-features = false, version = "1.10.0", features = ["std"] }
rustversion = "1.0.22"
serde = { workspace = true }
trybuild = "1.0.115"