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
Owner

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
No milestone
No project
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
No description provided.