Skip to content

Commit

Permalink
Merge pull request #1 from dkg/looser-dependencies
Browse files Browse the repository at this point in the history
Relax some dependencies
  • Loading branch information
integritychain authored Jan 30, 2024
2 parents ceb6a41 + 4cc8a3c commit cd8e79a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ documentation = "https://docs.rs/fips203"
categories = ["cryptography", "no-std"]
repository = "https://github.com/integritychain/fips203"
keywords = ["FIPS", "203", "lattice", "kem", "ml"]
rust-version = "1.72"
rust-version = "1.70"


[dependencies]
zeroize = { version = "1.6.0", features = ["zeroize_derive"] }
rand_core = { version = "0.6.4", default-features = false }
sha3 = { version = "0.10.8", default-features = false }
sha3 = { version = "0.10.2", default-features = false }


[features]
Expand All @@ -34,7 +34,7 @@ regex = "1.10.2"
hex = "0.4.3"
rand_chacha = "0.3.1"
criterion = "0.5.1"
flate2 = "1.0.28"
flate2 = "1.0.27"

[[bench]]
name = "benchmark"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The Rust [Documentation][docs-link] lives under each **Module** corresponding to
* This crate is fully functional and corresponds to the first initial public draft of FIPS 203.
* Constant-time assurances target the source-code level only, and are a work in progress.
* Note that FIPS 203 places specific requirements on randomness per section 3.3, hence the exposed `RNG`.
* Requires Rust **1.72** or higher. The minimum supported Rust version may be changed in the future, but
* Requires Rust **1.70** or higher. The minimum supported Rust version may be changed in the future, but
it will be done with a minor version bump.
* All on-by-default features of this library are covered by SemVer.
* This software is experimental and still under active development -- USE AT YOUR OWN RISK!
Expand Down

0 comments on commit cd8e79a

Please sign in to comment.