chore(deps): bump the rust-dependencies group with 5 updates#2162
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the rust-dependencies group with 5 updates#2162dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [regex](https://github.com/rust-lang/regex) | `1.12.4` | `1.13.0` | | [napi](https://github.com/napi-rs/napi-rs) | `3.10.3` | `3.10.5` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.9` | `3.5.10` | | [mira-eval](https://github.com/everruns/mira) | `0.3.0` | `0.4.0` | | [num-bigint](https://github.com/rust-num/num-bigint) | `0.4.8` | `0.5.1` | Updates `regex` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.4...1.13.0) Updates `napi` from 3.10.3 to 3.10.5 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.10.3...napi-v3.10.5) Updates `napi-derive` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.9...napi-derive-v3.5.10) Updates `mira-eval` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/everruns/mira/releases) - [Changelog](https://github.com/everruns/mira/blob/main/CHANGELOG.md) - [Commits](everruns/mira@v0.3.0...v0.4.0) Updates `num-bigint` from 0.4.8 to 0.5.1 - [Changelog](https://github.com/rust-num/num-bigint/blob/main/RELEASES.md) - [Commits](rust-num/num-bigint@num-bigint-0.4.8...num-bigint-0.5.1) --- updated-dependencies: - dependency-name: regex dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: napi dependency-version: 3.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: napi-derive dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: mira-eval dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: num-bigint dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bashkit | 4125541 | Commit Preview URL Branch Preview URL |
Jul 13 2026, 09:40 AM |
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.
Bumps the rust-dependencies group with 5 updates:
1.12.41.13.03.10.33.10.53.5.93.5.100.3.00.4.00.4.80.5.1Updates
regexfrom 1.12.4 to 1.13.0Changelog
Sourced from regex's changelog.
Commits
926af2e1.13.07d941a9regex-automata-0.4.15e358341api: addregex!macro for lazy compilationc420333automata: disable miri on a couple doc testsb9d2cf7github: add FUNDING link0858006docs: add AI policy for contributors468fc64automata: reject dense DFA start states that are match statesUpdates
napifrom 3.10.3 to 3.10.5Release notes
Sourced from napi's releases.
Commits
9709883chore(napi): release v3.10.5 (#3395)c931c97fix(napi): release FunctionRef off the JS thread via the custom-GC TSFN (#3394)3812aa7chore: release (#3380)ce56779chore(release): publishb9825c7fix(derive): defer receiver borrow until argument conversion (#3392)aa49714fix(cli): align build and project configuration (#3387)68cbb8dchore(deps): update yarn to v4.17.1 (#3385)3069f44fix(sys): fall back to libnode.dll for symbol loading on MSVC targets (#3384)b015713fix(cli): validate cross-compilation flags upfront and document them accurate...81a35cechore(deps): update dependency oxc-parser to ^0.139.0 (#3382)Updates
napi-derivefrom 3.5.9 to 3.5.10Release notes
Sourced from napi-derive's releases.
Commits
3812aa7chore: release (#3380)ce56779chore(release): publishb9825c7fix(derive): defer receiver borrow until argument conversion (#3392)aa49714fix(cli): align build and project configuration (#3387)68cbb8dchore(deps): update yarn to v4.17.1 (#3385)3069f44fix(sys): fall back to libnode.dll for symbol loading on MSVC targets (#3384)b015713fix(cli): validate cross-compilation flags upfront and document them accurate...81a35cechore(deps): update dependency oxc-parser to ^0.139.0 (#3382)4bff127docs(readme): point sponsors image at napi.rs/sponsors.svg (#3379)1ac467echore(napi): release v3.10.3 (#3376)Updates
mira-evalfrom 0.3.0 to 0.4.0Release notes
Sourced from mira-eval's releases.
... (truncated)
Changelog
Sourced from mira-eval's changelog.
... (truncated)
Commits
9c62727chore(release): prepare v0.4.0 (#69)d4fc641feat(cli): add mira export --atif (#68)047d883feat(cli): verb-first study flags — mira run --study replaces pre-verb --script3ec3a92fix(docs): render readme diagram off repo (#66)71c556bchore: standardize PR descriptions on functional change + before/after (#65)6f35b1dfeat(scorer): trajectory scorers + ATIF-primary docs (#64)38decdbfeat(subject): add ATIF trajectory producers (#63)7d8d9a6feat(protocol): adopt ATIF trajectory as primary contract (1.1) (#62)56e3156fix(everruns): extract tool calls from tool.completed events (#61)6dff380feat(cli): single-file studies via--script(cargo-script shim) (#60)Updates
num-bigintfrom 0.4.8 to 0.5.1Changelog
Sourced from num-bigint's changelog.
Commits
33c59baMerge pull request #348 from cuviper/bz-alg2-step3b38b68f6Release 0.5.1f4a43f5Fix the missing part of the Burnikel-Ziegler algorithmebfd89aAdd failing tests for a bug in B-Z division0ab95dfMerge pull request #338 from cuviper/rand-0.1033d6998Release 0.5.084d05b7Clean up manifests of ci cratesf8daf56Allowclippy::duplicate_modwhere intended022310aRearrange therandfeatures to support both 0.9 and 0.10537a036ci: use the fallback resolver for depsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions