Skip to content

Commit

Permalink
fix: update ring crate to 0.17.7 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejdfinity authored Mar 6, 2024
1 parent 9abd75b commit d588988
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Timestamps are now being checked in `Agent::verify` and `Agent::verify_for_subnet`. If you were using it with old certificates, increase the expiry timeout to continue to verify them.
* Added node metrics, ECDSA, and Bitcoin functions to `MgmtMethod`. Most do not have wrappers in `ManagementCanister` because only canisters can call these functions.
* Added `FetchCanisterLogs` function to `MgmtMethod` and a corresponding wrapper to `ManagementCanister`.
* Updated the `ring` crate to 0.17.7. `ring` 0.16 has a bug where it requires incorrect Ed25519 PEM encoding. 0.17.7 fixes that and is backwards compatible.

## [0.33.0] - 2024-02-08

Expand Down
159 changes: 126 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clap = "4.4.3"
futures-util = "0.3.21"
hex = "0.4.3"
leb128 = "0.2.5"
ring = "0.16.20"
ring = "0.17.7"
serde = "1.0.162"
serde_bytes = "0.11.13"
serde_cbor = "0.11.2"
Expand Down

0 comments on commit d588988

Please sign in to comment.