@@ -7,22 +7,22 @@ edition = "2024"
77[workspace .dependencies ]
88
99# *** Internal Dependencies ***
10- bouncycastle = { path = " ./" , version = " 0.1.1 " }
11- bouncycastle-base64 = { path = " ./crypto/base64" , version = " 0.1.1 " }
12- bouncycastle-core = { path = " crypto/core" , version = " 0.1.1 " }
13- bouncycastle-core-test-framework = { path = " ./crypto/core-test-framework" , version = " 0.1.1 " }
14- bouncycastle-factory = { path = " ./crypto/factory" , version = " 0.1.1 " }
15- bouncycastle-hex = { path = " ./crypto/hex" , version = " 0.1.1 " }
16- bouncycastle-hkdf = { path = " ./crypto/hkdf" , version = " 0.1.1 " }
17- bouncycastle-hmac = { path = " ./crypto/hmac" , version = " 0.1.1 " }
10+ bouncycastle = { path = " ./" , version = " 0.1.2 " }
11+ bouncycastle-base64 = { path = " ./crypto/base64" , version = " 0.1.2 " }
12+ bouncycastle-core = { path = " crypto/core" , version = " 0.1.2 " }
13+ bouncycastle-core-test-framework = { path = " ./crypto/core-test-framework" , version = " 0.1.2 " }
14+ bouncycastle-factory = { path = " ./crypto/factory" , version = " 0.1.2 " }
15+ bouncycastle-hex = { path = " ./crypto/hex" , version = " 0.1.2 " }
16+ bouncycastle-hkdf = { path = " ./crypto/hkdf" , version = " 0.1.2 " }
17+ bouncycastle-hmac = { path = " ./crypto/hmac" , version = " 0.1.2 " }
1818bouncycastle-mlkem = { path = " ./crypto/mlkem" , version = " 0.1.2" }
1919bouncycastle-mlkem-lowmemory = { path = " ./crypto/mlkem-lowmemory" , version = " 0.1.2" }
2020bouncycastle-mldsa = { path = " ./crypto/mldsa" , version = " 0.1.2" }
2121bouncycastle-mldsa-lowmemory = { path = " ./crypto/mldsa-lowmemory" , version = " 0.1.2" }
22- bouncycastle-rng = { path = " ./crypto/rng" , version = " 0.1.1 " }
23- bouncycastle-sha2 = { path = " ./crypto/sha2" , version = " 0.1.1 " }
24- bouncycastle-sha3 = { path = " ./crypto/sha3" , version = " 0.1.1 " }
25- bouncycastle-utils = { path = " ./crypto/utils" , version = " 0.1.1 " }
22+ bouncycastle-rng = { path = " ./crypto/rng" , version = " 0.1.2 " }
23+ bouncycastle-sha2 = { path = " ./crypto/sha2" , version = " 0.1.2 " }
24+ bouncycastle-sha3 = { path = " ./crypto/sha3" , version = " 0.1.2 " }
25+ bouncycastle-utils = { path = " ./crypto/utils" , version = " 0.1.2 " }
2626
2727
2828# *** External Dependencies ***
0 commit comments