Skip to content

Commit 46754f5

Browse files
chore(deps): Bump proptest from 1.9.0 to 1.10.0 (#646)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fc5342 commit 46754f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wassette/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ wasmtime-wasi-http = { workspace = true }
3232
wasmtime-wasi-config = { workspace = true }
3333

3434
[dev-dependencies]
35-
proptest = "1.8"
35+
proptest = "1.10"
3636
temp-env = "0.3"
3737
test-log = { workspace = true, features = ["trace"] }
3838
tokio-test = { workspace = true }

0 commit comments

Comments
 (0)