⬆️ Replace LazyStatic with new std::sync::LazyLock

This commit is contained in:
Manuel Cillero 2024-07-27 14:00:27 +02:00
parent 2caa7e924b
commit dfb34d2e36
13 changed files with 67 additions and 62 deletions

View file

@ -42,8 +42,7 @@ concat-string = "1.0.1"
figlet-rs = "0.1.5"
itoa = "1.0.11"
nom = "7.1.3"
once_cell = "1.19.0"
paste = "1.0.14"
paste = "1.0.15"
substring = "1.4.5"
term_size = "0.3.2"
toml = "0.8.12"