Skip to content

Commit a56b3a1

Browse files
committed
Publish v0.2.0-pre.1
- update all dependecies
1 parent 8d6c21f commit a56b3a1

2 files changed

Lines changed: 49 additions & 48 deletions

File tree

Cargo.lock

Lines changed: 41 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "chuchi-crypto"
33
description = "Crypto library providing encryption and signing."
4-
version = "0.2.0-pre.0"
4+
version = "0.2.0-pre.1"
55
authors = ["Sören Meier <info@soerenmeier.ch>"]
66
repository = "https://github.com/chuchi-dev/chuchi-crypto"
77
homepage = "https://chuchi.dev/"
@@ -34,25 +34,25 @@ postgres = ["dep:postgres-types", "dep:bytes"]
3434
[dependencies]
3535
#cipher
3636
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 = [
4141
"static_secrets",
4242
] }
4343

4444
#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 = [
4646
"zeroize",
4747
"rand_core",
4848
] }
4949

5050
#hash
51-
blake2 = { version = "0.11.0-rc.0", optional = true }
51+
blake2 = { version = "0.11.0-rc.2", optional = true }
5252

5353
rand = "0.9"
5454

55-
hybrid-array = { version = "0.3.1", optional = true }
55+
hybrid-array = { version = "0.4.5", optional = true }
5656
base64 = { version = "0.22.1", optional = true }
5757
_serde = { package = "serde", version = "1.0", optional = true }
5858

0 commit comments

Comments
 (0)