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 5 updates #823

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the all-cargo-dependencies group with 5 updates:

Package From To
papaya 0.1.7 0.1.8
serde_json 1.0.135 1.0.137
uuid 1.11.1 1.12.0
flecs_ecs 2c72543 45f2577
indexmap 2.7.0 2.7.1

Updates papaya from 0.1.7 to 0.1.8

Release notes

Sourced from papaya's releases.

0.1.8

Commits
  • 1e1eecf release 0.1.8
  • c47bdde document all internal unsafe blocks
  • 1229f93 add HashMap::try_insert_with
  • 87311b3 remove capacity field from Table
  • a6f4249 simplify probe state
  • 4246869 add missing uses of Equivalent over Borrow
  • 0abe12d use Equivalent trait instead of Borrow
  • 8b9c514 add MSRV metadata to Cargo.toml
  • See full diff in compare view

Updates serde_json from 1.0.135 to 1.0.137

Release notes

Sourced from serde_json's releases.

v1.0.137

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)

v1.0.136

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @​goffrie)
Commits
  • eb49e28 Release 1.0.137
  • 51c48ab Merge pull request #1231 from dtolnay/playground
  • 7d8f15b Enable "float_roundtrip" and "unbounded_depth" features in playground
  • a46f14c Release 1.0.136
  • eb9f3f6 Merge pull request #1230 from goffrie/patch-1
  • 513e5b2 Use Map::with_capacity in value::Serializer::serialize_map
  • See full diff in compare view

Updates uuid from 1.11.1 to 1.12.0

Release notes

Sourced from uuid's releases.

1.12.0

⚠️ Possible Breakage

This release includes additional PartialEq implementations on Uuid, which can break inference in some cases.

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.11.1...1.12.0

Commits
  • c5f1d02 Merge pull request #784 from uuid-rs/cargo/1.12.0
  • 4cfbd83 fix deprecation versions
  • 8f76175 prepare for 1.12.0 release
  • 358eb34 Merge pull request #783 from uuid-rs/feat/non-nil
  • 6c5099e also remove borsh from NonNilUuid for now
  • b12c690 fix up non nil docs
  • 38df005 remove zerocopy from NonNilUuid for now
  • 4021daa fix up zerocopy derives
  • f570b57 support equality between NonNilUuid and Uuid
  • 4ffd872 add a few missing derives
  • Additional commits viewable in compare view

Updates flecs_ecs from 2c72543 to 45f2577

Commits
  • 45f2577 chore(flecs_ecs_sys): (part 1) upgrade flecs C to commit d23b34a
  • 363d6d8 tests(flecs): add equality test cases between C and Rust component id's for b...
  • See full diff in compare view

Updates indexmap from 2.7.0 to 2.7.1

Changelog

Sourced from indexmap's changelog.

2.7.1 (2025-01-19)

  • Added #[track_caller] to functions that may panic.
  • Improved memory reservation for insert_entry.
Commits
  • 42e57a3 Merge pull request #369 from cuviper/release-2.7.1
  • f61b581 Release 2.7.1
  • cb520a7 Merge pull request #368 from cuviper/reserve_entries
  • f0ec924 Merge pull request #367 from savannstm/better-panics
  • 38ef618 Merge pull request #364 from hkBst/patch-1
  • 1f12721 Improve memory reservation for insert_entry
  • 2f55755 Improve panic messages
  • 7b64edc Add #[track_caller] attributes to functions that may panic
  • f63bb6e remove fxhash dep
  • 8eb4de5 Remove fxhash example from lib.rs
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [papaya](https://github.com/ibraheemdev/papaya) | `0.1.7` | `0.1.8` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.1` | `1.12.0` |
| [flecs_ecs](https://github.com/Indra-db/Flecs-Rust) | ``2c72543`` | ``45f2577`` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` |


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

Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.137)

Updates `uuid` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.1...1.12.0)

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

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

---
updated-dependencies:
- dependency-name: papaya
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-dependencies
- dependency-name: flecs_ecs
  dependency-type: direct:production
  dependency-group: all-cargo-dependencies
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
...

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 Jan 20, 2025
@github-actions github-actions bot added the chore label Jan 20, 2025
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  24.6 ns ...  24.0 ns ]      -2.57%
ray_intersection/aabb_size_1                       [  24.6 ns ...  24.6 ns ]      -0.02%
ray_intersection/aabb_size_10                      [  22.8 ns ...  22.8 ns ]      -0.11%
ray_intersection/ray_distance_1                    [   5.2 ns ...   5.2 ns ]      +0.06%
ray_intersection/ray_distance_5                    [   9.4 ns ...   9.4 ns ]      -0.04%
ray_intersection/ray_distance_20                   [   9.4 ns ...   9.4 ns ]      +0.10%
overlap/no_overlap                                 [  31.0 ns ...  31.1 ns ]      +0.15%
overlap/partial_overlap                            [  31.1 ns ...  31.0 ns ]      -0.30%
overlap/full_containment                           [  24.0 ns ...  23.0 ns ]      -4.03%
point_containment/inside                           [   5.9 ns ...   5.9 ns ]      +0.43%
point_containment/outside                          [   5.3 ns ...   5.3 ns ]      -0.08%
point_containment/boundary                         [   5.9 ns ...   5.8 ns ]      -0.30%

Comparing to 9d60273

@andrewgazelka andrewgazelka added this pull request to the merge queue Jan 21, 2025
Merged via the queue into main with commit 5e4648a Jan 21, 2025
12 of 13 checks passed
@andrewgazelka andrewgazelka deleted the dependabot/cargo/all-cargo-dependencies-24da9b20e8 branch January 21, 2025 20:02
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