build(deps): bump the patch group across 1 directory with 6 updates by dependabot[bot] · Pull Request #505 · Devolutions/picky-rs · GitHub
Skip to content

build(deps): bump the patch group across 1 directory with 6 updates#505

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patch-20edad4044
Open

build(deps): bump the patch group across 1 directory with 6 updates#505
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patch-20edad4044

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch group with 6 updates in the / directory:

Package From To
time 0.3.49 0.3.51
crypto-bigint 0.7.4 0.7.5
elliptic-curve 0.14.0-rc.33 0.14.0-rc.34
primefield 0.14.0-rc.12 0.14.0-rc.13
primeorder 0.14.0-rc.10 0.14.0-rc.11
curve25519-dalek 5.0.0-rc.0 5.0.0-rc.1

Updates time from 0.3.49 to 0.3.51

Release notes

Sourced from time's releases.

v0.3.51

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.51 [2026-06-22]

Fixed

  • time compiles with macros enabled. This version is otherwise identical to v0.3.50.

0.3.50 [2026-06-22]

Added

  • Timestamp type

Fixed

  • [year] in a runtime-parsed version 3 format description when the large-dates feature is not enabled now succeeds. This previously failed due to a missing #[cfg].

Performance

  • Further gains when parsing with the non-deprecated parts of the RFC 2822 well-known format
  • Gains when formatting with the ISO 8601 well-known format
  • Date arithmetic is improved in common situations
Commits
  • 4ae4926 v0.3.51 release
  • 88eece3 v0.3.50 release
  • e1aa9ed Remove unused imports
  • 6f64473 Add regression test for issue 773
  • 9f8d7da Improve performance of ISO 8601 formatting
  • 356975c Share parsing components with different versions
  • 2850178 Improve RFC 2822 fast path
  • 1f6fa79 Add #[inline] to trivial method
  • 7e4fd30 Add fast path for Date arithmetic
  • a928f2d Avoid range error when not using large-dates
  • Additional commits viewable in compare view

Updates crypto-bigint from 0.7.4 to 0.7.5

Changelog

Sourced from crypto-bigint's changelog.

0.7.5 (2026-06-22)

Added

  • BoxedUint::{from_be_slice_truncated, from_le_slice_truncated} (#1266)
  • Encoding::{from_bytes, to_bytes} (#1297)
  • Uint::{from_be_slice_truncated, from_le_slice_truncated} (#1299)
  • Limb::{from_*_bytes, from_*_slice_truncated, to_*_bytes} as const fns (#1300)
  • Encoding::{from_be_slice_truncated, from_le_slice_truncated} trait methods (#1301)
  • ArrayEncoding::{from_byte_array, to_byte_array} (#1302)

Fixed

  • Preserve NonZero and Odd invariants in Zeroize impls (#1287)
  • bitlen performance (#1298)
  • floor_sqrt regression (#1304)
  • Truncated Karatsuba carry (#1305)

#1266: RustCrypto/crypto-bigint#1266 #1287: RustCrypto/crypto-bigint#1287 #1297: RustCrypto/crypto-bigint#1297 #1298: RustCrypto/crypto-bigint#1298 #1299: RustCrypto/crypto-bigint#1299 #1300: RustCrypto/crypto-bigint#1300 #1301: RustCrypto/crypto-bigint#1301 #1302: RustCrypto/crypto-bigint#1302 #1304: RustCrypto/crypto-bigint#1304 #1305: RustCrypto/crypto-bigint#1305

Commits

Updates elliptic-curve from 0.14.0-rc.33 to 0.14.0-rc.34

Commits

Updates primefield from 0.14.0-rc.12 to 0.14.0-rc.13

Commits

Updates primeorder from 0.14.0-rc.10 to 0.14.0-rc.11

Commits

Updates curve25519-dalek from 5.0.0-rc.0 to 5.0.0-rc.1

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Development

Successfully merging this pull request may close these issues.

1 participant