Skip to content

Commit 531c8af

Browse files
committed
Upgrade ring to 0.17
The only direct usage of `ring` is calling `ring::digest::digest` which has not changed from the 0.16.x ring releases. Signed-off-by: Fletcher Nichol <[email protected]>
1 parent f536e4d commit 531c8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010

1111
[dependencies]
1212
futures = { version = "0.3", default-features = false }
13-
ring = { version = "0.16", default-features = false }
13+
ring = { version = "0.17", default-features = false }
1414
rustls = { version = "0.21", default-features = false }
1515
tokio = { version = "1", default-features = false }
1616
tokio-postgres = { version = "0.7", default-features = false }

0 commit comments

Comments
 (0)