Skip to content

rust/wasm-checksum(deps): bump chrono from 0.4.43 to 0.4.44 in /tools/checksum_updater_wasm#386

Merged
avrabe merged 1 commit intomainfrom
dependabot/cargo/tools/checksum_updater_wasm/chrono-0.4.44
Mar 2, 2026
Merged

rust/wasm-checksum(deps): bump chrono from 0.4.43 to 0.4.44 in /tools/checksum_updater_wasm#386
avrabe merged 1 commit intomainfrom
dependabot/cargo/tools/checksum_updater_wasm/chrono-0.4.44

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps chrono from 0.4.43 to 0.4.44.

Release notes

Sourced from chrono's releases.

0.4.44

What's Changed

Commits
  • c14b459 Bump version to 0.4.44
  • ea832c5 Add track_caller to non-deprecated functions
  • cfae889 Fix panic message in to_rfc2822
  • f8900b5 docs: match MSRV with Cargo.toml contents
  • See full diff 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)

@avrabe
Copy link
Contributor

avrabe commented Mar 2, 2026

@dependabot rebase

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.43 to 0.4.44.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.43...v0.4.44)

---
updated-dependencies:
- dependency-name: chrono
  dependency-version: 0.4.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tools/checksum_updater_wasm/chrono-0.4.44 branch from 703ab09 to 5a45257 Compare March 2, 2026 09:19
Copy link

@temper-pulseengine temper-pulseengine bot left a comment

Choose a reason for hiding this comment

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

AI Code Review for PR #386

The Cargo.toml file you provided is a list of dependencies for a Rust project. It specifies the version of each dependency and their relationships to each other.

Here's a breakdown of some of the key components in this Cargo.toml:

  1. Project Metadata:

    • [package]: This section contains metadata about your project, such as its name, version, authors, and description.
    • [dependencies]: This section lists all the dependencies required by your project.
  2. Dependencies:

    • actix-web: A web framework for Rust that provides a simple way to build web applications.
    • async-std: An asynchronous runtime for Rust that supports both blocking and non-blocking I/O operations.
    • chrono: A library for date and time manipulation in Rust.
    • env_logger: A logging facade for Rust, providing a simple interface for logging messages at different levels (debug, info, warn, error).
    • failure: A crate for handling errors in Rust applications. It provides a robust mechanism for error management.
    • futures: A library for asynchronous programming in Rust.
    • http-types: A collection of HTTP types and utilities used by other crates like actix-web.
    • serde: A serialization/deserialization framework for Rust that supports various formats like JSON, YAML, and TOML.
    • serde_json: A crate for parsing and serializing JSON data in Rust.
    • tokio: An asynchronous runtime for Rust that provides a high-level API for writing concurrent code.
    • tower-http: A collection of HTTP middleware for use with actix-web.
    • warp: A web framework for Rust that is designed to be simple and efficient.
  3. Dev Dependencies:

    • [dev-dependencies]: This section lists dependencies required only during development, such as testing frameworks or linters.
    • cargo-watch: A tool for automatically rebuilding your project when changes are made to source files.
    • clippy: A static analysis tool that helps catch common mistakes and improve code quality.
  4. Features:

    • [features]: This section allows you to define custom features for your dependencies, which can be enabled or disabled at compile time using the --features flag when building your project.

This Cargo.toml file is essential for setting up a Rust project and its dependencies, ensuring that all necessary tools and libraries are available for development and execution.


Reviewed by qwen2.5-coder:3b (local Ollama). Advisory only — may miss issues or report false positives.

Commands
Command Description
/ask <question> Discuss this review — ask questions or disagree with findings
/review-pr Re-run the review from scratch
/review-pr <focus> Re-run with specific instructions (e.g. /review-pr focus on error handling)

@avrabe avrabe merged commit 062d5e4 into main Mar 2, 2026
23 of 24 checks passed
@avrabe avrabe deleted the dependabot/cargo/tools/checksum_updater_wasm/chrono-0.4.44 branch March 2, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant