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 82edc14 chore(deps): Bump proptest from 1.8.0 to 1.9.0 (#320)
82edc14 is described below
commit 82edc14641034c0f5cb03a1e6b2c3547ddbeee7b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 06:34:03 2025 +0200
chore(deps): Bump proptest from 1.8.0 to 1.9.0 (#320)
---
Cargo.lock | 11 ++---------
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index ae04304..0173959 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -681,12 +681,6 @@ dependencies = [
"wasm-bindgen",
]
-[[package]]
-name = "lazy_static"
-version = "1.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
-
[[package]]
name = "libbz2-rs-sys"
version = "0.2.2"
@@ -913,12 +907,11 @@ dependencies = [
[[package]]
name = "proptest"
-version = "1.8.0"
+version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
+checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
dependencies = [
"bitflags",
- "lazy_static",
"num-traits",
"rand",
"rand_chacha",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 233107d..c8b4866 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -40,7 +40,7 @@ syn = { default-features = false, version = "2.0.108",
features = ["full", "fold
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }
-proptest = { default-features = false, version = "1.8.0", features = ["std"] }
+proptest = { default-features = false, version = "1.9.0", features = ["std"] }
serde = { workspace = true }
pretty_assertions = { workspace = true }