Skip to content

chore(deps): update rust crate ecow to 0.3.0#366

Merged
arata-nvm merged 2 commits into
masterfrom
renovate/ecow-0.x
Jun 3, 2026
Merged

chore(deps): update rust crate ecow to 0.3.0#366
arata-nvm merged 2 commits into
masterfrom
renovate/ecow-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ecow workspace.dependencies minor 0.2.00.3.0

Release Notes

typst/ecow (ecow)

v0.3.0: Version 0.3.0

Compare Source

  • Added EcoString::{insert, insert_str, remove} methods
  • Added EcoVec::{drain, splice} methods
  • Added ToEcoString trait for conveniently converting something that implements Display to an EcoString
  • Added AsRef<[u8]>, AsRef<OsStr>, and AsRef<Path> impls for EcoString (thanks to @​tingerrr)
  • Added FromIterator<&str> and Extend<&str> impls for EcoString (thanks to @​pedrodesu)
  • Optimized EcoVec::reserve in the case it is non-unique (thanks to @​ndren)
  • Added #[clippy::format_args] to eco_format macro so that eco_format! calls are linted by clippy (thanks to @​isuffix)

This is a re-release of v0.2.7 which has been yanked. See #​63 for more information.

v0.2.7: Version 0.2.7

Compare Source

This release has been yanked, use v0.3.0 instead. See #​63 for more information.

v0.2.6: Version 0.2.6

Compare Source

  • The conversion From<Vec<T>> for EcoVec<T> was optimized. It still has to allocate new storage, but copies all items in a single batch now (thanks to @​bergkvist).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
error: failed to load manifest for workspace member `/tmp/renovate/repos/github/arata-nvm/tablegen-lsp/crates/ide`
referenced by workspace at `/tmp/renovate/repos/github/arata-nvm/tablegen-lsp/Cargo.toml`

Caused by:
  failed to load manifest for dependency `tblgen`

Caused by:
  failed to read `/tmp/renovate/repos/github/arata-nvm/tablegen-lsp/crates/tblgen-rs-alt/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

@renovate renovate Bot force-pushed the renovate/ecow-0.x branch 3 times, most recently from 9b726a4 to d180aa9 Compare June 3, 2026 11:03
@arata-nvm arata-nvm force-pushed the renovate/ecow-0.x branch from d180aa9 to 2bd81d8 Compare June 3, 2026 11:10
@arata-nvm arata-nvm merged commit 38a39ae into master Jun 3, 2026
4 checks passed
@arata-nvm arata-nvm deleted the renovate/ecow-0.x branch June 3, 2026 11:12
@renovate

renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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