Skip to content

Commit

Permalink
Merge pull request #53 from japaric/rm-getrandom-js
Browse files Browse the repository at this point in the history
rm getrandom dep
  • Loading branch information
franziskuskiefer committed Nov 27, 2023
2 parents 9cfc218 + b6f1fad commit f2a5b1a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ hpke-rs-rust-crypto = { version = "0.1.3", path = "./rust_crypto_provider", feat
] }
# hpke-rs-evercrypt = { version = "0.1.3-pre.1", path = "./evercrypt_provider", features = ["deterministic-prng"] }
rand = { version = "0.8" }
getrandom = { version = "0.2", features = ["js"] }
pretty_env_logger = "0.5"
criterion = { version = "0.5", features = ["html_reports"] }

Expand Down
1 change: 0 additions & 1 deletion evercrypt_provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ hpke-rs-crypto = { version = "0.1.2-pre.1", path = "../traits" }
evercrypt = { version = "0.0.11", features = ["serialization"] }
# Randomness
rand = { version = "0.8" }
getrandom = { version = "0.2", features = ["js"] }
rand_chacha = { version = "0.3" }

[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion rust_crypto_provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ chacha20poly1305 = { version = "0.10", default-features = false, features = ["al
aes-gcm = { version = "0.10", default-features = false, features = ["aes"] }
# Randomness
rand_core = { version = "0.6" }
getrandom = { version = "0.2", features = ["js"] }
rand_chacha = { version = "0.3", default-features = false }

[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repository = "https://github.com/franziskuskiefer/hpke-rs"
[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }
rand_core = { version = "0.6.4" }
getrandom = { version = "0.2", features = ["js"] }

[features]
serde = ["dep:serde"]
Expand Down

0 comments on commit f2a5b1a

Please sign in to comment.