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 af1691635 Bump proptest from 1.0.0 to 1.1.0 in /lang/rust (#2083)
af1691635 is described below

commit af16916352dc19756d9d5d020e20340080400147
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 7 09:09:35 2023 +0200

    Bump proptest from 1.0.0 to 1.1.0 in /lang/rust (#2083)
    
    Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.0.0 to 
1.1.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/1.0.0...v1.1.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 b17edc675df7ad6a53490c6d90c70155c7ad54df)
---
 lang/rust/Cargo.lock             | 18 ++++++++++++++++--
 lang/rust/avro_derive/Cargo.toml |  2 +-
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 521395a89..663a319dc 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -571,6 +571,12 @@ dependencies = [
  "rle-decode-fast",
 ]
 
+[[package]]
+name = "libm"
+version = "0.2.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
+
 [[package]]
 name = "log"
 version = "0.4.17"
@@ -643,6 +649,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
 dependencies = [
  "autocfg",
+ "libm",
 ]
 
 [[package]]
@@ -716,9 +723,9 @@ dependencies = [
 
 [[package]]
 name = "proptest"
-version = "1.0.0"
+version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
+checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70"
 dependencies = [
  "bitflags",
  "byteorder",
@@ -729,6 +736,7 @@ dependencies = [
  "rand_chacha",
  "rand_xorshift",
  "regex-syntax",
+ "unarray",
 ]
 
 [[package]]
@@ -1005,6 +1013,12 @@ version = "1.15.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
 
+[[package]]
+name = "unarray"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
+
 [[package]]
 name = "unicode-ident"
 version = "1.0.3"
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index d0bb0e501..d1664dc23 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -41,5 +41,5 @@ syn = { default-features = false, version = "1.0.107", 
features = ["full", "fold
 
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = 
["derive"] }
-proptest = { default-features = false, version = "1.0.0", features = ["std"] }
+proptest = { default-features = false, version = "1.1.0", features = ["std"] }
 serde = { default-features = false, version = "1.0.152", features = ["derive"] 
}

Reply via email to