Skip to content

deps(deps): bump chrono to 0.4.44, serde_with to 3.17.0, and indicatif to 0.18.4#28

Merged
EffortlessSteven merged 1 commit into
mainfrom
chore/deps-chrono-serdewith-indicatif-actions
Mar 10, 2026
Merged

deps(deps): bump chrono to 0.4.44, serde_with to 3.17.0, and indicatif to 0.18.4#28
EffortlessSteven merged 1 commit into
mainfrom
chore/deps-chrono-serdewith-indicatif-actions

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

Updates Rust dependency pins for:

  • chrono -> 0.4.44
  • serde_with -> 3.17.0
  • indicatif -> 0.18.4

Scope

  • manifests + Cargo.lock only
  • no workflow changes
  • no docs or unrelated files

Validation

  • cargo update -p chrono
  • cargo update -p serde_with
  • cargo update -p indicatif
  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings

Notes

A single sandboxed full-workspace test run was not reliable because some tests are network-sensitive in this environment.
The affected targets were rerun outside the sandbox and passed:

  • cargo test -p shipper-cargo --all-features
  • cargo test -p shipper-cli --test cli_e2e -- --nocapture

CI should be treated as the final gate for the full workspace run.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Mar 9, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 58 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 0fb2fe89-561a-480b-b2e1-ef0d429c62a7

📥 Commits

Reviewing files that changed from the base of the PR and between 5d8b1c8 and 43f5dcd.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (14)
  • crates/shipper-cli/Cargo.toml
  • crates/shipper-config/Cargo.toml
  • crates/shipper-engine-parallel/Cargo.toml
  • crates/shipper-environment/Cargo.toml
  • crates/shipper-events/Cargo.toml
  • crates/shipper-execution-core/Cargo.toml
  • crates/shipper-lock/Cargo.toml
  • crates/shipper-plan/Cargo.toml
  • crates/shipper-progress/Cargo.toml
  • crates/shipper-state/Cargo.toml
  • crates/shipper-store/Cargo.toml
  • crates/shipper-types/Cargo.toml
  • crates/shipper/Cargo.toml
  • fuzz/Cargo.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/deps-chrono-serdewith-indicatif-actions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on maintaining the project's health by updating key Rust dependencies. Specifically, it bumps chrono to 0.4.44, serde_with to 3.17.0, and indicatif to 0.18.4. These updates are confined to the Cargo.toml and Cargo.lock files, ensuring that the project benefits from the latest improvements and bug fixes in these libraries without introducing new features or altering existing logic. Comprehensive validation steps were performed, including cargo update for specific packages, cargo fmt, and cargo clippy, along with targeted test runs to confirm stability.

Highlights

  • Dependency Updates: Updated the chrono dependency to version 0.4.44 across multiple crates and the fuzz target.
  • Dependency Updates: Updated the serde_with dependency to version 3.17.0 in shipper-config, shipper-types, and shipper crates.
  • Dependency Updates: Updated the indicatif dependency to version 0.18.4 in the shipper-progress crate.
  • Build System Maintenance: Ensured that all changes are confined to Cargo.toml manifest files and the Cargo.lock file, with no modifications to functional code, documentation, or workflows.
Changelog
  • Cargo.lock
    • Updated various transitive windows-sys dependency versions.
  • crates/shipper-cli/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-config/Cargo.toml
    • Updated serde_with to 3.17.0.
  • crates/shipper-engine-parallel/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-environment/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-events/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-execution-core/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-lock/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-plan/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-progress/Cargo.toml
    • Updated indicatif to 0.18.4.
  • crates/shipper-state/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-store/Cargo.toml
    • Updated chrono to 0.4.44.
  • crates/shipper-types/Cargo.toml
    • Updated chrono to 0.4.44.
    • Updated serde_with to 3.17.0.
  • crates/shipper/Cargo.toml
    • Updated serde_with to 3.17.0.
    • Updated chrono to 0.4.44.
  • fuzz/Cargo.toml
    • Updated chrono to 0.4.44.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several dependencies across the workspace, including chrono, serde_with, and indicatif. The changes are straightforward version bumps in the Cargo.toml files and the corresponding Cargo.lock update.

My main feedback is a suggestion for improving maintainability. I've noticed that dependencies like chrono and serde_with are declared in multiple crates' Cargo.toml files. This leads to repetitive changes for each update, as seen in this PR. Centralizing these versions in the root Cargo.toml using [workspace.dependencies] would simplify future updates significantly. I've added a specific comment with an example of how to do this. This is a suggestion for a future refactoring and doesn't block this PR.

Note: Security Review has been skipped due to the limited scope of the PR.

clap_complete = "4"
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4.44", features = ["serde"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve maintainability and ensure version consistency across the workspace, I recommend defining common dependencies like chrono in the [workspace.dependencies] section of the root Cargo.toml.

This would centralize version management, so a future update to chrono would only require changing one line in the root Cargo.toml instead of in multiple files as was done in this PR.

For example, you could add this to your root Cargo.toml:

[workspace.dependencies]
chrono = { version = "0.4.44", features = ["serde"] }
# ... other common dependencies

Then, in this crate's Cargo.toml, you would change the dependency to:

[dependencies]
chrono = { workspace = true, features = ["serde"] }

This would apply to other dependencies updated in this PR as well, like serde_with and indicatif.

@EffortlessSteven EffortlessSteven merged commit daa5453 into main Mar 10, 2026
32 of 36 checks passed
@EffortlessSteven EffortlessSteven deleted the chore/deps-chrono-serdewith-indicatif-actions branch March 10, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant