Skip to content

Commit 1a9e0cd

Browse files
chore(deps)(deps): bump criterion from 0.5.1 to 0.7.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.1 to 0.7.0. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.1...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 901aa3f commit 1a9e0cd

3 files changed

Lines changed: 8 additions & 22 deletions

File tree

Cargo.lock

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

crates/terraphim_automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tokio-runtime = ["tokio"]
4242
typescript = ["tsify"]
4343

4444
[dev-dependencies]
45-
criterion = "0.5"
45+
criterion = "0.7"
4646
tempfile = "3.8"
4747
lazy_static = "1.4.0"
4848
tokio = { version = "1", features = ["io-util", "time","macros","rt","rt-multi-thread"] }

crates/terraphim_rolegraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ name = "throughput"
3535
harness = false
3636

3737
[dev-dependencies]
38-
criterion = "0.5"
38+
criterion = "0.7"

0 commit comments

Comments
 (0)