bump version

This commit is contained in:
seemenkina 2026-06-10 19:31:09 +03:00
parent 0a21462432
commit 5c8f6def4b
No known key found for this signature in database
3 changed files with 348 additions and 286 deletions

623
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,17 +13,17 @@ libchat = { workspace = true }
storage = { workspace = true }
# External dependencies (sorted)
alloy = "1.8.3"
alloy = "2.0.5"
chat-proto = { git = "https://github.com/logos-messaging/chat_proto", branch = "version_rollback" }
de-mls = { git = "https://github.com/vacp2p/de-mls", branch = "main" }
hashgraph-like-consensus = "0.5.0"
hashgraph-like-consensus = "0.5.1"
hex = "0.4.3"
openmls = "0.8.1"
openmls_libcrux_crypto = "0.3.1"
openmls_memory_storage = "0.5.0"
openmls_rust_crypto = "0.5.0"
openmls_traits = "0.5.0"
prost = "0.13.5"
prost = "0.14"
rand = "0.9"
thiserror = "2.0.18"
tracing = "0.1.44"

View File

@ -10,7 +10,8 @@ generic-array = "1.3.5"
hkdf = "0.12"
rand_core = { version = "0.6", features = ["getrandom"] }
sha2 = "0.10"
thiserror = "2"
thiserror = "2.0.18"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
xeddsa = "1.0.2"
# Pinned: 1.1.0 switched to rand_core 0.10, incompatible with x25519-dalek's rand_core 0.6
xeddsa = "=1.0.2"
zeroize = { version = "1.8.2", features = ["derive"] }