{{ message }}
build(deps): bump the patch group across 1 directory with 6 updates#505
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the patch group across 1 directory with 6 updates#505dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [time](https://github.com/time-rs/time) | `0.3.49` | `0.3.51` | | [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.4` | `0.7.5` | | [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.33` | `0.14.0-rc.34` | | [primefield](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.12` | `0.14.0-rc.13` | | [primeorder](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.10` | `0.14.0-rc.11` | | [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `5.0.0-rc.0` | `5.0.0-rc.1` | Updates `time` from 0.3.49 to 0.3.51 - [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.49...v0.3.51) Updates `crypto-bigint` from 0.7.4 to 0.7.5 - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](RustCrypto/crypto-bigint@v0.7.4...v0.7.5) Updates `elliptic-curve` from 0.14.0-rc.33 to 0.14.0-rc.34 - [Commits](RustCrypto/traits@elliptic-curve-v0.14.0-rc.33...elliptic-curve-v0.14.0-rc.34) Updates `primefield` from 0.14.0-rc.12 to 0.14.0-rc.13 - [Commits](RustCrypto/elliptic-curves@primefield/v0.14.0-rc.12...primefield/v0.14.0-rc.13) Updates `primeorder` from 0.14.0-rc.10 to 0.14.0-rc.11 - [Commits](RustCrypto/elliptic-curves@primeorder/v0.14.0-rc.10...primeorder/v0.14.0-rc.11) Updates `curve25519-dalek` from 5.0.0-rc.0 to 5.0.0-rc.1 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/commits) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: crypto-bigint dependency-version: 0.7.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: elliptic-curve dependency-version: 0.14.0-rc.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: primefield dependency-version: 0.14.0-rc.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: primeorder dependency-version: 0.14.0-rc.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: curve25519-dalek dependency-version: 5.0.0-rc.1 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 6 updates in the / directory:
0.3.490.3.510.7.40.7.50.14.0-rc.330.14.0-rc.340.14.0-rc.120.14.0-rc.130.14.0-rc.100.14.0-rc.115.0.0-rc.05.0.0-rc.1Updates
timefrom 0.3.49 to 0.3.51Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
4ae4926v0.3.51 release88eece3v0.3.50 releasee1aa9edRemove unused imports6f64473Add regression test for issue 7739f8d7daImprove performance of ISO 8601 formatting356975cShare parsing components with different versions2850178Improve RFC 2822 fast path1f6fa79Add#[inline]to trivial method7e4fd30Add fast path forDatearithmetica928f2dAvoid range error when not usinglarge-datesUpdates
crypto-bigintfrom 0.7.4 to 0.7.5Changelog
Sourced from crypto-bigint's changelog.
Commits
2b54d24v0.7.5 (#1306)261245ePreserveNonZeroandOddinvariants inZeroizeimpls (#1287)48c6428Fix truncated Karatsuba carry (#1305)9d46a6bRevert "Fasterfloor_sqrt,checked_sqrt" (#1304)ec6615fAddArrayEncoding::{from_byte_array, to_byte_array}(#1302)0ac9bf4Addfrom_*slice_truncatedmethods toEncodingtrait (#1301)da7ca41Limb: addpub const fnencoding methods (#1300)12469b1AddUint::from_*slice_truncated(#1299)7eb0a4bbitlen: performance guesswork (#1298)fc6fc86AddEncoding::{from_bytes, to_bytes}(#1297)Updates
elliptic-curvefrom 0.14.0-rc.33 to 0.14.0-rc.34Commits
a6d6197elliptic-curve v0.14.0-rc.34 (#2444)6678e1aelliptic-curve: deliberately don't enablegroup/alloc(#2443)2032ddfelliptic-curve: usewnafcrate (#2442)387aa9caead v0.6.0 (#2440)699c371elliptic-curve: addWnafScalar::from_le_bytes(#2438)db57dfcelliptic-curve: addWnafBase::multiscalar_mul_array(#2439)89fe92fFixwnaf_tableoverallocation (#2437)Updates
primefieldfrom 0.14.0-rc.12 to 0.14.0-rc.13Commits
866090cCut new prereleases (#1841)c92b50bprimefield: addFieldExt(#1838)2b6730dbuild(deps): bump actions/checkout from 6 to 7 (#1836)1c541a4primeorder: renamebackend::Backend=>mul_backend::MulBackend(#1835)43e8ef6Removeexpose-fieldfeatures in favor ofFieldArithmetic(#1834)7c112cbprimeorder: useFieldArithmetictrait (#1833)2d9a7ccCargo.lock: bump dependencies (#1832)6f9d30eRefactor field bytes encoding (#1831)9e384d7k256: updateBatchInvertimplementation (#1830)3f1f41aSimplifyBatchInverttrait (#1829)Updates
primeorderfrom 0.14.0-rc.10 to 0.14.0-rc.11Commits
d597111Cut new prereleases (#1781)3d0d75bBumpecdsa=> v0.17.0-rc.19;elliptic-curve=> v0.14.0-rc.34 (#1780)43347f7k256: endomorphism-aware wNAF for vartime scalar multiplication (#1745)8b0ed33primeorder: usewnafcrate (#1779)66a2da9wnaf v0.14.0-pre.0 (#1778)c610e87wnaf: initial crate (#1777)2e0c967build(deps): bump sha3 from 0.11.0 to 0.12.0 (#1762)2defd1cworkspace: bump rfc6979 to 0.6.0-pre.0 (#1773)4b919e9build(deps): bump crate-ci/typos from 1.46.0 to 1.47.0 (#1767)Updates
curve25519-dalekfrom 5.0.0-rc.0 to 5.0.0-rc.1Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions