Skip to content

Commit

Permalink
Update Rust crate diesel to 2.1.5 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Mar 31, 2024
1 parent 315d2f6 commit 185dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.4.16", features = ["derive", "string", "env"] }
config = { version = "0.13.4", features = ["toml"] }
cookie = { version = "0.18.1" }
crc32c = "0.6.4"
diesel = { version = "2.1.4", features = ["postgres"] }
diesel = { version = "2.1.5", features = ["postgres"] }
diesel_migrations = { version = "2.1.0" }
dirs = "5.0.1"
dropshot = "0.10.0"
Expand Down

0 comments on commit 185dab7

Please sign in to comment.