浏览代码

build(deps): bump proptest from 1.1.0 to 1.2.0 (#4378)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 年之前
父节点
当前提交
056c492fd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -23,7 +23,7 @@ thiserror = "1.0"
 
 [dev-dependencies]
 lazy_static = "1.4.0"
-proptest = "1.1"
+proptest = "1.2"
 serial_test = "2.0.0"
 solana-program-test = "1.14.12"
 solana-sdk = "1.14.12"