chore(deps): bump the rust-dependencies group across 1 directory with 2 updates - #43
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the rust-dependencies group across 1 directory with 2 updates#43dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 2 updates Bumps the rust-dependencies group with 2 updates in the / directory: [log](https://github.com/rust-lang/log) and [statrs](https://github.com/statrs-dev/statrs). Updates `log` from 0.4.33 to 0.4.34 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.33...0.4.34) Updates `statrs` from 0.19.0 to 0.19.1 - [Release notes](https://github.com/statrs-dev/statrs/releases) - [Changelog](https://github.com/statrs-dev/statrs/blob/main/CHANGELOG.md) - [Commits](statrs-dev/statrs@v0.19.0...v0.19.1) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: statrs dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/rust-dependencies-5874945186
branch
from
September 1, 2026 19:32
f2d2aae to
4755d57
Compare
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 2 updates in the / directory: log and statrs.
Updates
logfrom 0.4.33 to 0.4.34Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
8034743Merge pull request #738 from rust-lang/cargo/0.4.347d1e24eprepare for 0.4.34 release3b939b6Merge pull request #737 from malezjaa/masterb88266cAdd alloc support for boxed loggers037d7a5doc: Add context-logger utility to READMEUpdates
statrsfrom 0.19.0 to 0.19.1Release notes
Sourced from statrs's releases.
Changelog
Sourced from statrs's changelog.
Commits
4775e87chore: update MSRV lockfile8b8a4eechore: release v0.19.1a73c016chore: Alias f64 constantsa77efb3chore: Fix nightly f64 deprecation warningsf1a7c52fix: Correct exact distribution boundaries0901747fix: Beta::sf returning exactly 1.0 for tiny x02fdab6fix: order the selection fast paths by total_cmp, not <=91f128bperf: add a selection benchmark, and ordered fast paths it exposed86af064test: build the NaN order-statistic test under no_stdc66c7c7fix: replace hand-rolled quickselect with select_nth_unstable_by