Skip to content

Commit

Permalink
chore: Bump rand to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jan 30, 2025
1 parent 054ac39 commit 3620fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mem_forget = "deny"

[features]
default = ["libolm-compat"]
js = ["getrandom/js"]
js = ["getrandom/wasm_js"]
strict-signatures = []
libolm-compat = []
insecure-pk-encryption = []
Expand All @@ -55,12 +55,12 @@ cbc = { version = "0.1.2", features = ["std"] }
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
curve25519-dalek = { version = "4.1.3", default-features = false, features = ["zeroize"] }
ed25519-dalek = { version = "2.1.1", default-features = false, features = ["rand_core", "std", "serde", "hazmat", "zeroize"] }
getrandom = "0.2.15"
getrandom = "0.3.1"
hkdf = "0.12.4"
hmac = "0.12.1"
matrix-pickle = { version = "0.2.1" }
prost = "0.13.4"
rand = "0.8.5"
rand = "0.9.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_bytes = "0.11.15"
serde_json = "1.0.135"
Expand Down

0 comments on commit 3620fa8

Please sign in to comment.