mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 11:42:53 -05:00
Bumped unicode-jp
version to fork
Current version does not compile on WASM, and has security vulnerabilities. The fork https://github.com/uzabase/unicode-jp-rs works for WASM and has updated dependencies to address security concerns.
This commit is contained in:
parent
edbe0bacfa
commit
27853d9ea0
1 changed files with 5 additions and 1 deletions
|
@ -19,13 +19,17 @@ nofmt = "1.0.0"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
unicode-normalization = "0.1.22"
|
unicode-normalization = "0.1.22"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
unicode-jp = "0.4.0"
|
|
||||||
regex = "1.10.2"
|
regex = "1.10.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
nusb = "0.1.4"
|
nusb = "0.1.4"
|
||||||
num-derive = "0.3.3"
|
num-derive = "0.3.3"
|
||||||
num-traits = "0.2.14"
|
num-traits = "0.2.14"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
getrandom = { version = "0.2.12", features = ["js"] }
|
||||||
|
|
||||||
|
[dependencies.unicode-jp]
|
||||||
|
# Relying on this fork for now as it has up-to-date deps
|
||||||
|
git = "https://github.com/uzabase/unicode-jp-rs.git"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
Loading…
Reference in a new issue