Skip to content

Commit af5c184

Browse files
committed
chore: make authenticator use rand 0.8 and getrandom 0.2
1 parent 0a8062c commit af5c184

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

proton-authenticator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hmac = "0.12"
3030
pbkdf2 = "0.12.2"
3131
poly1305 = "0.8"
3232
protobuf = "3.7.1"
33-
rand = "0.9.0"
33+
rand = "0.8"
3434
rxing = { version = "0.8.0", features = ["default", "wasm_support"], optional = true }
3535
scrypt = "0.11.0"
3636
sha2 = "0.10"
@@ -45,7 +45,7 @@ uuid = { version = "1.15.1", features = ["v4"] }
4545
[target.'cfg(target_arch = "wasm32")'.dependencies]
4646
wasm-bindgen-futures.workspace = true
4747

48-
getrandom = { version = "0.3.4", features = ["wasm_js"] }
48+
getrandom = { version = "0.2", features = ["js"] }
4949
gloo-timers = { version = "0.3.0", features = ["futures"] }
5050
uuid = { version = "1.15.1", features = ["v4", "js"] }
5151

0 commit comments

Comments
 (0)