Skip to content

Commit b32ee11

Browse files
Bump the cargo-dependencies group with 3 updates
Bumps the cargo-dependencies group with 3 updates: [rust_decimal](https://github.com/paupino/rust-decimal), [proptest](https://github.com/proptest-rs/proptest) and [criterion](https://github.com/criterion-rs/criterion.rs). Updates `rust_decimal` from 1.40.0 to 1.42.1 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](paupino/rust-decimal@1.40.0...1.42.1) Updates `proptest` from 1.9.0 to 1.11.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.11.0) Updates `criterion` from 0.5.1 to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.2) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: proptest dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca3669a commit b32ee11

2 files changed

Lines changed: 78 additions & 31 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bigdecimal = { version = "0.4", optional = true }
2929
[dev-dependencies]
3030
proptest = "1.0"
3131
serde_json = "1.0"
32-
criterion = "0.5"
32+
criterion = "0.8"
3333

3434
[[bench]]
3535
name = "benchmarks"

0 commit comments

Comments
 (0)