Fixed currency converter.
Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user