Skip to content

Commit d07ab85

Browse files
committed
chore: update lockfile
1 parent 94d0bae commit d07ab85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

sqlx-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ postgres = ["sqlx/postgres"]
2020
criterion = "0.3.3"
2121
dotenv = "0.15.0"
2222
once_cell = "1.4"
23-
sqlx = { version = "0.4.0-beta.1", path = "../", default-features = false }
23+
sqlx = { version = "0.5", path = "../", default-features = false }
2424
sqlx-rt = { version = "0.2.0", path = "../sqlx-rt", default-features = false }
2525

2626
[[bench]]

0 commit comments

Comments
 (0)