Skip to content

Commit

Permalink
Merge pull request diesel-rs#3886 from weiznich/fix/bench
Browse files Browse the repository at this point in the history
Update diesel-async to fix the benchmarks
  • Loading branch information
weiznich authored Dec 21, 2023
2 parents 7b5c4ed + cf0b361 commit d627da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diesel_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ criterion = {version = "0.5", default-features = false, features = ["csv_output"
sqlx = {version = "0.7", features = ["runtime-tokio-rustls"], optional = true}
tokio = {version = "1", optional = true}
rusqlite = {version = "0.29", optional = true}
rust_postgres = {version = "0.19", optional = true, package = "postgres"}
rust_postgres = {version = "0.19.7", optional = true, package = "postgres"}
rust_mysql = {version = "23.0", optional = true, package = "mysql"}
rustorm = {version = "0.20", optional = true}
rustorm_dao = {version = "0.20", optional = true}
quaint = {version = "=0.2.0-alpha.13", optional = true, features = ["uuid"]}
serde = {version = "1", optional = true, features = ["derive"]}
sea-orm = { git = "https://github.com/SeaQL/sea-orm/", branch = "master", optional = true, features = ["runtime-tokio-rustls"]}
futures = {version = "0.3", optional = true}
diesel-async = {version = "0.2", optional = true, default-features = false}
diesel-async = {version = "0.4", optional = true, default-features = false}
criterion-perf-events = { version = "0.4", optional = true}
perfcnt = {version = "0.8", optional = true}

Expand Down Expand Up @@ -55,5 +55,5 @@ fast_run = []

[patch.crates-io]
quaint = {git = "https://github.com/prisma/prisma-engines", rev = "8f088bb"}
diesel-async = { git = "https://github.com/weiznich/diesel_async", rev = "d9e219578a7e034c2714550a5a156c8e004896bc"}
diesel-async = { git = "https://github.com/weiznich/diesel_async", rev = "017ebe2"}
diesel = { path = "../diesel"}

0 comments on commit d627da4

Please sign in to comment.