|
1 | 1 | [package] |
2 | 2 | name = "chuchi-crypto" |
3 | 3 | description = "Crypto library providing encryption and signing." |
4 | | -version = "0.2.0-pre.0" |
| 4 | +version = "0.2.0-pre.1" |
5 | 5 | authors = ["Sören Meier <info@soerenmeier.ch>"] |
6 | 6 | repository = "https://github.com/chuchi-dev/chuchi-crypto" |
7 | 7 | homepage = "https://chuchi.dev/" |
@@ -34,25 +34,25 @@ postgres = ["dep:postgres-types", "dep:bytes"] |
34 | 34 | [dependencies] |
35 | 35 | #cipher |
36 | 36 | zeroize = { version = "1.6", optional = true } |
37 | | -poly1305 = { version = "0.9.0-rc.1", optional = true } |
38 | | -universal-hash = { version = "0.6.0-rc.1", optional = true } |
39 | | -chacha20 = { version = "0.10.0-rc.0", optional = true, features = ["xchacha"] } |
40 | | -x25519-dalek = { version = "3.0.0-pre.0", optional = true, features = [ |
| 37 | +poly1305 = { version = "0.9.0-rc.2", optional = true } |
| 38 | +universal-hash = { version = "0.6.0-rc.2", optional = true } |
| 39 | +chacha20 = { version = "0.10.0-rc.2", optional = true, features = ["xchacha"] } |
| 40 | +x25519-dalek = { version = "3.0.0-pre.1", optional = true, features = [ |
41 | 41 | "static_secrets", |
42 | 42 | ] } |
43 | 43 |
|
44 | 44 | #signature |
45 | | -ed25519-dalek = { version = "3.0.0-pre.0", optional = true, features = [ |
| 45 | +ed25519-dalek = { version = "3.0.0-pre.1", optional = true, features = [ |
46 | 46 | "zeroize", |
47 | 47 | "rand_core", |
48 | 48 | ] } |
49 | 49 |
|
50 | 50 | #hash |
51 | | -blake2 = { version = "0.11.0-rc.0", optional = true } |
| 51 | +blake2 = { version = "0.11.0-rc.2", optional = true } |
52 | 52 |
|
53 | 53 | rand = "0.9" |
54 | 54 |
|
55 | | -hybrid-array = { version = "0.3.1", optional = true } |
| 55 | +hybrid-array = { version = "0.4.5", optional = true } |
56 | 56 | base64 = { version = "0.22.1", optional = true } |
57 | 57 | _serde = { package = "serde", version = "1.0", optional = true } |
58 | 58 |
|
|
0 commit comments