Fixed currency converter.
/ docker_build (push) Successful in 3m36s
/ deploy_helm (push) Successful in 15s

Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
This commit is contained in:
2026-07-16 14:48:01 +02:00
parent 2ca20c837c
commit 8d86ca5fae
5 changed files with 110 additions and 25 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.8.5"
rayon = "1.6.1"
regex = "1.7.1"
regex = { version = "1.7.1", features = ["unicode"] }
reqwest = { version = "0.11.14", features = ["gzip", "json", "tokio-rustls"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"