Skip to content

Commit

Permalink
build: Trading lazy_static for once_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
bush1D3v committed Jun 8, 2024
1 parent 1647797 commit 9b0e3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deadpool-postgres = "0.13.2"
deadpool-redis = { version = "0.12", features = ["serde"] }
deadqueue = "0.2.4"
env_logger = "0.10.0"
lazy_static = "1.4.0"
once_cell = "1.19.0"
postgres = { version = "0.19.4", features = ["with-uuid-1"] }
regex = "1.5.6"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 9b0e3cc

Please sign in to comment.