bump bitsy-parser version for hex colours

This commit is contained in:
Max Bradbury 2020-11-07 16:27:58 +00:00
parent db3cdf42ff
commit aea19fcd6c
1 changed files with 6 additions and 6 deletions

View File

@ -11,9 +11,9 @@ repository = "https://tinybird.dev/max/image-to-bitsy"
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
"base64" = "^0.12.3" base64 = "^0.12.3"
"bitsy-parser" = "^0.72.4" bitsy-parser = "^0.72.5"
"image" = "^0.23.7" image = "^0.23.7"
"json" = "^0.12.4" json = "^0.12.4"
"lazy_static" = "^1.4.0" lazy_static = "^1.4.0"
"wasm-bindgen" = "=0.2.64" # newer versions are bugged... wasm-bindgen = "=0.2.64" # newer versions are bugged...