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 7bb4ea5 chore: Bump proptest from 1.5.0 to 1.6.0 (#78)
7bb4ea5 is described below
commit 7bb4ea5b9336f0716e70ee6930b92343e7c585b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 08:01:18 2024 +0200
chore: Bump proptest from 1.5.0 to 1.6.0 (#78)
---
Cargo.lock | 5 ++---
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 950ebf5..f434078 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -842,7 +842,6 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
- "libm",
]
[[package]]
@@ -943,9 +942,9 @@ dependencies = [
[[package]]
name = "proptest"
-version = "1.5.0"
+version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
+checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
dependencies = [
"bitflags",
"lazy_static",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 3c43a0a..0ab1ab4 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -40,7 +40,7 @@ syn = { default-features = false, version = "2.0.90",
features = ["full", "fold"
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }
-proptest = { default-features = false, version = "1.5.0", features = ["std"] }
+proptest = { default-features = false, version = "1.6.0", features = ["std"] }
serde = { workspace = true }