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(deps): bump the all-cargo-dependencies group with 2 updates #789

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the all-cargo-dependencies group with 2 updates: anyhow and flecs_ecs.

Updates anyhow from 1.0.94 to 1.0.95

Release notes

Sourced from anyhow's releases.

1.0.95

Commits
  • 48be1ca Release 1.0.95
  • a03d6d6 Merge pull request #402 from dtolnay/fromboxed
  • 52e4abb Add Error::from_boxed with documentation about bidirectional ?
  • ffecefc Merge pull request #401 from dtolnay/construct
  • 671f700 Add construct_ prefix to name of private construct functions
  • See full diff in compare view

Updates flecs_ecs from db1b212 to 1480395

Commits
  • 1480395 docs(Query,QueryBuilder): add doc test showcasing how to return query from fu...
  • 6884aca refactor(cursor): make Cursor::new pub(crate) and check for nullptr on `World...
  • 5d45f70 refactor(query_builder,term,entity_view,world,term): more consistent type par...
  • 2200640 fix(table::iter): add missing table unlock to .fini()
  • 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

Bumps the all-cargo-dependencies group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [flecs_ecs](https://github.com/Indra-db/Flecs-Rust).


Updates `anyhow` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Dec 23, 2024
@github-actions github-actions bot added the chore label Dec 23, 2024
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  21.9 ns ...  21.9 ns ]      -0.04%
ray_intersection/aabb_size_1                       [  22.1 ns ...  22.0 ns ]      -0.14%
ray_intersection/aabb_size_10                      [  23.0 ns ...  23.0 ns ]      -0.20%
ray_intersection/ray_distance_1                    [   5.1 ns ...   5.1 ns ]      -0.48%
ray_intersection/ray_distance_5                    [   9.7 ns ...   9.7 ns ]      +0.01%
ray_intersection/ray_distance_20                   [   9.6 ns ...   9.6 ns ]      +0.03%
overlap/no_overlap                                 [  30.5 ns ...  31.3 ns ]      +2.61%
overlap/partial_overlap                            [  30.5 ns ...  31.3 ns ]      +2.61%
overlap/full_containment                           [  23.2 ns ...  23.0 ns ]      -0.72%
point_containment/inside                           [   6.1 ns ...   6.0 ns ]      -1.55%
point_containment/outside                          [   5.3 ns ...   5.3 ns ]      -0.06%
point_containment/boundary                         [   5.7 ns ...   5.7 ns ]      -0.13%

Comparing to 78a5b50

@andrewgazelka andrewgazelka merged commit 2a5eedc into main Dec 23, 2024
6 checks passed
@andrewgazelka andrewgazelka deleted the dependabot/cargo/all-cargo-dependencies-df3d161f6d branch December 23, 2024 21:01
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.

1 participant