소스 검색

build(deps): bump proptest from 1.0.0 to 1.1.0 (#4184)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 년 전
부모
커밋
409e98d419
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.0"
+proptest = "1.1"
 serial_test = "0.5.1"
 solana-program-test = "1.14.12"
 solana-sdk = "1.14.12"