Skip to content

Commit 846294e

Browse files
chore(deps): update rust crate criterion to 0.8 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83302c6 commit 846294e

6 files changed

Lines changed: 52 additions & 9 deletions

File tree

Cargo.lock

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

crates/alef-backend-dart/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = { workspace = true }
1616
heck = { workspace = true }
1717

1818
[dev-dependencies]
19-
criterion = { version = "0.7", features = ["html_reports"] }
19+
criterion = { version = "0.8", features = ["html_reports"] }
2020
insta = { workspace = true }
2121

2222
[[bench]]

crates/alef-backend-gleam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anyhow = { workspace = true }
1717
heck = { workspace = true }
1818

1919
[dev-dependencies]
20-
criterion = { version = "0.7", features = ["html_reports"] }
20+
criterion = { version = "0.8", features = ["html_reports"] }
2121
insta = { workspace = true }
2222

2323
[[bench]]

crates/alef-backend-kotlin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alef-docs = { workspace = true }
1515
anyhow = { workspace = true }
1616

1717
[dev-dependencies]
18-
criterion = { version = "0.7", features = ["html_reports"] }
18+
criterion = { version = "0.8", features = ["html_reports"] }
1919
insta = { workspace = true }
2020

2121
[[bench]]

crates/alef-backend-swift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = { workspace = true }
1515
heck = { workspace = true }
1616

1717
[dev-dependencies]
18-
criterion = { version = "0.7", features = ["html_reports"] }
18+
criterion = { version = "0.8", features = ["html_reports"] }
1919
insta = { workspace = true }
2020

2121
[[bench]]

crates/alef-backend-zig/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = { workspace = true }
1616
heck = { workspace = true }
1717

1818
[dev-dependencies]
19-
criterion = { version = "0.7", features = ["html_reports"] }
19+
criterion = { version = "0.8", features = ["html_reports"] }
2020
insta = { workspace = true }
2121

2222
[[bench]]

0 commit comments

Comments
 (0)