From 5047e40f9e2a8e59141107747eb6158062dc2e25 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Thu, 25 Aug 2022 09:48:17 +0200 Subject: [PATCH] Update diesel_async to remove some unneeded dbg calls and hopefully fix the mysql metrics run --- diesel_bench/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diesel_bench/Cargo.toml b/diesel_bench/Cargo.toml index 125d38d0d5af..b28e3a8ad535 100644 --- a/diesel_bench/Cargo.toml +++ b/diesel_bench/Cargo.toml @@ -22,7 +22,7 @@ quaint = {version = "=0.2.0-alpha.13", optional = true} serde = {version = "1", optional = true, features = ["derive"]} sea-orm = {version = "0.9", optional = true, features = ["runtime-tokio-rustls"]} futures = {version = "0.3", optional = true} -diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "acf3ed3", optional = true, default-features = false} +diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "3ab3cf8", optional = true, default-features = false} criterion-perf-events = { version = "0.2", optional = true} perfcnt = {version = "0.8", optional = true}