build(deps): bump the patch group across 2 directories with 25 updates#458
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump the patch group across 2 directories with 25 updates#458dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the patch group with 23 updates in the / directory: | Package | From | To | | --- | --- | --- | | [time](https://github.com/time-rs/time) | `0.3.45` | `0.3.47` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.1` | `0.13.2` | | [rand_core](https://github.com/rust-random/rand_core) | `0.10.0-rc-3` | `0.10.0` | | [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.0-rc.18` | `0.7.0-rc.21` | | [sha1](https://github.com/RustCrypto/hashes) | `0.11.0-rc.2` | `0.11.0-rc.3` | | [cbc](https://github.com/RustCrypto/block-modes) | `0.2.0-rc.1` | `0.2.0-rc.2` | | [des](https://github.com/RustCrypto/block-ciphers) | `0.9.0-rc.1` | `0.9.0-rc.2` | | [rc2](https://github.com/RustCrypto/block-ciphers) | `0.9.0-pre.0` | `0.9.0-rc.0` | | [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.13.0-rc.1` | `0.13.0-rc.8` | | [blowfish](https://github.com/RustCrypto/block-ciphers) | `0.10.0-rc.1` | `0.10.0-rc.2` | | [crypto-common](https://github.com/RustCrypto/traits) | `0.2.0-rc.8` | `0.2.0-rc.12` | | [universal-hash](https://github.com/RustCrypto/traits) | `0.6.0-rc.4` | `0.6.0-rc.6` | | [password-hash](https://github.com/RustCrypto/traits) | `0.6.0-rc.8` | `0.6.0-rc.10` | | [signature](https://github.com/RustCrypto/traits) | `3.0.0-rc.6` | `3.0.0-rc.7` | | [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.19` | `0.14.0-rc.22` | | [pkcs8](https://github.com/RustCrypto/formats) | `0.11.0-rc.8` | `0.11.0-rc.10` | | [sec1](https://github.com/RustCrypto/formats) | `0.8.0-rc.11` | `0.8.0-rc.13` | | [keccak](https://github.com/RustCrypto/sponges) | `0.2.0-rc.0` | `0.2.0-rc.1` | | [primefield](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.3` | `0.14.0-rc.5` | | [primeorder](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.3` | `0.14.0-rc.4` | | [crypto-primes](https://github.com/entropyxyz/crypto-primes) | `0.7.0-pre.6` | `0.7.0-pre.7` | | [rand_chacha](https://github.com/rust-random/rand) | `0.10.0-rc.6` | `0.10.0` | | [getrandom](https://github.com/rust-random/getrandom) | `0.4.0-rc.0` | `0.4.1` | Bumps the patch group with 2 updates in the /ffi/wasm directory: [serde_json](https://github.com/serde-rs/json) and [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen). Updates `time` from 0.3.45 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.45...v0.3.47) Updates `reqwest` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.1...v0.13.2) Updates `rand_core` from 0.10.0-rc-3 to 0.10.0 - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.10.0-rc-3...v0.10.0) Updates `crypto-bigint` from 0.7.0-rc.18 to 0.7.0-rc.21 - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](RustCrypto/crypto-bigint@v0.7.0-rc.18...v0.7.0-rc.21) Updates `sha1` from 0.11.0-rc.2 to 0.11.0-rc.3 - [Commits](RustCrypto/hashes@sha1-v0.11.0-rc.2...sha1-v0.11.0-rc.3) Updates `cbc` from 0.2.0-rc.1 to 0.2.0-rc.2 - [Commits](RustCrypto/block-modes@cbc-0.2.0-rc.1...cbc-v0.2.0-rc.2) Updates `des` from 0.9.0-rc.1 to 0.9.0-rc.2 - [Commits](RustCrypto/block-ciphers@des-v0.9.0-rc.1...des-v0.9.0-rc.2) Updates `rc2` from 0.9.0-pre.0 to 0.9.0-rc.0 - [Commits](RustCrypto/block-ciphers@rc2-v0.9.0-pre.0...rc2-v0.9.0-rc.0) Updates `pbkdf2` from 0.13.0-rc.1 to 0.13.0-rc.8 - [Commits](RustCrypto/password-hashes@pbkdf2-v0.13.0-rc.1...pbkdf2-v0.13.0-rc.8) Updates `blowfish` from 0.10.0-rc.1 to 0.10.0-rc.2 - [Commits](RustCrypto/block-ciphers@blowfish-v0.10.0-rc.1...blowfish-v0.10.0-rc.2) Updates `crypto-common` from 0.2.0-rc.8 to 0.2.0-rc.12 - [Commits](RustCrypto/traits@crypto-common-v0.2.0-rc.8...crypto-common-v0.2.0-rc.12) Updates `universal-hash` from 0.6.0-rc.4 to 0.6.0-rc.6 - [Commits](RustCrypto/traits@universal-hash-v0.6.0-rc.4...universal-hash-v0.6.0-rc.6) Updates `password-hash` from 0.6.0-rc.8 to 0.6.0-rc.10 - [Commits](RustCrypto/traits@password-hash-v0.6.0-rc.8...password-hash-v0.6.0-rc.10) Updates `signature` from 3.0.0-rc.6 to 3.0.0-rc.7 - [Commits](RustCrypto/traits@signature-v3.0.0-rc.6...signature-v3.0.0-rc.7) Updates `elliptic-curve` from 0.14.0-rc.19 to 0.14.0-rc.22 - [Commits](RustCrypto/traits@elliptic-curve/v0.14.0-rc.19...elliptic-curve-v0.14.0-rc.22) Updates `pkcs8` from 0.11.0-rc.8 to 0.11.0-rc.10 - [Commits](RustCrypto/formats@pkcs8/v0.11.0-rc.8...pkcs8/v0.11.0-rc.10) Updates `sec1` from 0.8.0-rc.11 to 0.8.0-rc.13 - [Commits](RustCrypto/formats@sec1/v0.8.0-rc.11...sec1/v0.8.0-rc.13) Updates `keccak` from 0.2.0-rc.0 to 0.2.0-rc.1 - [Commits](RustCrypto/sponges@keccak-v0.2.0-rc.0...keccak-v0.2.0-rc.1) Updates `primefield` from 0.14.0-rc.3 to 0.14.0-rc.5 - [Commits](RustCrypto/elliptic-curves@primefield/v0.14.0-rc.3...primefield/v0.14.0-rc.5) Updates `primeorder` from 0.14.0-rc.3 to 0.14.0-rc.4 - [Commits](RustCrypto/elliptic-curves@primeorder/v0.14.0-rc.3...primeorder/v0.14.0-rc.4) Updates `crypto-primes` from 0.7.0-pre.6 to 0.7.0-pre.7 - [Changelog](https://github.com/entropyxyz/crypto-primes/blob/master/CHANGELOG.md) - [Commits](entropyxyz/crypto-primes@v0.7.0-pre.6...v0.7.0-pre.7) Updates `rand_chacha` from 0.10.0-rc.6 to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.10.0-rc.6...0.10.0) Updates `getrandom` from 0.4.0-rc.0 to 0.4.1 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.4.0-rc.0...v0.4.1) Updates `getrandom` from 0.4.0-rc.0 to 0.4.1 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.4.0-rc.0...v0.4.1) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `wasm-bindgen-test` from 0.3.55 to 0.3.58 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: rand_core dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: crypto-bigint dependency-version: 0.7.0-rc.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: sha1 dependency-version: 0.11.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: cbc dependency-version: 0.2.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: des dependency-version: 0.9.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: rc2 dependency-version: 0.9.0-rc.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pbkdf2 dependency-version: 0.13.0-rc.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: blowfish dependency-version: 0.10.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: crypto-common dependency-version: 0.2.0-rc.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: universal-hash dependency-version: 0.6.0-rc.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: password-hash dependency-version: 0.6.0-rc.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: signature dependency-version: 3.0.0-rc.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: elliptic-curve dependency-version: 0.14.0-rc.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pkcs8 dependency-version: 0.11.0-rc.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: sec1 dependency-version: 0.8.0-rc.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: keccak dependency-version: 0.2.0-rc.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: primefield dependency-version: 0.14.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: primeorder dependency-version: 0.14.0-rc.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: crypto-primes dependency-version: 0.7.0-pre.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: rand_chacha dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: getrandom dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: getrandom dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: wasm-bindgen-test dependency-version: 0.3.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patch group with 23 updates in the / directory:
0.3.450.3.470.13.10.13.20.10.0-rc-30.10.00.7.0-rc.180.7.0-rc.210.11.0-rc.20.11.0-rc.30.2.0-rc.10.2.0-rc.20.9.0-rc.10.9.0-rc.20.9.0-pre.00.9.0-rc.00.13.0-rc.10.13.0-rc.80.10.0-rc.10.10.0-rc.20.2.0-rc.80.2.0-rc.120.6.0-rc.40.6.0-rc.60.6.0-rc.80.6.0-rc.103.0.0-rc.63.0.0-rc.70.14.0-rc.190.14.0-rc.220.11.0-rc.80.11.0-rc.100.8.0-rc.110.8.0-rc.130.2.0-rc.00.2.0-rc.10.14.0-rc.30.14.0-rc.50.14.0-rc.30.14.0-rc.40.7.0-pre.60.7.0-pre.70.10.0-rc.60.10.00.4.0-rc.00.4.1Bumps the patch group with 2 updates in the /ffi/wasm directory: serde_json and wasm-bindgen-test.
Updates
timefrom 0.3.45 to 0.3.47Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
d5144cdv0.3.47 releasef6206b0Guard against integer overflow in release mode1c63dc7Avoid denial of service when parsing Rfc28225940df6Add builder methods to avoid verbose construction00881a4Manually format macros everywherebb723b6Addtrailing_inputmodifier toend31c4f8ePermitW12indate!macro490a17bMark error paths in well-known formats as cold6cb1896OptimizeRfc2822parsing6d264d5Remove erroneous#[inline(never)]attributesUpdates
reqwestfrom 0.13.1 to 0.13.2Changelog
Sourced from reqwest's changelog.
Commits
ad83b63v0.13.2c25f3dbchore: Add Windows and Linux arm64 to CI (#2960)761b89echore: upgrade wasm-streams to v0.5 (#2958)fd2d507fix(wasm): custom content-type overidden by json method for wasm (#2908)23eb7d4chore: update copyright year to 2026 (#2943)10c31c2fix(http3): specify h3 alpn for http3 connector (#2929)8530ec3docs: native-tls-alpn has changed to native-tls-no-alpn (#2940)04a216fchore(deps): remove unused webpki-roots and rustls-native-certs (#2932)406b59efix http2 feature is not enabled for native-tls ALPN (#2927)325a020Update readme for 0.13 (#2926)Updates
rand_corefrom 0.10.0-rc-3 to 0.10.0Release notes
Sourced from rand_core's releases.
... (truncated)
Changelog
Sourced from rand_core's changelog.
... (truncated)
Commits
0ce22c9Prepare 0.10.0 (#64)a20120cRemove CryptoGenerator and Generator::drop; add BlockRng::clear (#69)f9763d8Add deprecatedRngCore/TryRngCoreforwarding traits (#70)ae88096Update license year (#67)5de0732TweakUnwrapErrimpl (#66)9eb6381Tweak doc links (#65)5864683Remove outdated comment (#62)f5e3b45MoveSeedableRngandUnwrapErrinto separate modules (#63)e591ff2Release v0.10.0-rc-6 (#61)423ca87Enable lints in Cargo.toml (#60)Updates
crypto-bigintfrom 0.7.0-rc.18 to 0.7.0-rc.21Commits
59660c5v0.7.0-rc.21 (#1137)b11fbccImplAmmMultiplierforDynMontyMultiplier(#1131)e193ed3Bumprand_coreto v0.10.0-rc-5 (#1136)61a0acfCI: adjustclippylints (#1135)d8158bcHavepow_montgomery_form_ammreduce its output (#1133)bd8a0a4AddUnsigned::as(_mut)_uint_ref(#1132)4f17360Bumpctutilsto v0.4 release (#1130)d6b4494UintRef { limbs: ... }(#1129)8e3092cAddpow_vartimeforMontyForm,ConstMontyForm(#1118)17084ddImplToOwned\<Owned = BoxedUint>forUintRef(#1128)Updates
sha1from 0.11.0-rc.2 to 0.11.0-rc.3Commits
8af25eeCut rc.3 prereleases (#753)ea20cf5build(deps): bump hex-literal from 1.0.0 to 1.1.0 (#750)90a4289Bumpdigestdependency to v0.11.0-rc.4 (#752)a05d080Fix bash-hash entry in the supported algorithms table (#748)21384b5Remove implementations of theVariableOutputtrait (#744)e048918bash-hash: minor refactor (#746)65f8551bash-hash: initial implementation (#745)be84ff7Migrate fromdoc_auto_cfgtodoc_cfg(#740)72b956cgost94: fix typo (#741)c73bd68build(deps): bump digest from 0.11.0-rc.2 to 0.11.0-rc.3 (#738)Updates
cbcfrom 0.2.0-rc.1 to 0.2.0-rc.2Commits
ca6e12aCutrc.2prereleases (#93)1493905Bumpcipherdependency to v0.5.0-rc.2 (#92)0f92e05RemoveCloneimpls (#91)2812bb7Migrate to the new blobby format (#90)49e0937Migrate to new dev macros (#89)Updates
desfrom 0.9.0-rc.1 to 0.9.0-rc.2Commits
25df7c9Cut rc.2 prereleases (#512)69b3746Bumpcipherdependency to v0.5.0-rc.2 (#511)1530141rc6: 2024 edition; upgrade tocipherv0.5.0-rc.1 (#510)4a65fa4rc6: RC6 Implementation (#439)bf53f63aes: add VAES support (#508)3eeaff0rc2 v0.9.0-pre.0 (#507)c2e35dbSwitch fromdoc_auto_cfgtodoc_cfg(#505)ffcfc5cmagma: fix typos (#506)f38301bMigrate to the new blobby format (#503)bcedd16Migrate to new dev macro (#502)Updates
rc2from 0.9.0-pre.0 to 0.9.0-rc.0Commits
89dd1fbCut new prereleases (#520)2e05b00Bumpcipherdependency to v0.5.0-rc.3 (#518)db17b11CI: fix security audit (#517)87c3aa7aes: vaes detection is provided by cpufeatures-0.2.12 (#514)25df7c9Cut rc.2 prereleases (#512)69b3746Bumpcipherdependency to v0.5.0-rc.2 (#511)1530141rc6: 2024 edition; upgrade tocipherv0.5.0-rc.1 (#510)4a65fa4rc6: RC6 Implementation (#439)bf53f63aes: add VAES support (#508)Updates
pbkdf2from 0.13.0-rc.1 to 0.13.0-rc.8Commits
747932fCut new prereleases (#825)a3407a8bcrypt-pbkdf: improve README.md9b9a7baREADME.md: addyescrypt449bd9escrypt: removeDisplay/FromStrimpls fromParams(#824)2cfdb6fAdd impls forkdf::{Kdf, Pbkdf}(#823)cd61372bcrypt-pbkdf + password-auth: remove/disablestdfeatures (#822)be593dbBumppassword-hashto v0.6.0-rc.9 (#821)a6bc5d4bcrypt-pbkdf: movepub fns to top of file (#820)b55851eUpdate Cargo.lock (#819)07dd940Bump pbkdf2 to v0.13.0-rc.7Updates
blowfishfrom 0.10.0-rc.1 to 0.10.0-rc.2Commits
25df7c9Cut rc.2 prereleases (#512)69b3746Bumpcipherdependency to v0.5.0-rc.2 (#511)1530141rc6: 2024 edition; upgrade tocipherv0.5.0-rc.1 (#510)4a65fa4rc6: RC6 Implementation (#439)bf53f63aes: add VAES support (#508)3eeaff0rc2 v0.9.0-pre.0 (#507)c2e35dbSwitch fromdoc_auto_cfgtodoc_cfg(#505)ffcfc5cmagma: fix typos (#506)f38301bMigrate to the new blobby format (#503)bcedd16Migrate to new dev macro (#502)Updates
crypto-commonfrom 0.2.0-rc.8 to 0.2.0-rc.12Commits
4e195b4crypto-common v0.2.0-rc.12 (#2218)23f63d8Cargo.lock: bump dependencies (#2217)327021eCargo.lock: bumppassword-hashto v0.6.0-rc.1018fef98kem: boundEncapsulateonTryKeyInit + KeyExport(#2215)ee5e408crypto-common: addKeyExporttrait (#2213)f57ec3bpassword-hash: removeDisplay/FromStrbounds onParams(#2212)2187175kdf:Kdftrait documentation improvements (#2211)16deb21elliptic-curve v0.14.0-rc.23 (#2210)fed493aelliptic-curve: RNG followups (#2208)02e91f5build(deps): bump the all-deps group across 1 directory with 2 updates (#2204)Updates
universal-hashfrom 0.6.0-rc.4 to 0.6.0-rc.6Commits
e88f57dcrypto-common v0.2.0-rc.11 (#2206)6688e7fBumprand_coreto v0.10.0-rc-5 (#2205)8afadd9ci: bump actions/checkout from 4 to 6 forkdf(#2199)c6a4c0eci: bump crate-ci/typos from 1.42.0 to 1.42.1 (#2200)7521c0felliptic-curve v0.14.0-rc.22 (#2203)e4c6d94elliptic-curve: bumpcrypto-bigintto v0.7.0-rc.20 (#2202)30f5274workspace: avoid duplicate crypto-common definition when using git dependenci...2100251elliptic-curve: fixup rand_core API use (#2197)5d95f9fkem v0.4.0-rc.34be5aa4Bumprand_coreto v0.10.0-rc-4 (#2195)Updates
password-hashfrom 0.6.0-rc.8 to 0.6.0-rc.10Commits
f57ec3bpassword-hash: removeDisplay/FromStrbounds onParams(#2212)2187175kdf:Kdftrait documentation improvements (#2211)16deb21elliptic-curve v0.14.0-rc.23 (#2210)fed493aelliptic-curve: RNG followups (#2208)02e91f5build(deps): bump the all-deps group across 1 directory with 2 updates (#2204)fbc8fe2elliptic-curve: bumpcrypto-bigintto v0.7.0-rc.21 (#2207)3018e75Cargo.lock: updatesignatureversione88f57dcrypto-common v0.2.0-rc.11 (#2206)6688e7fBumprand_coreto v0.10.0-rc-5 (#2205)8afadd9ci: bump actions/checkout from 4 to 6 forkdf(#2199)Updates
signaturefrom 3.0.0-rc.6 to 3.0.0-rc.7Commits
4be5aa4Bumprand_coreto v0.10.0-rc-4 (#2195)226d743ci: bump crate-ci/typos from 1.41.0 to 1.42.0 (#2185)ad2b8a3build(deps): bump cmov from 0.4.3 to 0.4.5 (#2193)8711221kdf v0.1.0-pre.1 (#2192)90ded85CI: test docs build with--cfg docsrs(#2191)1ad0231build(deps): bump the all-deps group with 4 updates (#2186)17520aakdf: implDisplayandcore::error::ErrorforError(#2189)bf55539kdf: remove redundant build-* badge links from README.mdc706b4ekdf v0.1.0-pre.0 (#2188)0d18c7dkdfcrate (#1879)Updates
elliptic-curvefrom 0.14.0-rc.19 to 0.14.0-rc.22Commits
7521c0felliptic-curve v0.14.0-rc.22 (#2203)e4c6d94elliptic-curve: bumpcrypto-bigintto v0.7.0-rc.20 (#2202)30f5274workspace: avoid duplicate crypto-common definition when using git dependenci...2100251elliptic-curve: fixup rand_core API use (#2197)5d95f9fkem v0.4.0-rc.34be5aa4Bumprand_coreto v0.10.0-rc-4 (#2195)226d743ci: bump crate-ci/typos from 1.41.0 to 1.42.0 (#2185)ad2b8a3build(deps): bump cmov from 0.4.3 to 0.4.5 (#2193)8711221kdf v0.1.0-pre.1 (#2192)90ded85CI: test docs build with--cfg docsrs(#2191)Updates
pkcs8from 0.11.0-rc.8 to 0.11.0-rc.10Commits
df57138pkcs8 v0.11.0-rc.10 (#2189)bcbfd88pkcs5 v0.8.0-rc.13 (#2188)315413fBumprand_coreto v0.10.0-rc-6 (#2187)7368fd5sec1 v0.8.0-rc.13 (#2186)1226243sec1: group imports (#2185)eb63b10sec1: simplifyModulusSizebounds (#2184)336020cchore(deps): bump the all-deps group across 1 directory with 10 updates (#2183)655139achore(deps): bumprand_coreto0.10.0-rc-5(#2182)701bacasec1 v0.8.0-rc.12 (#2180)ba98810pkcs5,pkcs8: new release candidates (#2176)Updates
sec1from 0.8.0-rc.11 to 0.8.0-rc.13Commits
7368fd5sec1 v0.8.0-rc.13 (#2186)1226243sec1: group imports (#2185)eb63b10sec1: simplifyModulusSizebounds (#2184)336020cchore(deps): bump the all-deps group across 1 directory with 10 updates (#2183)655139achore(deps): bumprand_coreto0.10.0-rc-5(#2182)701bacasec1 v0.8.0-rc.12 (#2180)ba98810pkcs5,pkcs8: new release candidates (#2176)8811b55chore(deps): bump crate-ci/typos from 1.42.0 to 1.42.1 (#2173)580bdcdchore(deps): bumpcmovto0.4.6(#2177)08b22e5rand_core: upcoming API breaks (#2175)Updates
keccakfrom 0.2.0-rc.0 to 0.2.0-rc.1Commits
d0c9b2akeccak v0.2.0-rc.1 (#98)4519b3bkeccak: testasmfeature in CI (#97)2d857d1keccak: test onaarch64-apple-darwin(#96)b7f8770bash-f: tweak benchmarks (#94)868527abash-f: minor tweaks (#93)4d77857Addbash-f(STB 34.101.77-2020) (#92)f205d0eUsedoc_cfgin place of removeddoc_auto_cfgfeature (#91)Updates
primefieldfrom 0.14.0-rc.3 to 0.14.0-rc.5Commits
1c3c174Cut new prereleasesbcc0f42RNG cleanups (#1624)775a4c0k256: useGenerate::generate()for tests (#1622)380777fUpgrade dependencies (#1621)b65c24aprimeorder: DRY out duplicateddebug_assert_eq!checks126b054Update variable_base.rs (#1607)a221d3eed448-goldilocks: deduplicate OKM→FieldElement test logic (#1611)cc2123cchore(deps): bumprand_coreto0.10.0-rc-5(#1620)f8c7386build(deps): bump cmov from 0.4.3 to 0.4.5 (#1610)ca52baebuild(deps): bump crate-ci/typos from 1.41.0 to 1.42.0 (#1608)Updates
primeorderfrom 0.14.0-rc.3 to 0.14.0-rc.4<d...
Description has been truncated