Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all patch dependencies #323

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.68 -> 1.0.79
camino dependencies patch 1.0 -> 1.1
camino dependencies patch 1.0.4 -> 1.1.6
chrono dependencies patch 0.4.23 -> 0.4.34
clap dependencies patch 4.2 -> 4.5
fn-error-context dependencies patch 0.2.0 -> 0.2.1
hex dependencies patch ^0.4 -> ^0.4.3
indicatif dependencies patch 0.17.0 -> 0.17.8
libc dependencies patch ^0.2 -> ^0.2.153
libc dependencies patch 0.2.92 -> 0.2.153
log dependencies patch 0.4.0 -> 0.4.20
once_cell dependencies patch 1.9 -> 1.19
openssl dependencies patch ^0.10 -> ^0.10.63
regex dependencies patch 1.7.1 -> 1.10.3
schemars (source) dependencies patch 0.8.6 -> 0.8.16
serde (source) dependencies patch 1.0.125 -> 1.0.196
serde_ignored dependencies patch 0.1.9 -> 0.1.10
serde_json dependencies patch 1.0.64 -> 1.0.113
serde_with dependencies patch >= 1.9.4, < 2 -> >= 1.14.0, < 2
serde_yaml dependencies patch 0.9.17 -> 0.9.31
tempfile (source) dependencies patch 3.3 -> 3.10
tempfile (source) dependencies patch 3.3.0 -> 3.10.0
tokio (source) dependencies patch >= 1.13.0 -> >= 1.36.0
uuid dependencies patch 1.2.2 -> 1.7.0

Release Notes

chronotope/chrono (chrono)

v0.4.34: 0.4.34

Compare Source

Notable changes

  • In chrono 0.4.34 we finished the work to make all methods const where doing so is supported by rust 1.61.
  • We renamed the Duration type to TimeDelta. This removes the confusion between chrono's type and the later Duration type in the standard library. It will remain available under the old name as a type alias for compatibility.
  • The Windows implementation of Local is rewritten. The new version avoids panics when the date is outside of the range supported by windows (the years 1601 to 30828), and gives more accurate results during DST transitions.
  • The Display format of TimeDelta is modified to conform better to ISO 8601. Previously it converted all values greater than 24 hours to a value with days. This is not correct, as doing so changes the duration from an 'accurate' to a 'nominal' representation to use ISO 8601 terms.

Fixes

Additions

Changes

  • Rename Duration to TimeDelta, add type alias (#​1406)
  • Make TimeDelta methods const (#​1337)
  • Make remaining methods of NaiveDate, NaiveWeek, NaiveTime and NaiveDateTime const where possible (#​1337)
  • Make methods on DateTime const where possible (#​1400)
  • Make Display format of TimeDelta conform better to ISO 8601 (#​1328)

Documentation

Internal

  • Switch branch names: 0.4.x releases are the main branch, work on 0.5 happens in the 0.5.x branch (#​1390, #​1402).
  • Don't use deprecated method in impl Arbitrary for DateTime and set up CI test (#​1336)
  • Remove workaround for Rust < 1.61 (#​1393)
  • Bump codecov/codecov-action from 3 to 4 (#​1404)
  • Remove partial support for handling -0000 offset (#​1411)
  • Move TOO_LONG error out of parse_internal (#​1419)

Thanks to all contributors on behalf of the chrono team, @​djc and @​pitdicker!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Feb 9, 2024
@cgwalters
Copy link
Collaborator

/ok-to-test

@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 446fb86 to e157dd3 Compare February 11, 2024 18:47
@cgwalters
Copy link
Collaborator

/ok-to-test

@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 1229fa8 to bb50437 Compare February 11, 2024 19:13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@cgwalters
Copy link
Collaborator

looks like issues with build02
/retest

@cgwalters cgwalters merged commit 8051e16 into main Feb 12, 2024
11 checks passed
@cgwalters cgwalters deleted the renovate/all-patch branch February 12, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant