Skip to content

Commit 69e3aa2

Browse files
authored
Merge pull request #625 from napi-rs/rust-argon2-0.4.0
feat: upgrade rust argon2 to 0.4.0
1 parent 3d329ba commit 69e3aa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/argon2/Cargo.toml

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

99
[dependencies]
10-
argon2 = {version = "0.3", features = ["parallel"]}
10+
argon2 = {version = "0.4", features = ["parallel"]}
1111
napi = {version = "2", default-features = false, features = ["napi3"]}
1212
napi-derive = {version = "2", default-features = false, features = ["type-def"]}
1313
rand = {git = "https://github.com/rust-random/rand", version = "0.8", rev = "a407bdf", features = ["nightly", "simd_support"]}

packages/deno-lint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
annotate-snippets = {version = "0.9", features = ["color"]}
1212
anyhow = "1"
13-
deno_ast = "=0.11.0"
14-
deno_lint = "=0.24.0"
13+
deno_ast = "=0.13.0"
14+
deno_lint = "=0.28.0"
1515
env_logger = "0.9"
1616
global_alloc = {path = "../../crates/alloc"}
1717
globwalk = "0.8"

0 commit comments

Comments
 (0)