♻️ Replace constcat with const_format

This commit is contained in:
2024-03-15 12:33:25 +01:00
parent 01f589e789
commit fc0d3b1212
2 changed files with 20 additions and 48 deletions

View File

@@ -29,7 +29,7 @@ futures-util = "0.3.29"
futures = "0.3.29"
rand = "0.8.5"
reqwest = "0.11.24"
constcat = "0.5.0"
const_format = "0.2.32"
[build]
target = "x86_64-unknown-linux-gnu"