Update ring requirement from 0.16.20 to 0.17.7 in /robohash

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>
This commit is contained in:
dependabot[bot]
2023-12-06 08:33:06 +00:00
committed by GitHub
parent 40982cb637
commit db29a100c3

View File

@ -18,7 +18,7 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ring = "0.16.20"
ring = "0.17.7"
anyhow = "1.0.66"
data-encoding = "2.3.2"
byteorder = "1.4.3"