Skip to content

Commit 2476a76

Browse files
authored
Merge pull request diesel-rs#3108 from weiznich/fix_diesel_async_metrics
Bump the diesel_async version to fix the metrics job
2 parents 280fa37 + 44f07d3 commit 2476a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quaint = {version = "=0.2.0-alpha.13", optional = true}
2323
serde = {version = "1", optional = true, features = ["derive"]}
2424
sea-orm = {version = "0.5", optional = true, features = ["runtime-tokio-rustls"]}
2525
futures = {version = "0.3", optional = true}
26-
diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "06b3416826dbc8ce404f6d613daea989b23549ca", optional = true, default-features = false}
26+
diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "7052fe7ab02045c21d8a4a7ea8554a28d486fe59", optional = true, default-features = false}
2727
criterion-perf-events = { version = "0.2", optional = true}
2828
perfcnt = {version = "0.8", optional = true}
2929

0 commit comments

Comments
 (0)