Skip to content

Commit

Permalink
chore(deps): bump diesel from 2.2.4 to 2.2.6 in /server (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 0f13fdb commit 3fa08aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bs58 = { version = "0.4.0", features = ["check"] }
bytes = "1.4.0"
clap = { version = "4.1.4", features = ["derive", "env"] }
derive_more = { version = "1.0.0", features = ["full"] }
diesel = { version = "2.0.3", features = ["postgres", "r2d2", "numeric"] }
diesel = { version = "2.2.6", features = ["postgres", "r2d2", "numeric"] }
diesel-derive-enum = { version = "2.0.0", features = ["postgres"] }
dotenv = "0.15.0"
flate2 = "1.0.33"
Expand Down

0 comments on commit 3fa08aa

Please sign in to comment.