Skip to content

Commit

Permalink
fix(deps): update rust crate lazy_static to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 46adc8f commit 0f91151
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 @@ -9,7 +9,7 @@ version = "0.1.0"
diesel = {version = "2.1.6", features = ["postgres"]}
diesel_logger = "0.3.0"
diesel_migrations = "2.1.0"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
num_cpus = "1.16.0"
once_cell = "1.19.0"
regex = "1.10.4"
Expand Down

0 comments on commit 0f91151

Please sign in to comment.