-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate iota-crypto to 0.22 #475
Conversation
@FabianLars looks like it is working again? |
It's about pnpm updates. Only major versions work for some reason. |
I've done like 50 reruns in my fork to try to make it work for patch/minor again but nothing. The only hint I've seen in the bloated logs was some "Unsupported lock file: pnpm-lock.yml" warning or something |
And I'm not enough of a renovate fanboy to waste anymore time trying to figure out the issue when github's built-in alternative just works(tm) |
Or maybe I have the biggest brain lag and it never updated patch/minor versions and I just now noticed 🤷 Edit: looking and the commit history real quick (on my phone) it indeed looks like that's what's happening 🤦♂️ |
looks like it is related to this issue renovatebot/renovate#21438 |
Huh, I never noticed we're using the ^ specifier in this repo... (I wonder where the renovate PR that locks versions went 🤔) |
yeah maybe, we can give it another try with locked dependencies without the caret? |
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de> Co-authored-by: FabianLars <FabianLars@users.noreply.github.com> Co-authored-by: Alexandre Dang <124160233+vdang-crabnebula@users.noreply.github.com> Co-authored-by: Ludea <ludovicw35@hotmail.com> Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> Co-authored-by: Duke Jones <104690+dukejones@users.noreply.github.com> Co-authored-by: NaokiM03 <37442712+NaokiM03@users.noreply.github.com> Co-authored-by: Thibault <thibault_poisson@orange.fr> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Blythe <49919035+writeDavid@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> fix(stronghold): change wrong argument name for `remove` (#422) fix(window-state): correctly set decoration state if no saved state exists, fixes #421 (#424) fix(stronghold): return null if there is no record (#129) fix(window-state): propagate promise (#435) closes #432 fix(window-state): manual default implentation (#425) fix(window-state): manual default implentation, closes #421 fix(deps): update rust crate iota-crypto to 0.21 (#438) fix readme example (#447) fix: handle recursive directory correctly (#455) fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 (#464) fix(persisted-scope): separately save asset protocol patterns (#459) fix(deps): update rust crate iota-crypto to 0.22 (#475) fix(deps): update tauri monorepo to v1.4.0 (#482) resolve to v15.1.0 (#489) fix(deps): update rust crate iota-crypto to 0.23 (#495)
This PR contains the following updates:
0.21
->0.22
Release Notes
iotaledger/crypto.rs (iota-crypto)
v0.22.0
Compare Source
51c0823
(#211) Support BIP44 chains for SLIP10.aa08ccb
(#210) Added Keccak-256 hash function.aa08ccb
(#210) Use Keccak-256 hash function with Secp256k1 ECDSA.v0.21.2
Compare Source
aeead20
(#208) Minor BIP39 API change: return seed by value.v0.21.1
Compare Source
0c33ca5
(#204) BIP39 reference types and other minor improvements.0843e7b
(#205) ImplementEq
,Ord
andHash
traits for public key and signature types.2926f7c
(#207) SLIP10 minor improvements.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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.