Skip to content

Commit 1cde5f4

Browse files
committed
chore: upgrade rust dependencies
1 parent 894e5b6 commit 1cde5f4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/bcrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
blowfish = {version = "0.7", features = ["bcrypt"]}
1212
byteorder = "1"
13-
napi = "1.0.0"
13+
napi = "1"
1414
napi-derive = "1"
1515
phf = {version = "0.8", features = ["macros"]}
1616
radix64 = "0.6"

packages/crc32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
crc32fast = "1.2"
12-
napi = "1.0.0"
12+
napi = "1"
1313
napi-derive = "1"
1414

1515
[target.'cfg(all(unix, not(target_env = "musl"), not(target_arch = "aarch64")))'.dependencies]

packages/deno-lint/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ version = "0.1.0"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
deno_lint = "=0.2.16"
11+
deno_lint = "=0.2.17"
1212
ignore = "0.4"
13-
napi = "1.0.0"
13+
napi = "1"
1414
napi-derive = "1"
1515
serde = "1"
1616
serde_json = "1"
17-
swc_ecmascript = {version = "=0.17.2", features = ["parser", "transforms", "utils", "visit"]}
17+
swc_ecmascript = {version = "=0.18.8", features = ["parser", "transforms", "utils", "visit"]}
1818
termcolor = "1.1"
1919

2020
[target.'cfg(all(unix, not(target_env = "musl"), not(target_arch = "aarch64")))'.dependencies]

packages/jieba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
jieba-rs = {version = "0.6", features = ["default-dict", "tfidf", "textrank"]}
12-
napi = "1.0.0"
12+
napi = "1"
1313
napi-derive = "1"
1414
once_cell = "1.5"
1515

0 commit comments

Comments
 (0)