chore(deps): bump Rust and JS dependencies#111
Merged
JanZachmann merged 1 commit intoomnect:mainfrom Mar 2, 2026
Merged
Conversation
- jsonwebtoken 9.3 → 10 (rust_crypto backend, removes aws-lc dependency) - rand_core 0.9 → 0.10 (no-op std feature removed in 0.10) - cargo update: actix-web 4.12→4.13, futures 0.3.31→0.3.32, wasm-bindgen 0.2.108→0.2.114, env_logger, anyhow, rustls, uuid, et al. - JS: vue 3.5.29, vue-router 5.0.3, vuetify 3.12.1, axios 1.13.6, @vueuse/core 14.2.1, unocss 66.6.2, vue-tsc 3.2.5, @types/bun 1.3.9 getrandom stays on 0.3 in the app crate: crux_core/crux_http still pull in getrandom 0.3.x transitively for the wasm32 target; our direct dep with wasm_js is what enables the feature on that transitive copy. Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.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
rust_cryptobackend), rand_core 0.9→0.10 (removed now-invalidstdfeature)getrandomremains on 0.3 in the app crate:crux_core/crux_httppull ingetrandom 0.3.xtransitively for thewasm32target; the direct dep withwasm_jsis required to enable that feature on the transitive copy.Reason
Routine dependency maintenance to pick up bug fixes and security patches.