Skip to content

deps: bump time from 0.3.47 to 0.3.51#16

Merged
NullSablex merged 1 commit into
masterfrom
dependabot/cargo/time-0.3.51
Jun 29, 2026
Merged

deps: bump time from 0.3.47 to 0.3.51#16
NullSablex merged 1 commit into
masterfrom
dependabot/cargo/time-0.3.51

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps time from 0.3.47 to 0.3.51.

Release notes

Sourced from time's releases.

v0.3.51

See the changelog for details.

v0.3.49

See the changelog for details.

v0.3.48

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

0.3.49 [2026-06-13]

Fixed

  • Due to a long-standing bug in the Rust compiler, v0.3.48 caused a number of crates to stop compiling. A patch has been added that avoids triggering the bug.

0.3.48 [2026-06-12] [YANKED]

Security

  • The number of digits parsed by [subsecond digits:1+] is capped at 32 to avoid parsing unbounded user input. Digits after the 9th have no semantic meaning.
  • Explicitly specify #[repr] for Weekday. The value of the variants is relied upon in multiple locations for soundness. The practical effect of this change is nothing, as Rust has always mapped C-like enums to 0..N in memory.

Compatibility

  • Non-UTF-8 formatting and parsing is deprecated without replacement. It is recommended to only format and parse valid UTF-8.
  • format_description::parse is deprecated. It is recommended to use format_description::parse_borrowed::<3> or format_description::parse_owned::<3>.

Added

  • All types in the unit module have a generic parameter, though this is currently not used for

... (truncated)

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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [time](https://github.com/time-rs/time) from 0.3.47 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.47...v0.3.51)

---
updated-dependencies:
- dependency-name: time
  dependency-version: 0.3.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file patch Small fix or improvement (patch bump) rust Pull requests that update rust code labels Jun 29, 2026
@dependabot dependabot Bot requested a review from NullSablex as a code owner June 29, 2026 20:35
@dependabot dependabot Bot added patch Small fix or improvement (patch bump) dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 29, 2026
@github-actions

Copy link
Copy Markdown

Benchmark results

First time this workflow recorded benchmarks for this PR — there is no previous run to compare against yet. The numbers below become the baseline; subsequent pushes will show a side-by-side diff against them.

This run: #16 (dependabot/cargo/time-0.3.51) · commit ea1438b3 · workflow run

Benchmark Result 95% CI
amx_string_new/len/1024 0.62 ns ±0.2%
amx_string_new/len/256 0.62 ns ±0.1%
amx_string_new/len/64 0.62 ns ±0.1%
amx_string_new/len/8 0.62 ns ±0.2%
baseline_from_utf8_lossy/len/1024 387.73 ns ±0.4%
baseline_from_utf8_lossy/len/256 116.80 ns ±0.5%
baseline_from_utf8_lossy/len/64 54.22 ns ±0.4%
baseline_from_utf8_lossy/len/8 25.32 ns ±0.3%
buffer_get_as_f32/len/1024 942.08 ns ±0.1%
buffer_get_as_f32/len/256 221.49 ns ±0.4%
buffer_get_as_f32/len/64 37.73 ns ±0.2%
buffer_get_as_f32/len/8 3.60 ns ±0.8%
buffer_iter_as_f32/len/1024 924.05 ns ±0.0%
buffer_iter_as_f32/len/256 206.77 ns ±0.1%
buffer_iter_as_f32/len/64 35.79 ns ±0.1%
buffer_iter_as_f32/len/8 3.08 ns ±0.3%
buffer_iter_as_i32/len/1024 85.82 ns ±0.2%
buffer_iter_as_i32/len/256 21.85 ns ±0.2%
buffer_iter_as_i32/len/64 5.99 ns ±0.6%
buffer_iter_as_i32/len/8 1.82 ns ±0.2%
buffer_set_as_bool/len/1024 0.32 ns ±1.1%
buffer_set_as_bool/len/256 0.32 ns ±0.9%
buffer_set_as_bool/len/64 0.31 ns ±0.6%
buffer_set_as_bool/len/8 0.32 ns ±0.4%
buffer_write_str/len/1024 0.31 ns ±1.0%
buffer_write_str/len/256 0.31 ns ±0.3%
buffer_write_str/len/64 0.31 ns ±0.5%
buffer_write_str/len/8 0.32 ns ±0.5%
deref_cached/len/1024 0.62 ns ±0.1%
deref_cached/len/256 0.62 ns ±0.1%
deref_cached/len/64 0.62 ns ±0.1%
deref_cached/len/8 0.62 ns ±0.1%
deref_first_access/len/1024 0.62 ns ±0.2%
deref_first_access/len/256 0.62 ns ±0.1%
deref_first_access/len/64 0.62 ns ±0.2%
deref_first_access/len/8 0.62 ns ±0.1%
to_bytes_packed/len/1024 1.82 µs ±0.3%
to_bytes_packed/len/256 464.99 ns ±0.3%
to_bytes_packed/len/64 131.02 ns ±0.3%
to_bytes_packed/len/8 33.04 ns ±0.3%
to_bytes_unpacked/len/1024 2.26 µs ±0.1%
to_bytes_unpacked/len/256 576.38 ns ±0.1%
to_bytes_unpacked/len/64 157.90 ns ±0.2%
to_bytes_unpacked/len/8 36.47 ns ±0.2%
write_str/len/1024 0.32 ns ±0.9%
write_str/len/256 0.32 ns ±1.3%
write_str/len/64 0.31 ns ±0.5%
write_str/len/8 0.31 ns ±0.4%

Emoji legend: 🚀 large speedup · ✨ minor speedup · ⚠️ minor regression · 🚨 large regression · thresholds 5% / 10%. Changes below the minor threshold are considered noise.

@NullSablex NullSablex merged commit 00a257e into master Jun 29, 2026
11 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/time-0.3.51 branch June 29, 2026 21:00
NullSablex added a commit that referenced this pull request Jun 29, 2026
- add the #16 entry to the Dependencies list (@dependabot)
- cross-reference it from the Build note so the 0.3.47 floor isn't stale
NullSablex added a commit that referenced this pull request Jun 29, 2026
- rust.yml: paths-ignore for **.md, docs/**, mkdocs.yml, LICENSE
- changelog: record the time 0.3.51 bump (#16) and the paths-ignore tweak
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 patch Small fix or improvement (patch bump) rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant