Skip to content

Commit 5990779

Browse files
committed
Update packages.
1 parent 9923f6d commit 5990779

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
napi = {version = "2.12.6", features = ["chrono_date", "error_anyhow", "napi7"] }
1212
phf = { version = "0.11.1", features = ["macros"] }
13-
napi-derive = "2.11.0"
14-
rasn = "0.6.1"
13+
napi-derive = "2.12.5"
14+
rasn = "0.7.0"
1515
num-bigint = "0.4.3"
16-
chrono = "0.4.22"
16+
chrono = "0.4.24"
1717
base64 = "0.13.0"
1818
hex = "0.4.3"
19-
anyhow = "1.0.65"
20-
thiserror = "1.0.37"
19+
anyhow = "1.0.71"
20+
thiserror = "1.0.40"
2121

2222
[dev-dependencies.cargo-husky]
2323
version = "1.5.0"

0 commit comments

Comments
 (0)