Skip to content

Commit

Permalink
chore: upgrade rusqlite for diesel_bench to 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuehaonan27 committed Dec 11, 2024
1 parent 2e43722 commit bc47130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sqlx = { version = "0.8.0", features = [
"runtime-tokio-rustls",
], optional = true }
tokio = { version = "1", optional = true, features = ["rt-multi-thread"] }
rusqlite = { version = "0.31", optional = true }
rusqlite = { version = "0.32.1", optional = true }
rust_postgres = { version = "0.19.7", optional = true, package = "postgres" }
tokio_postgres = { version = "0.7.10", optional = true, package = "tokio-postgres" }
rust_mysql = { version = "23.0", optional = true, package = "mysql" }
Expand Down

0 comments on commit bc47130

Please sign in to comment.