Skip to content

Commit

Permalink
bump version of diesel for RUSTSEC-2024-0365 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar authored Dec 29, 2024
1 parent 39c7827 commit 0e17e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
compact_str = { version = "0.8.0-beta", path = "../../compact_str", features = ["diesel"] }
diesel = { version = "2", features = ["sqlite"] }
diesel = { version = "2.2.3", features = ["sqlite"] }
tempfile = "3"

0 comments on commit 0e17e08

Please sign in to comment.