Skip to content

Commit

Permalink
build(deps): Update ring requirement from 0.16.20 to 0.17.5 (#81)
Browse files Browse the repository at this point in the history
Updates the requirements on [ring](https://github.com/briansmith/ring) to permit the latest version.
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent b1202c1 commit b9ac406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log = "0.4.20"
prefix-manager = "0.0.2"
primitive-types = { version = "0.12.1", features = ["impl-serde"] } # https://crates.io/crates/primitive-types
rand = "0.8.5"
ring = "0.16.20"
ring = "0.17.5"
ripemd = "0.1.3"
rust-embed = "8.0.0" # https://github.com/pyrossh/rust-embed
serde = { version = "1.0.186", features = ["derive"] } # https://github.com/serde-rs/serde/releases
Expand Down

0 comments on commit b9ac406

Please sign in to comment.