Skip to content

Commit

Permalink
Update deps, but pin rand
Browse files Browse the repository at this point in the history
Updating rand breaks all the rust crypto things.
Typical Rust.
  • Loading branch information
jedisct1 committed Jan 29, 2025
1 parent e35c0fc commit a4c10d7
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 @@ -25,10 +25,10 @@ hmac-sha512 = { version = "1.1.6", features = ["traits010", "sha384"] }
k256 = { version = "0.13.4", features = ["ecdsa", "std", "pkcs8", "pem"] }
p256 = { version = "0.13.2", features = ["ecdsa", "std", "pkcs8", "pem"] }
p384 = { version = "0.13.0", features = ["ecdsa", "std", "pkcs8", "pem"] }
rand = "0.8.5"
rand = "=0.8.5"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
thiserror = "2.0.9"
serde_json = "1.0.138"
thiserror = "2.0.11"
zeroize = "1.8.1"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies]
Expand Down

0 comments on commit a4c10d7

Please sign in to comment.