Skip to content

Commit

Permalink
Update ring requirement from 0.16.20 to 0.17.4
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 16, 2023
1 parent 6e6a440 commit 33baa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base64 = "0.21"
dirs-next = "2.0"
hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] }
hyper-rustls = { version = "0.24", default-features = false, features = ["tokio-runtime", "http1", "http2"] }
ring = "0.16.20"
ring = "0.17.4"
rustls = "0.21"
rustls-pemfile = "1.0.0"
serde = { version = "1.0", features = ["derive", "rc"] }
Expand Down

0 comments on commit 33baa2a

Please sign in to comment.