File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
2- ARG RUST_VERSION=1.73.0@sha256:73af736ea21c14181c257bf674c7095a8bad6343a1eadd327a8bf1ce1c5209b4
2+ ARG RUST_VERSION=1.74.0
33
44FROM rust:$RUST_VERSION
55
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.73 .0"
2+ channel = " 1.74 .0"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ fn main() -> anyhow::Result<()> {
7979 let connection_pool = r2d2:: Pool :: builder ( )
8080 . max_size ( 10 )
8181 . min_idle ( Some ( 0 ) )
82- . build_unchecked ( ConnectionManager :: new ( & db_url) ) ;
82+ . build_unchecked ( ConnectionManager :: new ( db_url) ) ;
8383
8484 let connection_pool = DieselPool :: new_background_worker ( connection_pool) ;
8585
You can’t perform that action at this time.
0 commit comments