Skip to content

Commit

Permalink
chore: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Aug 30, 2023
1 parent 7ea02d6 commit 76fa6f9
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 53 deletions.
102 changes: 50 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async fn main() -> Result<(), std::io::Error> {
// We want to panic if we cannot read the configuration
let configuration = get_configuration().expect("Failed to read configurations");
let connection = PgPool::connect(
&configuration
configuration
.database
.get_connnection_string()
.expose_secret(),
Expand Down

0 comments on commit 76fa6f9

Please sign in to comment.