Bump the cargo group with 9 updates - #175
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs), [itertools](https://github.com/rust-itertools/itertools), [num-derive](https://github.com/rust-num/num-derive), [serde_json](https://github.com/serde-rs/json), [jsonschema](https://github.com/Stranger6667/jsonschema), [hashbrown](https://github.com/rust-lang/hashbrown), [ndarray](https://github.com/rust-ndarray/ndarray), [sprs](https://github.com/sparsemat/sprs) and [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. Updates `criterion` to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.0...criterion-v0.8.2) Updates `itertools` to 0.15.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.14.0...v0.15.0) Updates `num-derive` to 0.5.1 - [Changelog](https://github.com/rust-num/num-derive/blob/main/RELEASES.md) - [Commits](rust-num/num-derive@num-derive-0.4.2...num-derive-0.5.1) Updates `serde_json` to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.151) Updates `jsonschema` to 0.52.1 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.29.0...ruby-v0.52.1) Updates `hashbrown` to 0.17.1 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.16.0...v0.17.1) Updates `ndarray` to 0.17.2 - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.16.1...0.17.2) Updates `sprs` to 0.11.5 - [Changelog](https://github.com/sparsemat/sprs/blob/master/changelog.rst) - [Commits](sparsemat/sprs@0.11.3...0.11.5) Updates `libloading` to 0.9.0 - [Commits](nagisa/rust_libloading@0.8.0...0.9.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production dependency-group: cargo - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production dependency-group: cargo - dependency-name: num-derive dependency-version: 0.5.1 dependency-type: direct:production dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production dependency-group: cargo - dependency-name: jsonschema dependency-version: 0.52.1 dependency-type: direct:production dependency-group: cargo - dependency-name: hashbrown dependency-version: 0.17.1 dependency-type: direct:production dependency-group: cargo - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production dependency-group: cargo - dependency-name: sprs dependency-version: 0.11.5 dependency-type: direct:production dependency-group: cargo - dependency-name: libloading dependency-version: 0.9.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@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.
Updates the requirements on criterion, itertools, num-derive, serde_json, jsonschema, hashbrown, ndarray, sprs and libloading to permit the latest version.
Updates
criterionto 0.8.2Release notes
Sourced from criterion's releases.
Changelog
Sourced from criterion's changelog.
... (truncated)
Commits
7f0d745chore: release v0.8.24a467cechore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0b277a75Fix panic with uniform iteration durations in benchmarks828af14fix: don't build alloca on unsupported targetsb01316bUpdate Readme4c02a3bExclude development scripts from published packagee4e06dfchore: release v0.8.1aa548b9fix: Homepage link950c3b7fix: Typo7e3e50cchore(deps): bump crate-ci/typos from 1.23.5 to 1.40.0Updates
itertoolsto 0.15.0Changelog
Sourced from itertools's changelog.
... (truncated)
Commits
37bd72aUpdate CHANGELOG.md: strip_prefix[_by]86ec635UseControlFlowinfold_whileimplementationd5897f7refactor(strip_prefix): use try_for_each and drop PartialEq, Eq on StripPrefi...b2a978afeat(Itertools): add strip_prefix and strip_prefix_by methods12b6ec6Update CHANGELOG.md for all_equal_value_error's error type121821eAllEqualValueError implements std::error::Erroradac44eIntroduce AllEqualValueError5707384Update CHANGELOG.mddf60ff0Update CHANGELOG.md113b850Update CHANGELOG.md to include with_hasherUpdates
num-deriveto 0.5.1Changelog
Sourced from num-derive's changelog.
... (truncated)
Commits
2f73ee8Merge pull request #72 from cuviper/readme456e75dRelease 0.5.11e5e78fRemove full-syntax from the readme3230c9cMerge pull request #71 from cuviper/syn3cab6df7Remove the stale html_root_url9553029Release 0.5.0250c132Stop caching the registry8087623Raise the MSRV to 1.71 (like syn)14a12dfUpgrade tosyn v396ca025Merge pull request #70 from cuviper/rename-headUpdates
serde_jsonto 1.0.151Release notes
Sourced from serde_json's releases.
Commits
de85007Release 1.0.1513b2b3c5Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked0406d96Debug-assert well-formedness and no-whitespace in from_string_uncheckedcf16f75Add RawValue::from_string_unchecked827a315Update actions/upload-artifact@v6 -> v7cea36a5Update actions/checkout@v6 -> v7a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintUpdates
jsonschemato 0.52.1Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
... (truncated)
Commits
fd54058chore(ruby): Release 0.52.16f30c37chore(python): Release 0.52.194546cechore(rust): Release 0.52.1df63c8bperf:minLengthandmaxLengthtogether now scan the string oncee72993cperf:evaluateis up to 27% faster on reference-heavy schemasf76b17fperf:unevaluatedPropertiesis up to 2.9x faster5f52b09perf: add more benchmarkscf58094fix:multipleOfrejecting valid values like1070468.14for0.01without...1a92599perf: Defer building the instance a validation error reportsa1461b0docs: Update changelogUpdates
hashbrownto 0.17.1Release notes
Sourced from hashbrown's releases.
Changelog
Sourced from hashbrown's changelog.
... (truncated)
Commits
c62a63achore: release v0.17.1420e83bMerge pull request #722 from cuviper/rustc_try_insert51cecbdMove theRustcOccupiedErrornote as requested in review16d0f37AddHashMap::rustc_try_insert18a04c5Merge pull request #721 from clarfonthey/branch-renameee8a0eeRename master to main in release-plz workflow147df65Merge pull request #720 from xtqqczze/authors64a0acbRemove package.authors field from Cargo metadata867db72Merge pull request #716 from atouchet/rdm57b760bUpdate ReadmeUpdates
ndarrayto 0.17.2Changelog
Sourced from ndarray's changelog.
... (truncated)
Commits
2cf23d6chore: Release1eb4559Remove most version specifiers inREADME(#1573)59c1ce0Craft a release log for 0.17.2 (#1572)6fd0a9dClean up clippy allows and unnecessary borrows (#1571)8adf5d8Revert #1563 and #1567 to prepare for patch release (#1570)953f2e9Move LayoutBitset to its own module (#1567)6e02f15Configure docs for feature gates globally (#1565)d573745Rename Layout to LayoutBitset (#1563)13a8963Add PartialEq implementations between ArrayRef and ArrayBase (#1557)e039158Add additional commits to ignore on git blame (#1562)Updates
sprsto 0.11.5Commits
6a5e55bRelease new version of sprs69aab8cMerge pull request #404 from sparsemat/dependabot/cargo/pyo3-0.29.0ac8aab4deps: update pyo3 requirement from 0.28.0 to 0.29.01a68fbfMerge pull request #406 from sparsemat/fix-build0df214fMerge pull request #403 from sparsemat/dependabot/github_actions/codecov/code...98e6168Merge pull request #405 from sparsemat/dependabot/github_actions/actions/chec...160a630Bump MSRVf06d70cFix legacy type fallback202e2d0deps-ci: bump actions/checkout from 6 to 773d0ea9deps-ci: bump codecov/codecov-action from 5 to 7Updates
libloadingto 0.9.0Commits
dab97c50.9.0 release ritese893804refactor: simplify null checks, remove some iffy implementations4b98285add no-std supportf4ec9e7test: try to fix msys (#182)9b798ebPrepare for 0.8.9 releasef5f8cb0Migrate from windows-targets to windows-link7c04bebBump MSRV to 1.71 for windows-link559e465Format with cargo fmtdb35813Fix elided lifetimes warning83f08b8Release 0.8.8Dependabot 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