Skip to content

fix(deps): update rust-minor#66

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-minor
Open

fix(deps): update rust-minor#66
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-minor

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2026

This PR contains the following updates:

Package Type Update Change
nbformat dependencies minor 1.0.01.2.0
owo-colors dependencies minor 4.2.34.3.0
tempfile (source) dev-dependencies minor 3.24.03.26.0
tempfile (source) dependencies minor 3.24.03.26.0
usage-lib (source) dependencies minor 2.16.12.18.1
uuid dependencies minor 1.20.01.21.0
wasm-encoder (source) dependencies minor 0.2440.245
wit-bindgen dependencies minor 0.52.00.53.0

Release Notes

runtimed/runtimed (nbformat)

v1.2.0

Compare Source

v1.1.0

Compare Source

owo-colors/owo-colors (owo-colors)

v4.3.0

Compare Source

Fixed
  • Scripts in the scripts/ directory are no longer published in the crate package. Thanks weiznich for your first contribution!
Changed
  • Mark methods with #[rust_analyzer::completions(ignore_flyimport)] and the OwoColorize trait with #[rust_analyzer::completions(ignore_flyimport_methods)]. This prevents owo-colors methods from being completed with rust-analyzer unless the OwoColorize trait is included.

    Unfortunately, this also breaks explicit autocomplete commands such as Ctrl-Space in many editors. (The language server protocol doesn't appear to have a way to differentiate between implicit and explicit autocomplete commands.) On balance we believe this is the right approach, but please do provide feedback on PR #​141 if it negatively affects you.

  • Updated MSRV to Rust 1.81.

Stebalien/tempfile (tempfile)

v3.26.0

v3.25.0

  • Allow getrandom 0.4.x while retaining support for getrandom 0.3.x.
jdx/usage (usage-lib)

v2.18.1

Compare Source

🐛 Bug Fixes
  • (lib) validate choices for variadic args and flags by @​jdx in #​520
🛡️ Security
📦️ Dependency Updates

v2.18.0

Compare Source

🚀 Features
  • (publish) extract communique into separate enhance-release job by @​jdx in #​513

v2.17.4

Compare Source

🐛 Bug Fixes
  • (publish) retry draft release creation until tag is indexed by @​jdx in #​510

v2.17.3

Compare Source

🐛 Bug Fixes
  • (publish) use gh api directly to create release with explicit tag_name by @​jdx in #​508

v2.17.2

Compare Source

🐛 Bug Fixes
  • (publish) anchor gh release create to GITHUB_SHA to avoid untagged release by @​jdx in #​506

v2.17.1

Compare Source

🔍 Other Changes

v2.17.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • (docs) align homepage feature button with integrations page by @​jdx in #​496
📚 Documentation
  • add integrations directory with framework tracker by @​jdx in #​497
  • add integrations directory with framework tracker by @​jdx in #​499
🔍 Other Changes
📦️ Dependency Updates
New Contributors

v2.16.2

Compare Source

🐛 Bug Fixes
  • (lib) add missing child node support to arg parser by @​jdx in #​489
  • (release) write release notes to file instead of capturing stdout by @​jdx in #​488
  • (release) make release notes editorialization non-blocking by @​jdx in #​490
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
uuid-rs/uuid (uuid)

v1.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0

bytecodealliance/wit-bindgen (wit-bindgen)

v0.53.1

Compare Source

What's Changed

New Contributors

Full Changelog: bytecodealliance/wit-bindgen@v0.53.0...v0.53.1

v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: bytecodealliance/wit-bindgen@v0.52.0...v0.53.0


Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title chore(deps): update rust crate zip to v7.3.0 chore(deps): update rust crate zip to v7.4.0 Feb 6, 2026
@renovate renovate bot force-pushed the renovate/rust-minor branch 2 times, most recently from fb960b3 to ce7fbc8 Compare February 9, 2026 21:29
@renovate renovate bot changed the title chore(deps): update rust crate zip to v7.4.0 chore(deps): update rust-minor Feb 9, 2026
@renovate renovate bot force-pushed the renovate/rust-minor branch from ce7fbc8 to f4c1dd0 Compare February 10, 2026 20:33
@renovate renovate bot changed the title chore(deps): update rust-minor fix(deps): update rust-minor Feb 10, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 10, 2026

⚠️ 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 crates/morphir-wasm-binding/Cargo.toml --package wasm-encoder@0.244.0 --precise 0.245.1
    Updating crates.io index
error: failed to select a version for the requirement `wasm-encoder = "^0.244.0"`
candidate versions found which didn't match: 0.245.1
location searched: crates.io index
required by package `wast v244.0.0`
    ... which satisfies dependency `wast = "^244.0.0"` (locked to 244.0.0) of package `wat v1.244.0`
    ... which satisfies dependency `wat = "^1.239.0"` (locked to 1.244.0) of package `wasmtime v37.0.3`
    ... which satisfies dependency `wasmtime = "^37"` (locked to 37.0.3) of package `extism v1.13.0`
    ... which satisfies dependency `extism = "^1"` (locked to 1.13.0) of package `morphir-daemon v0.2.0 (/tmp/renovate/repos/github/finos/morphir-rust/crates/morphir-daemon)`
    ... which satisfies path dependency `morphir-daemon` (locked to 0.2.0) of package `morphir v0.2.0 (/tmp/renovate/repos/github/finos/morphir-rust/crates/morphir)`

@renovate renovate bot force-pushed the renovate/rust-minor branch 6 times, most recently from d2100c9 to c75ee03 Compare February 18, 2026 18:33
@renovate renovate bot force-pushed the renovate/rust-minor branch 4 times, most recently from 6887312 to 165a111 Compare February 24, 2026 09:04
@renovate renovate bot force-pushed the renovate/rust-minor branch from 165a111 to 43d6d37 Compare February 25, 2026 00:43
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.

0 participants