Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

build(deps): bump the rust-deps group with 2 updates #346

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the rust-deps group with 2 updates: indexmap and typstfmt_lib.

Updates indexmap from 2.0.2 to 2.1.0

Changelog

Sourced from indexmap's changelog.

  • 2.1.0

    • Empty slices can now be created with map::Slice::{new, new_mut} and set::Slice::new. In addition, Slice::new, len, and is_empty are now const functions on both types.

    • IndexMap, IndexSet, and their respective Slices all have binary search methods for sorted data: map binary_search_keys and set binary_search for plain comparision, binary_search_by for custom comparators, binary_search_by_key for key extraction, and partition_point for boolean conditions.

Commits

Updates typstfmt_lib from 0.2.5 to 0.2.6

Changelog

Sourced from typstfmt_lib's changelog.

Release 0.2.6

  • remove header in stdout unless there is a panic
  • Add a flag to print the path of the global config file
  • If no config file exists, read a global configuration file
  • Optimized show_all.sh and made it POSIX-compliant
  • Removed "-config" from config file name
  • remove trailing comma logic in math fmt
  • compat add --stdout
Commits
  • b45cab0 release 0.2.6
  • a825606 remove header in stdout unless there is a panic (#112)
  • ef4d9dd Add a flag to print the path of the global config file
  • 02f7882 If no config file exists, read a global configuration file
  • 92be239 Merge pull request #105 from Andrew15-5/optimize-show_all.sh
  • 079c4ff Merge pull request #106 from Andrew15-5/fix-readme-1
  • c4d3fac Merge pull request #104 from Andrew15-5/short-config-file-name
  • 8eacbf1 Fixed Markdown errors and small mistakes
  • e0c948f Optimized show_all.sh and made it POSIX-compliant
  • f56d0e5 Removed "-config" from config file name
  • 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

Bumps the rust-deps group with 2 updates: [indexmap](https://github.com/bluss/indexmap) and [typstfmt_lib](https://github.com/astrale-sharp/typstfmt).


Updates `indexmap` from 2.0.2 to 2.1.0
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.2...2.1.0)

Updates `typstfmt_lib` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/astrale-sharp/typstfmt/releases)
- [Changelog](https://github.com/astrale-sharp/typstfmt/blob/master/CHANGELOG.md)
- [Commits](astrale-sharp/typstfmt@98b08f5...b45cab0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: typstfmt_lib
  dependency-type: direct:production
  dependency-group: rust-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 1, 2023
@nvarner nvarner merged commit f661874 into master Nov 1, 2023
5 checks passed
@nvarner nvarner deleted the dependabot/cargo/rust-deps-4a24b64a55 branch November 1, 2023 02:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant