Skip to content

Commit

Permalink
Bump diesel from 2.2.4 to 2.2.5 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 4d77109 commit 10687da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 bearmark-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rocket = { version = "0.5.1", features = ["json"] }
rocket_db_pools = "0.2.0"

# database
diesel = { version = "2.2.4", features = ["postgres", "time"] }
diesel = { version = "2.2.5", features = ["postgres", "time"] }
diesel-async = { version = "0.5.1", features = [
"async-connection-wrapper",
"postgres",
Expand Down

0 comments on commit 10687da

Please sign in to comment.