Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-cargo-dependencies group with 4 updates: papaya, clap, divan and flecs_ecs.

Updates papaya from 0.1.8 to 0.1.9

Release notes

Sourced from papaya's releases.

0.1.9

Commits
  • bcc630f release 0.1.9
  • b2c3551 update assertion for HashSet deserializer
  • ccb2371 fix signature of HashMap::retain
  • ad66e29 add HashMap::remove_if
  • a554a5f add heuristic to shrink table size
  • 19567d8 implement serde::{Serialize, Deserialize} for HashSet
  • 7426f7e enable leak sanitizer in CI
  • See full diff in compare view

Updates clap from 4.5.28 to 4.5.30

Release notes

Sourced from clap's releases.

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
Changelog

Sourced from clap's changelog.

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
Commits
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • d6bd7e2 Merge pull request #5763 from epage/complete
  • 0887593 fix(complete): Change ValueHint::Unknown to Other, from AnyPath
  • 61ebe72 chore: Release
  • 2e3fcc6 docs: Update changelog
  • 13dad4c Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x
  • 3ca44c7 Merge pull request #5758 from clap-rs/renovate/terminal_size-0.x
  • d71ae66 Merge pull request #5760 from clap-rs/renovate/stable-1.x
  • a25c734 chore(deps): Update dependency STABLE to v1.81.0
  • Additional commits viewable in compare view

Updates divan from 98d6e68 to 26e2888

Commits

Updates flecs_ecs from fee1b73 to 99d8b59

Commits
  • 99d8b59 fix(debug EntityView): don't split vector or loop ids if archetype is empty
  • 82fedf2 fix(flecs.c): update ecs_enable_id to check for is_alive_id
  • 30e7950 fix(flecs.c): cherry-pick PR #1577 to fix toggleable components w/ prefab dis...
  • d95847a improve(Debug EntityView): print component id's alongside name
  • c3b7bb0 fix(flecs.c): cherry picked PR #1576 in flecs core repo to prevent infinite r...
  • d07645d chore(lookup fn): improve entity not found message
  • 4281189 feat(on_component_registration): call fn on_component_registration after id i...
  • 0a5a4b4 doc(entity_view): add fn doc to add_id_unchecked
  • cfa7ef6 fix(entity_view_mut, reflection_example): expose add_id_unchecked
  • b234210 fix(flecs_meta, #227): build when specified alone as a feature
  • 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 all-cargo-dependencies group with 4 updates: [papaya](https://github.com/ibraheemdev/papaya), [clap](https://github.com/clap-rs/clap), [divan](https://github.com/nvzqz/divan) and [flecs_ecs](https://github.com/Indra-db/Flecs-Rust).


Updates `papaya` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/ibraheemdev/papaya/releases)
- [Commits](ibraheemdev/papaya@v0.1.8...v0.1.9)

Updates `clap` from 4.5.28 to 4.5.30
- [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.28...clap_complete-v4.5.30)

Updates `divan` from `98d6e68` to `26e2888`
- [Commits](nvzqz/divan@98d6e68...26e2888)

Updates `flecs_ecs` from `fee1b73` to `99d8b59`
- [Release notes](https://github.com/Indra-db/Flecs-Rust/releases)
- [Commits](Indra-db/Flecs-Rust@fee1b73...99d8b59)

---
updated-dependencies:
- dependency-name: papaya
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: divan
  dependency-type: direct:production
  dependency-group: all-cargo-dependencies
- dependency-name: flecs_ecs
  dependency-type: direct:production
  dependency-group: all-cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 17, 2025
@github-actions github-actions bot added the chore label Feb 17, 2025
@github-actions
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  21.0 ns ...  21.1 ns ]      +0.40%
ray_intersection/aabb_size_1                       [  21.0 ns ...  21.0 ns ]      -0.03%
ray_intersection/aabb_size_10                      [  21.1 ns ...  21.1 ns ]      +0.06%
ray_intersection/ray_distance_1                    [   3.8 ns ...   3.8 ns ]      +0.07%
ray_intersection/ray_distance_5                    [   3.8 ns ...   3.8 ns ]      -0.14%
ray_intersection/ray_distance_20                   [   3.8 ns ...   3.8 ns ]      -0.14%
overlap/no_overlap                                 [  31.1 ns ...  30.3 ns ]      -2.63%
overlap/partial_overlap                            [  31.3 ns ...  31.2 ns ]      -0.25%
overlap/full_containment                           [  24.2 ns ...  23.6 ns ]      -2.25%
point_containment/inside                           [   6.0 ns ...   5.9 ns ]      -1.60%
point_containment/outside                          [   6.3 ns ...   6.3 ns ]      -0.05%
point_containment/boundary                         [   6.7 ns ...   6.7 ns ]      +0.90%

Comparing to 9b8c3d0

@andrewgazelka andrewgazelka added this pull request to the merge queue Feb 17, 2025
Merged via the queue into main with commit df63137 Feb 17, 2025
12 of 13 checks passed
@andrewgazelka andrewgazelka deleted the dependabot/cargo/all-cargo-dependencies-0b83fc65b1 branch February 17, 2025 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 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.

2 participants