Skip to content
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

chore(rust): bump the rust-crates group across 1 directory with 2 updates #60

Open
wants to merge 1 commit into
base: uPPPP
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the rust-crates group with 2 updates in the / directory: itertools and plotly.

Updates itertools from 0.13.0 to 0.14.0

Changelog

Sourced from itertools's changelog.

0.14.0

Breaking

  • Increased MSRV to 1.63.0 (#960)
  • Removed generic parameter from cons_tuples (#988)

Added

  • Added array_combinations (#991)
  • Added k_smallest_relaxed and variants (#925)
  • Added next_array and collect_array (#560)
  • Implemented DoubleEndedIterator for FilterOk (#948)
  • Implemented DoubleEndedIterator for FilterMapOk (#950)

Changed

  • Allow Q: ?Sized in Itertools::contains (#971)
  • Improved hygiene of chain! (#943)
  • Improved into_group_map_by documentation (#1000)
  • Improved tree_reduce documentation (#955)
  • Improved discoverability of merge_join_by (#966)
  • Improved discoverability of take_while_inclusive (#972)
  • Improved documentation of find_or_last and find_or_first (#984)
  • Prevented exponentially large type sizes in tuple_combinations (#945)
  • Added track_caller attr for asser_equal (#976)

Notable Internal Changes

  • Fixed clippy lints (#956, #987, #1008)
  • Addressed warnings within doctests (#964)
  • CI: Run most tests with miri (#961)
  • CI: Speed up "cargo-semver-checks" action (#938)
  • Changed an instance of default_features in Cargo.toml to default-features (#985)
Commits
  • a015a68 Add next_array and collect_array
  • a1213e1 Prepare v0.14.0 release
  • ff0c942 fix clippy lints
  • f80883b Fix into_group_map_by documentation errors
  • b793238 Add track_caller for asser_equal
  • 5d4056b default_features is deprecated - switch it to default-features
  • a447b68 doc for added trait
  • d0479b0 "nitpicks"
  • 35c78ce IndexMut -> BorrowMut<slice>
  • deb53ba refactored to share code
  • Additional commits viewable in compare view

Updates plotly from 0.10.0 to 0.12.1

Release notes

Sourced from plotly's releases.

0.12.1

  • fix CI publishing issues

Full Changelog: plotly/plotly.rs@0.12.0...0.12.1

0.12.0

What's Changed

New Contributors

Full Changelog: plotly/plotly.rs@0.11.0...0.12.0

0.11.0

What's Changed

New Contributors

Full Changelog: plotly/plotly.rs@0.10.0...0.11.0

Changelog

Sourced from plotly's changelog.

[0.12.1] - 2025-01-02

Fixed

  • [#269] Fix publishing to crates.io issue

[0.12.0] - 2025-01-02

Changed

  • [#256] Bump Cargo.toml edition to 2021
  • [#261] Updated code of conduct

Fixed

  • [#265] Add Pie Chart trace
  • [#264] Derive Deserialize on NamedColor, Rgb and Rgba
  • [#216] Opt out of downloading Kaleido binaries and allow users to set Kaleido path via environment variable
  • [#259] Mesh3d::new() has wrong signature
  • [#175] Put multiple subplots in the same html - added an example using build_html crate.
  • [#228] Redraw function seems to be broken - added example on generating responsive plots.

[0.11.0] - 2024-12-06

Changed

  • [#251] Expose image data as String with to_base64 and to_svg using Kaleido
  • [#245] Change Contours size to be f64 instead of usize
  • [#243] Made plotly_embed_js embed all JS scripts when enabled. Renamed use_cdn_plotly to use_cdn_js.

Fixed

  • [#248] Book recipes do not render graphs
  • [#247] Add function to export image (with Kaleido) as a b64 string
  • [#246] Expose pattern fill api for histograms and bar charts
  • [#244] Fix swapped x and y in the examples.
  • [#242] Disable request for tex-svg.js file
  • [#237] Add Categorical Axis ordering.
Commits
  • 306db43 bump plotly derive version
  • 41f50cc bump version
  • 38608b9 bypass circular dependency on same version when publishing (#269)
  • db69b35 implement deserialize to NamedColor, Rgb, Rgba and bump plotly version for ne...
  • 2ef28a2 Update itertools requirement from >=0.10, <0.14 to >=0.10, <0.15 (#268)
  • cc64d6f add Pie Chart trace (#265)
  • b6155ab allow users to set Kaleido path via envionment variable (#262)
  • ea8d95c fix hyperlinks (#263)
  • 48bc816 adding code of conduct (#261)
  • 29736fe Make i, j, k optional in Mesh3d::new() (#260)
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…ates

Bumps the rust-crates group with 2 updates in the / directory: [itertools](https://github.com/rust-itertools/itertools) and [plotly](https://github.com/plotly/plotly.rs).


Updates `itertools` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

Updates `plotly` from 0.10.0 to 0.12.1
- [Release notes](https://github.com/plotly/plotly.rs/releases)
- [Changelog](https://github.com/plotly/plotly.rs/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.rs@0.10.0...0.12.1)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-crates
- dependency-name: plotly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-crates
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2025

The following labels could not be found: skip changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants