chore(deps): bump time due to RUSTSEC-2026-0009#6268
Merged
mergify[bot] merged 2 commits intolibp2p:masterfrom Mar 31, 2026
Merged
chore(deps): bump time due to RUSTSEC-2026-0009#6268mergify[bot] merged 2 commits intolibp2p:masterfrom
time due to RUSTSEC-2026-0009#6268mergify[bot] merged 2 commits intolibp2p:masterfrom
Conversation
cargo update -p time
Updating crates.io index
Locking 8 packages to latest compatible versions
Updating deranged v0.4.0 -> v0.5.5
Updating num-conv v0.1.0 -> v0.2.0
Updating serde v1.0.219 -> v1.0.228
Adding serde_core v1.0.228
Updating serde_derive v1.0.219 -> v1.0.228
Updating time v0.3.41 -> v0.3.47
Updating time-core v0.1.4 -> v0.1.8
Updating time-macros v0.2.22 -> v0.2.27
jxs
reviewed
Feb 9, 2026
Member
jxs
left a comment
There was a problem hiding this comment.
Thanks Akihito! Yeah let's bum MSRV
Contributor
Author
|
I will file a separate PR for bumping MSRV. |
4 tasks
elenaf9
pushed a commit
that referenced
this pull request
Mar 31, 2026
Contributor
Author
jxs
approved these changes
Mar 31, 2026
Contributor
Merge Queue Status
This pull request spent 11 seconds in the queue, including 2 seconds running CI. Required conditions to merge
|
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.
Description
Updated
timefrom0.3.41to0.3.47to address RUSTSEC-2026-0009.Notes & open questions
time0.3.47 declares MSRV 1.88.0, so we also need to bump MSRV. I'm happy to include the MSRV bump in this PR if that works for you.Edit: the MSRV bump has been addressed in #6273
Change checklist