From 3ba4b7126b34837a2338c50668d1d8b9a40f87b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:49:07 +0000 Subject: [PATCH] chore(deps): update proptest-derive requirement from 0.4 to 0.8 Updates the requirements on [proptest-derive](https://github.com/proptest-rs/proptest) to permit the latest version. - [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/0.4.0...proptest-derive-0.8.0) --- updated-dependencies: - dependency-name: proptest-derive dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contracts/teachlink/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/teachlink/Cargo.toml b/contracts/teachlink/Cargo.toml index 14c1e21d..3e58e276 100644 --- a/contracts/teachlink/Cargo.toml +++ b/contracts/teachlink/Cargo.toml @@ -18,7 +18,7 @@ soroban-sdk.workspace = true [dev-dependencies] soroban-sdk = { workspace = true, features = ["testutils"] } proptest = "1.4" -proptest-derive = "0.4" +proptest-derive = "0.8" quickcheck = "1.0" quickcheck_macros = "1.0"