Skip to content

Commit

Permalink
fix(ctl): Update diesel minimal version to 2.2.3
Browse files Browse the repository at this point in the history
Diesel <2.2.2 is vulnerable for certain attacks
  • Loading branch information
DanielVoogsgerd committed Oct 3, 2024
1 parent c3aea42 commit 9e2227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brane-ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bollard = "0.14.0"
clap = { version = "4.5.6", features = ["derive","env"] }
console = "0.15.5"
dialoguer = "0.11.0"
diesel = { version = "2.1.0", features = ["sqlite"] }
diesel = { version = "2.2.3", features = ["sqlite"] }
diesel_migrations = "2.1.0"
dirs = "5.0.0"
dotenvy = "0.15.0"
Expand Down

0 comments on commit 9e2227a

Please sign in to comment.