Skip to content

Commit

Permalink
Bump proptest from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tremor-bot committed Jun 24, 2024
1 parent bcdbb75 commit 4aa7874
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ value-trait = "0.8"
[dev-dependencies]
port_scanner = "0.1"
env_logger = "0.11"
proptest = "1.4"
proptest = "1.5"
regex = "1"
tempfile = { version = "3.8" }
num_cpus = "1"
Expand Down
2 changes: 1 addition & 1 deletion tremor-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ syslog_loose = "0.21"
serde_yaml = "0.9"

[dev-dependencies]
proptest = "1.4"
proptest = "1.5"
test-case = "3"
2 changes: 1 addition & 1 deletion tremor-connectors-otel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hex = { version = "0.4", default-features = false, features = ["alloc", "std"] }

[dev-dependencies]
tokio = { version = "1.38", default-features = true }
proptest = "1.4"
proptest = "1.5"
test-case = "3"

[features]
Expand Down
2 changes: 1 addition & 1 deletion tremor-connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ socket2 = { version = "0.5", optional = true, default-features = false }
[dev-dependencies]
serde_yaml = { version = "0.9", default-features = false }
test-case = "3.3"
proptest = "1.4"
proptest = "1.5"
testcontainers = "0.16.7"
serial_test = "3.0"
http-types = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion tremor-interceptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ringbuf = { version = "0.4.0-rc.3", optional = true, default-features = false, f


[dev-dependencies]
proptest = "1.4"
proptest = "1.5"


[features]
Expand Down
2 changes: 1 addition & 1 deletion tremor-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tremor-common = { version = "0.13.0-rc.28", path = "../tremor-common" }
[dev-dependencies]
float-cmp = "0.9"
getopts = "0.2"
proptest = "1.4"
proptest = "1.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

Expand Down

0 comments on commit 4aa7874

Please sign in to comment.