Skip to content

Commit

Permalink
Merge pull request #4175 from weiznich/fix/metrics
Browse files Browse the repository at this point in the history
Update benchmark dependencies
  • Loading branch information
pksunkara committed Aug 23, 2024
2 parents 9a1261c + 6ea1ac0 commit 2e049a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions diesel_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ criterion = { version = "0.5", default-features = false, features = [
"csv_output",
"cargo_bench_support",
] }
sqlx = { version = "0.7.3", features = [
sqlx = { version = "0.8.0", features = [
"runtime-tokio-rustls",
], optional = true }
tokio = { version = "1", optional = true, features = ["rt-multi-thread"] }
rusqlite = { version = "0.30", optional = true }
rusqlite = { version = "0.31", 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" }
rustorm = { version = "0.20", optional = true }
rustorm_dao = { version = "0.20", optional = true }
quaint = { version = "0.2.0-alpha.13", optional = true, default-features = false }
serde = { version = "1", optional = true, features = ["derive"] }
sea-orm = { version = "0.12.14", optional = true, features = [
sea-orm = { version = "=1.1.0-rc.1", optional = true, features = [
"runtime-tokio-rustls",
] }
futures = { version = "0.3", optional = true }
futures-util = { version = "0.3", optional = true }
diesel-async = { version = "0.4.1", optional = true, default-features = false }
diesel-async = { version = "0.5.0", optional = true, default-features = false }
criterion-perf-events = { version = "0.4", optional = true }
perfcnt = { version = "0.8", optional = true }
wtx = { default-features = false, features = [
Expand Down

0 comments on commit 2e049a4

Please sign in to comment.