-
Notifications
You must be signed in to change notification settings - Fork 6
deps(rust): bump chrono from 0.4.44 to 0.4.45 in /dependi-lsp#342
deps(rust): bump chrono from 0.4.44 to 0.4.45 in /dependi-lsp #342dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.44 to 0.4.45. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.44...v0.4.45) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Approve
0 findings
Review assessment
No findings — nothing to assess.
TL;DR
Dependency upgrade for chrono from 0.4.44 to 0.4.45 in the dependi-lsp crate. The update includes bug fixes for timezone handling and Android compatibility.
Findings
No findings.
File-by-file
No changed files with findings.
Compliance & provenance
Compliance & audit
Model: mistral / mistral-large-latest
Prompt sha256: de7af3c7665570110324d4dd51193d87f4950a9466ff19b4ea63b394d0260657
No signed audit trail is attached
Tokens: 2003 in / 486 out · Estimated cost: 0ドル.0017 (mistral mistral-large-latest)
Merging this PR will improve performance by 34.87%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | insert[100] |
16.4 μs | 10 μs | +63.54% |
| ⚡ | insert[1000] |
11 μs | 9.9 μs | +11.23% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dependabot/cargo/dependi-lsp/chrono-0.4.45 (3266f09) with main (bf6a128)
Uh oh!
There was an error while loading. Please reload this page.
Bumps chrono from 0.4.44 to 0.4.45.
Release notes
Sourced from chrono's releases.
Commits
1703382Prepare 0.4.45 release881f9abtz_data: fix tzdata locations on Androidf14ead4fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflowc6063e6Update similar-asserts requirement from 1.6.1 to 2.0.0120686cBump codecov/codecov-action from 5 to 6Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Update
chronoindependi-lspfrom 0.4.44 to 0.4.45 to pull in timezone fixes (rejects invalid 24-hour offset) and correct tzdata paths on Android. Changes are limited to Cargo.toml and Cargo.lock.Written for commit 3266f09. Summary will update on new commits.