We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c0f6d commit b769cb6Copy full SHA for b769cb6
sha-crypt/Cargo.toml
@@ -21,7 +21,7 @@ sha2 = { version = "0.10", default-features = false }
21
# optional dependencies
22
rand = { version = "0.8", optional = true }
23
subtle = { version = ">=2, <2.5", optional = true, default-features = false }
24
-base64ct = { git = "https://github.com/ibotty/rustcrypto-formats", branch = "shacrypt" }
+base64ct = { git = "https://github.com/ibotty/rustcrypto-formats", rev = "c0df69f7028cba1016018d7a57a89fb95cd22f83" }
25
26
[features]
27
default = ["simple"]
0 commit comments