Skip to content

Commit

Permalink
Update ring requirement from 0.16.19 to 0.17.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 3b29215 commit b35e0ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion algonaut_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sha2 = "0.10.1"
static_assertions = "1.1.0"
rmp-serde = "1.0.0"
thiserror = "1.0.23"
ring = "0.16.19"
ring = "0.17.0"

[dev-dependencies]
rand = "0.8.3"
2 changes: 1 addition & 1 deletion algonaut_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10.1"
static_assertions = "1.1.0"
thiserror = "1.0.23"
ring = "0.16.19"
ring = "0.17.0"
2 changes: 1 addition & 1 deletion algonaut_transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data-encoding = "2.3.1"
derive_more = "0.99.13"
rand = "0.8.3"
getrandom = { version = "0.2.2", features = ["js"] }
ring = "0.16.19"
ring = "0.17.0"
rmp-serde = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.4"
Expand Down

0 comments on commit b35e0ad

Please sign in to comment.