diff --git a/Cargo.toml b/Cargo.toml index b60e595..05eb27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ repository = "https://github.com/ecies/rs" [dependencies] hkdf = "0.12.3" -libsecp256k1 = "0.7.0" +libsecp256k1 = "0.7.1" sha2 = "0.10.2" # openssl aes @@ -43,11 +43,11 @@ default = ["openssl"] pure = ["aes-gcm", "typenum"] [dev-dependencies] -criterion = "0.3.6" +criterion = {version = "0.4.0", default-features = false} hex = "0.4.3" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -wasm-bindgen-test = "0.3.30" +wasm-bindgen-test = "0.3.32" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] futures-util = "0.3.21" diff --git a/README.md b/README.md index c3cad2f..3114b68 100644 --- a/README.md +++ b/README.md @@ -135,14 +135,11 @@ Found 1 outliers among 10 measurements (10.00%) ## Release Notes -### 0.2.2 - -- Bump dependencies -- Migrate to edition 2021 - -### 0.2.1 +### 0.2.1 ~ 0.2.3 - Revamp error handling +- Migrate to edition 2021 +- Bump dependencies ### 0.2.0