Skip to content

deps(deps): Bump the minor-and-patch group across 1 directory with 12 updates#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/minor-and-patch-df08585989
Open

deps(deps): Bump the minor-and-patch group across 1 directory with 12 updates#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/minor-and-patch-df08585989

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the minor-and-patch group with 11 updates in the / directory:

Package From To
bytemuck 1.24.0 1.25.0
clap 4.5.51 4.5.56
eframe 0.33.0 0.33.3
egui_extras 0.33.2 0.33.3
egui_ltreeview 0.6.0 0.6.1
glam 0.30.9 0.30.10
image 0.25.8 0.25.9
indexmap 2.12.1 2.13.0
lru 0.16.2 0.16.3
serde_json 1.0.145 1.0.149
uuid 1.19.0 1.20.0

Updates bytemuck from 1.24.0 to 1.25.0

Changelog

Sourced from bytemuck's changelog.

bytemuck changelog

1.25

1.24

1.23.2

  • bump derive minimum version.

1.23.1

  • Added a windows-only ZeroableInOption impl for "stdcall" functions.

1.23

  • impl_core_error crate feature adds core::error::Error impl.
  • More ZeroableInOption impls.

1.22

  • Add the pod_saturating feature, which adds Pod impls for Saturating<T> when T is already Pod.
  • A bump in the minimum bytemuck_derive dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient cargo.lock file sitting around.
  • Adds Send and Sync impls to BoxBytes.

1.21

  • Implement Pod and Zeroable for core::arch::{x86, x86_64}::__m512, __m512d and __m512i without nightly. Requires Rust 1.72, and is gated through the avx512_simd cargo feature.
  • Allow the use of must_cast_mut and must_cast_slice_mut in const contexts. Requires Rust 1.83, and is gated through the must_cast_extra cargo feature.
  • internal: introduced the maybe_const_fn macro that allows defining some function to be const depending upon some cfg predicate.

1.20

  • New functions to allocate zeroed Arc and Rc. Requires Rust 1.82
  • TransparentWrapper impls for core::cmp::Reverse and core::num::Saturating.
  • internal: Simplified the library's fill_zeroes calls to write_bytes

1.19

... (truncated)

Commits

Updates clap from 4.5.51 to 4.5.56

Release notes

Sourced from clap's releases.

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Changelog

Sourced from clap's changelog.

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Commits
  • 9cec100 chore: Release
  • 00e72e0 docs: Update changelog
  • c7848ff Merge pull request #6094 from epage/home
  • 60184fb feat(complete): Expand ~ in native completions
  • 09969d3 chore(deps): Update Rust Stable to v1.89 (#6093)
  • 520beb5 chore: Release
  • 2bd8ab3 docs: Update changelog
  • 220875b Merge pull request #6091 from epage/possible
  • e5eb6c9 fix(help): Integrate 'Possible Values:' into 'Arg::help'
  • 594a771 refactor(help): Make empty tracking more consistent
  • Additional commits viewable in compare view

Updates eframe from 0.33.0 to 0.33.3

Release notes

Sourced from eframe's releases.

0.33.3 - Improve kittest and text selection

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

egui

egui_kittest changelog

egui_extras changelog

0.33.2

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

egui changelog

⭐ Added

  • Add Plugin::on_widget_under_pointer to support widget inspector #7652 by @​juancampa
  • Add Response::total_drag_delta and PointerState::total_drag_delta #7708 by @​emilk

🔧 Changed

🐛 Fixed

eframe changelog

Changelog

Sourced from eframe's changelog.

0.33.3 - 2025-12-11

0.33.2 - 2025-11-13

⭐ Added

  • Add Plugin::on_widget_under_pointer to support widget inspector #7652 by @​juancampa
  • Add Response::total_drag_delta and PointerState::total_drag_delta #7708 by @​emilk

🔧 Changed

🐛 Fixed

Commits
  • 44cdd65 Release 0.33.3: update cargo version and changelog
  • 06b93d9 kittest: add drag-and-drop helpers (#7690)
  • 3657e42 Change text color of selected text (#7691)
  • dc4b24f Typo fix in drag-and-drop documentation (#7750)
  • 33fb2f3 Enforce consistent snapshot updates (#7744)
  • e6fff4b Treat . as a word-splitter in text navigation (#7741)
  • 978ec6c Update changelogs and version for 0.33.2
  • 0ef57d5 Fix ui.response().interact(Sense::click()) being flakey (#7713)
  • d06c28c Fix double negative in documentation (#7711)
  • 787c467 Prevent widgets sometimes appearing to move relative to each other (#7710)
  • Additional commits viewable in compare view

Updates egui_glow from 0.33.0 to 0.33.3

Release notes

Sourced from egui_glow's releases.

0.33.3 - Improve kittest and text selection

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

egui

egui_kittest changelog

egui_extras changelog

0.33.2

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

egui changelog

⭐ Added

  • Add Plugin::on_widget_under_pointer to support widget inspector #7652 by @​juancampa
  • Add Response::total_drag_delta and PointerState::total_drag_delta #7708 by @​emilk

🔧 Changed

🐛 Fixed

eframe changelog

Changelog

Sourced from egui_glow's changelog.

0.33.3 - 2025-12-11

0.33.2 - 2025-11-13

⭐ Added

  • Add Plugin::on_widget_under_pointer to support widget inspector #7652 by @​juancampa
  • Add Response::total_drag_delta and PointerState::total_drag_delta #7708 by @​emilk

🔧 Changed

🐛 Fixed

Commits
  • 44cdd65 Release 0.33.3: update cargo version and changelog
  • 06b93d9 kittest: add drag-and-drop helpers (#7690)
  • 3657e42 Change text color of selected text (#7691)
  • dc4b24f Typo fix in drag-and-drop documentation (#7750)
  • 33fb2f3 Enforce consistent snapshot updates (#7744)
  • e6fff4b Treat . as a word-splitter in text navigation (#7741)
  • 978ec6c Update changelogs and version for 0.33.2
  • 0ef57d5 Fix ui.response().interact(Sense::click()) being flakey (#7713)
  • d06c28c Fix double negative in documentation (#7711)
  • 787c467 Prevent widgets sometimes appearing to move relative to each other (#7710)
  • Additional commits viewable in compare view

Updates egui_extras from 0.33.2 to 0.33.3

Release notes

Sourced from egui_extras's releases.

0.33.3 - Improve kittest and text selection

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

egui

egui_kittest changelog

egui_extras changelog

Changelog

Sourced from egui_extras's changelog.

0.33.3 - 2025-12-11

Commits

Updates egui_ltreeview from 0.6.0 to 0.6.1

Release notes

Sourced from egui_ltreeview's releases.

Release 0.6.1

v0.6.1

Fixes:

  • Fix a bug where a flattened node made all its children invisible.
  • Fix a panic when dragging a dropping a node onto a custom label. Closes #42
  • The ghost overlay when dragging a node would get detached from the cursor if the user scrolled while dragging This should no longer happen.

Changes:

  • The tree state will now use temp storage if the persistence feature is not active. Previously, if the persistence feature on egui was active it would also require the persistence feature on egui_ltreeview to be active. That is not necessarily desired since it now also forces the NodeId to be serializable. Now the tree state will use temp storage if the feature is not active and persistent storage once the feature is activated. The requirement for NodeId to be serializable will therefore only show up once the feature on egui_ltreeview is used.
  • Shift clicking a node when no previous selection was made will now select the clicked node instead of doing nothing. Closes #37
  • Make it so that the modifiers key required for a range selection or a set selection are configurable. Closes #39
Changelog

Sourced from egui_ltreeview's changelog.

v0.6.1

Fixes:

  • Fix a bug where a flattened node made all its children invisible.
  • Fix a panic when dragging a dropping a node onto a custom label. Closes #42
  • The ghost overlay when dragging a node would get detached from the cursor if the user scrolled while dragging This should no longer happen.

Changes:

  • The tree state will now use temp storage if the persistence feature is not active. Previously, if the persistence feature on egui was active it would also require the persistence feature on egui_ltreeview to be active. That is not necessarily desired since it now also forces the NodeId to be serializable. Now the tree state will use temp storage if the feature is not active and persistent storage once the feature is activated. The requirement for NodeId to be serializable will therefore only show up once the feature on egui_ltreeview is used.
  • Shift clicking a node when no previous selection was made will now select the clicked node instead of doing nothing. Closes #37
  • Make it so that the modifiers key required for a range selection or a set selection are configurable. Closes #39
Commits
  • 783c1e1 Remove -dev from version
  • 024fe68 typo
  • 531e691 Make modifier keys configurable for multi selections
  • 7afa6e3 Select a node if shift clicking with no prior selection
  • b9717b2 Correctly clip nodes in the drag overlay
  • f16067f Fix the drag overlay offset when scrolling
  • 2df9cdc Fix an panic when dropping nodes
  • 2a7ebae Remove trailing space
  • 1b26c36 Only use persistent storage if feature is active
  • 9a36848 Fix node flatten bug
  • Additional commits viewable in compare view

Updates glam from 0.30.9 to 0.30.10

Changelog

Sourced from glam's changelog.

[0.30.10] - 2026-01-07

Added

  • Added float vector exp2, ln and log2 methods.

  • Added convenience methods for working with homogeneous coordinates, including 3D vector from_homogeneous and to_homogeneous and 4D vector project.

Fixed

  • Fixed rand UniformSampler new_inclusive methods so they're actually inclusive.
Commits

Updates image from 0.25.8 to 0.25.9

Changelog

Sourced from image's changelog.

Version 0.25.9

Features:

  • Support extracting XMP metadata from PNG, JPEG, GIF, WebP and TIFF files (#2567, #2634, #2644)
  • Support reading IPTC metadata from PNG and JPG files (#2611)
  • Support reading ICC profile from GIF files (#2644)
  • Allow setting a specific DEFLATE compression level when writing PNG (#2583)
  • Initial support for 16-bit CMYK TIFF files (#2588)
  • Allow extracting the alpha channel of a Pixel in a generic way (#2638)

Structural changes:

  • EXR format decoding now only uses multi-threading via Rayon when the rayon feature is enabled (#2643)
  • Upgraded zune-jpeg to 0.5.x, ravif to 0.12.x, gif to 0.14.x
  • pnm: parse integers in PBM/PGM/PPM headers without allocations (#2620)
  • Replace doc_auto_cfg with doc_cfg (#2637)

Bug fixes:

  • Do not encode empty JPEG images (#2624)
  • tga: reject empty images (#2614)
  • tga: fix orientation flip for color mapped images (#2607)
  • tga: adjust colormap lookup to match tga 2.0 spec (#2608)
Commits
  • 5ceb6af Merge pull request #2640 from Shnatsel/release-v0.25.9
  • 282d7b3 Merge pull request #2646 from oligamiq/main
  • 5412aee Amend the note in accordance with the advice of 197g.
  • 4e8a4ed Clarify default features in README and add usage note
  • ca8fa52 Merge pull request #2644 from image-rs/gif-0.14
  • d9bc8fe mention GIF 0.14 changes
  • 053220a Provide gif's XMP and ICC metadata
  • 2ec20b3 Prepare codec with gif@0.14
  • 31939fa Mention EXR rayon change
  • c7f68be Merge pull request #2643 from Shnatsel/really-optional-rayon
  • Additional commits viewable in compare view

Updates indexmap from 2.12.1 to 2.13.0

Changelog

Sourced from indexmap's changelog.

2.13.0 (2026-01-07)

  • Implemented Clone for IntoKeys and IntoValues.
  • Added map::Slice::split_at_checked and split_at_mut_checked.
  • Added set::Slice::split_at_checked.
Commits
  • a4aba99 Merge pull request #431 from cuviper/release-2.13.0
  • e345f3a Release 2.13.0
  • e6b677b Merge pull request #430 from cuviper/split_at_checked
  • 61c9d53 Add Slice::split_at_checked and split_at_mut_checked
  • 8b8d350 Merge pull request #426 from cuviper/clone-intokv
  • 88efd0c impl Clone for IntoKeys and IntoValues
  • 3b6d04b Merge pull request #425 from cuviper/inner-core
  • eb30eb1 Move crate::map::core to crate::inner
  • See full diff in compare view

Updates lru from 0.16.2 to 0.16.3

Changelog

Sourced from lru's changelog.

v0.16.3 - 2026-01-07

  • Fix Stacked Borrows violation in IterMut.
Commits
  • af233e5 Merge pull request #225 from jeromefroe/jerome/prepare-0-16-3-release
  • cf56f9a Prepare 0.16.3 release
  • 62be24c Merge pull request #224 from paolobarbolini/iter-mut-stacked-borrows-violation
  • 25669e7 Add regression test for IterMut stacked borrows violation
  • b9bca34 Fix stacked borrows violation in IterMut::next and IterMut::next_back
  • See full diff in compare view

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates uuid from 1.19.0 to 1.20.0

Release notes

Sourced from uuid's releases.

v1.20.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0

Commits
  • c3346dd Merge pull request #857 from uuid-rs/cargo/v1.20.0
  • 66eebc3 prepare for 1.20.0 release
  • 3b66758 Merge pull request #856 from uuid-rs/docs/bytes-le-ordering
  • e2bdd44 don't run UI tests in wasm
  • b6dc7ec note that ordering applies to fields in to/from_bytes_le
  • a0281cd Merge pull request #855 from uuid-rs/feat/serde-fmt
  • db27b67 Merge pull request #854 from mivort/non-nil-uuid-ord
  • efb06f2 implement Deserialize on adapter types
  • 50d44ad Derive Ord and PartialOrd for NonNilUuid
  • See full diff 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

… updates

Bumps the minor-and-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.24.0` | `1.25.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.51` | `4.5.56` |
| [eframe](https://github.com/emilk/egui) | `0.33.0` | `0.33.3` |
| [egui_extras](https://github.com/emilk/egui) | `0.33.2` | `0.33.3` |
| [egui_ltreeview](https://github.com/LennysLounge/egui_ltreeview) | `0.6.0` | `0.6.1` |
| [glam](https://github.com/bitshifter/glam-rs) | `0.30.9` | `0.30.10` |
| [image](https://github.com/image-rs/image) | `0.25.8` | `0.25.9` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.16.2` | `0.16.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.20.0` |



Updates `bytemuck` from 1.24.0 to 1.25.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.24.0...v1.25.0)

Updates `clap` from 4.5.51 to 4.5.56
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.51...clap_complete-v4.5.56)

Updates `eframe` from 0.33.0 to 0.33.3
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](emilk/egui@0.33.0...0.33.3)

Updates `egui_glow` from 0.33.0 to 0.33.3
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](emilk/egui@0.33.0...0.33.3)

Updates `egui_extras` from 0.33.2 to 0.33.3
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](emilk/egui@0.33.2...0.33.3)

Updates `egui_ltreeview` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/LennysLounge/egui_ltreeview/releases)
- [Changelog](https://github.com/LennysLounge/egui_ltreeview/blob/main/changelog.md)
- [Commits](LennysLounge/egui_ltreeview@release_v0.6.0...release_v0.6.1)

Updates `glam` from 0.30.9 to 0.30.10
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.30.9...0.30.10)

Updates `image` from 0.25.8 to 0.25.9
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.8...v0.25.9)

Updates `indexmap` from 2.12.1 to 2.13.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.12.1...2.13.0)

Updates `lru` from 0.16.2 to 0.16.3
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.16.2...0.16.3)

Updates `serde_json` from 1.0.145 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.149)

Updates `uuid` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: clap
  dependency-version: 4.5.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eframe
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: egui_glow
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: egui_extras
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: egui_ltreeview
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: glam
  dependency-version: 0.30.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: image
  dependency-version: 0.25.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: indexmap
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lru
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: uuid
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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