1
1
Fork
You've already forked ecformat
0

Upgrade Dependencies for 0.2.0 #55

Manually merged
BaumiCoder merged 8 commits from chore/dependencies-0.2.0 into main 2026年06月06日 13:34:45 +02:00

User perspective

Upgrades all dependencies of the project to the newest version for version 0.2.0 of ecformat.

Developer perspective

Upgrades all kind of dependencies, such as crates, linters and Rust Toolchain.

### User perspective Upgrades all dependencies of the project to the newest version for version 0.2.0 of ecformat. ### Developer perspective Upgrades all kind of dependencies, such as crates, linters and Rust Toolchain.
No changes in ecformat required due to of the breaking changes in snafu
List of breaking changes in snafu 0.9.0:
ff50133848/CHANGELOG.md (changed) 
The dependency simplelog only requires 0.3.7^ of "time" and
therefore a "cargo update" updates "time" to the version with the fix.
Seems that the ignore was not necessary as updating the allowed range
by sematic versioning would have solved the issue already back than.
The already performed "cargo upgrade" command from the "cargo-edit"
crate only considers the direct dependencies in the Cargo.toml.
With the native "cargo update" command also indirect dependencies are
updated following the rules of sematic versioning.
(This also resolves some warning from cargo-deny check about yanked
versions of the crates "js-sys" and "wasm-bindgen".)
Upgrade cargo-about
Some checks failed
/ changes (pull_request) Successful in 52s
/ lint_reuse (pull_request) Successful in 1m12s
/ lint_codespell (pull_request) Successful in 1m7s
/ lint_ecformat (pull_request) Successful in 9m26s
/ test (pull_request) Successful in 6m16s
/ lint_cargo_deny (advisories) (pull_request) Successful in 2m39s
/ lint_cargo_deny (bans licenses sources) (pull_request) Successful in 2m23s
/ lint_clippy (pull_request) Successful in 5m13s
/ lint_rustfmt (pull_request) Successful in 1m55s
/ lint_taplo (pull_request) Successful in 1m56s
/ lint_yamllint (pull_request) Successful in 1m7s
/ lint_cargo_udeps (pull_request) Failing after 18m58s
/ lint_docs_rs (pull_request) Successful in 4m26s
87daa770d4
Fix cargo-about install
All checks were successful
/ changes (pull_request) Successful in 53s
/ lint_reuse (pull_request) Successful in 1m12s
/ lint_codespell (pull_request) Successful in 1m6s
/ lint_ecformat (pull_request) Successful in 2m0s
/ test (pull_request) Successful in 8m39s
/ lint_cargo_deny (advisories) (pull_request) Successful in 2m42s
/ lint_cargo_deny (bans licenses sources) (pull_request) Successful in 2m28s
/ lint_clippy (pull_request) Successful in 7m41s
/ lint_rustfmt (pull_request) Successful in 1m44s
/ lint_taplo (pull_request) Successful in 1m56s
/ lint_yamllint (pull_request) Successful in 1m7s
/ lint_cargo_udeps (pull_request) Successful in 22m10s
/ lint_docs_rs (pull_request) Successful in 2m40s
e846b3c024
The new version of cargo-about needs "--feature cli" on install.
If there is already an old version on the system (e.g., from CI cache)
it works also without this flag. Only a fresh installation fails as
happend an the CI job for cargo-udeps.
BaumiCoder manually merged commit 0f1c38ff6c into main 2026年06月06日 13:34:45 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Compat/Breaking
Breaking change that won't be backward compatible
EditorConfig
0.17.2
Issues to support version 0.17.2 of the EditorConfig specification
Kind
Bug
Something is not working
Kind
Chore
Some tasks maintainig tasks
Kind
Documentation
Documentation changes
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
Testing
Issue or pull request related to testing
Packaging
About packaging the project for some platform
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
WIP
Work in progress (Assignee is working on this issue)
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BaumiCoder/ecformat!55
Reference in a new issue
BaumiCoder/ecformat
No description provided.
Delete branch "chore/dependencies-0.2.0"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?