chore(deps): update tari ootle deps to 0.38 release - #184
Merged
Conversation
Bumps tari_engine, tari_engine_types, tari_ootle_common_types, tari_ootle_wallet_sdk and tari_ootle_walletd_client to 0.38. Removes the transitive curve25519-dalek `=5.0.0-pre.6` pin: tari_crypto 0.23.2 requires the stable 5.0.0 release, so the pin no longer resolves. Bumps the workspace version to 0.21.0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tari_engine,tari_engine_types,tari_ootle_common_types,tari_ootle_wallet_sdkandtari_ootle_walletd_clientto0.38curve25519-dalek = "=5.0.0-pre.6"pin (and its cargo-machete ignore) —tari_crypto 0.23.2now requires the stable5.0.0release, so the pin was unsatisfiablecargo updaterefreshed the rest of the lockfile (wasmer 7.1 → 7.2, wasm-bindgen, etc.)0.20.3→0.21.0Test plan
cargo check --workspace --all-targets✅cargo clippy --workspace --all-targets— clean ✅cargo test --workspace— 18 passed ✅🤖 Generated with Claude Code