Skip to content

Commit

Permalink
chore(deps): Upgrade criterion to 0.5.1 (launchbadge#3010)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Potts <[email protected]>
  • Loading branch information
iamjpotts authored and kukabi committed Feb 22, 2024
1 parent cf83963 commit 5684b18
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 42 deletions.
58 changes: 18 additions & 40 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 @@ -175,7 +175,7 @@ rand = "0.8.4"
rand_xoshiro = "0.6.0"
hex = "0.4.3"
tempfile = "3.9.0"
criterion = {version = "0.4", features = ["async_tokio"]}
criterion = { version = "0.5.1", features = ["async_tokio"] }

# Needed to test SQLCipher
libsqlite3-sys = { version = "0.27", features = ["bundled-sqlcipher"] }
Expand Down
2 changes: 1 addition & 1 deletion sqlx-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ postgres = ["sqlx/postgres"]
sqlite = ["sqlx/sqlite"]

[dependencies]
criterion = "0.3.3"
criterion = "0.5.1"
dotenvy = "0.15.0"
once_cell = "1.4"
sqlx = { workspace = true, default-features = false, features = ["macros"] }
Expand Down

0 comments on commit 5684b18

Please sign in to comment.