Skip to content

Commit

Permalink
Revert "Update ring requirement from 0.16 to 0.17 (#304)"
Browse files Browse the repository at this point in the history
This reverts commit 277e66f.
  • Loading branch information
jhelovuo committed Oct 31, 2023
1 parent 9f6c0a6 commit 7052b6f
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 @@ -67,7 +67,7 @@ x509-certificate = { version = "0.21" , optional = true } # for configuration ce
x509-cert = { version = "0.2" , optional = true }
tempfile = { version = "3" , optional = true } # for calling external openssl command. Remove when no longer used.
newline-converter = { version = "0.3" , optional = true } # helper for handling S/MIME
ring = { version = "0.17" , optional = true } # Cryptographic primitives
ring = { version = "0.16" , optional = true } # Cryptographic primitives
cms = { version = "0.2" , optional = true } # for ASN.1 parsing
der = { version = "0.7" , optional = true } # ASN.1 DER encoding
bcder = { version = "0.7" , optional = true } # ASN.1 DER encoding
Expand Down

0 comments on commit 7052b6f

Please sign in to comment.