This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 323a09b1e Bump proptest from 1.4.0 to 1.5.0 in /lang/rust (#2973)
323a09b1e is described below
commit 323a09b1ef61e294f59610e7c85a8f0df8824b27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 24 22:41:24 2024 +0300
Bump proptest from 1.4.0 to 1.5.0 in /lang/rust (#2973)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.4.0 to
1.5.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
-
[Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/compare/v1.4.0...v1.5.0)
---
updated-dependencies:
- dependency-name: proptest
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>
(cherry picked from commit db398e6da40a351ab91de3ffa06156d92663cf4f)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 66c695fe8..3045ba050 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -933,9 +933,9 @@ dependencies = [
[[package]]
name = "proptest"
-version = "1.4.0"
+version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
+checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
dependencies = [
"bitflags 2.4.2",
"lazy_static",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index ca5f006c6..9477da17e 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -41,7 +41,7 @@ syn = { default-features = false, version = "2.0.67",
features = ["full", "fold"
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }
-proptest = { default-features = false, version = "1.4.0", features = ["std"] }
+proptest = { default-features = false, version = "1.5.0", features = ["std"] }
serde = { default-features = false, version = "1.0.203", features = ["derive"]
}