Skip to content

Commit

Permalink
fix(deps): update rust crate once_cell to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2024
1 parent 2c002c8 commit 8b23722
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 @@ -10,7 +10,7 @@ diesel = {version = "2.1.6", features = ["postgres"]}
diesel_migrations = "2.2.0"
lazy_static = "1.4.0"
num_cpus = "1.16.0"
once_cell = "1.19.0"
once_cell = "1.20.2"
regex = "1.10.4"
reqwest = {version = "0.12.4", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
Expand Down

0 comments on commit 8b23722

Please sign in to comment.