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

build(deps): bump the all group across 1 directory with 41 updates #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the all group with 39 updates in the / directory:

Package From To
crossbeam 0.8.3 0.8.4
getrandom 0.2.11 0.2.15
log 0.4.20 0.4.21
nalgebra 0.32.3 0.33.0
rapier2d-f64 0.17.2 0.21.0
instant 0.1.12 0.1.13
wasmer 4.2.5 4.2.8
libflate 2.0.0 2.1.0
bytes 1.5.0 1.6.0
wide 0.7.13 0.7.24
anyhow 1.0.77 1.0.86
lazy_static 1.4.0 1.5.0
regex 1.10.2 1.10.5
js-sys 0.3.66 0.3.69
wasm-bindgen-futures 0.4.39 0.4.42
rayon 1.8.0 1.10.0
env_logger 0.10.1 0.10.2
serde_json 1.0.108 1.0.109
serial_test 2.0.0 3.1.1
maths-rs 0.2.5 0.2.6
chrono 0.4.31 0.4.38
base64 0.21.5 0.22.1
flate2 1.0.28 1.0.30
built 0.7.1 0.7.3
reqwest 0.11.23 0.11.27
tokio 1.35.1 1.38.0
axum 0.7.2 0.7.5
tower-http 0.5.0 0.5.2
http 1.0.0 1.1.0
clap 4.4.11 4.5.7
comfy-table 7.1.0 7.1.1
tempfile 3.8.1 3.10.1
skillratings 0.26.0 0.27.0
itertools 0.12.0 0.13.0
petname 1.1.3 2.0.2
rusqlite 0.30.0 0.31.0
toml 0.8.8 0.8.14
indicatif 0.17.7 0.17.8
metaheuristics-nature 9.2.3 10.1.0

Updates crossbeam from 0.8.3 to 0.8.4

Release notes

Sourced from crossbeam's releases.

crossbeam-utils 0.8.4

  • Bump loom dependency to version 0.5. (#686)

crossbeam-deque 0.8.4

  • Bump the minimum supported Rust version to 1.61. (#1037)

crossbeam 0.8.4

  • Remove dependency on cfg-if. (#1072)
Changelog

Sourced from crossbeam's changelog.

Version 0.8.4

  • Remove dependency on cfg-if. (#1072)
Commits
  • 9c3182a Prepare for the next release
  • 35a55d2 Remove dependency on cfg-if
  • 0935295 epoch: Remove unused autocfg dependency
  • e02133b Use const thread_local
  • 5a15fc2 More correct buffer allocation
  • 7389cdf ci: Remove scripts that call single command
  • 4ef4f09 Ignore dead_code warnings for tuple structs
  • See full diff in compare view

Updates getrandom from 0.2.11 to 0.2.15

Changelog

Sourced from getrandom's changelog.

[0.2.15] - 2024-05-06

Added

  • Apple visionOS support #410

Changed

  • Use libc::getrandom on DragonflyBSD, FreeBSD, illumos, and Solaris #411 #416 #417 #420
  • Unify libc::getentropy-based implementations #418

#410: rust-random/getrandom#410 #411: rust-random/getrandom#411 #416: rust-random/getrandom#416 #417: rust-random/getrandom#417 #418: rust-random/getrandom#418 #420: rust-random/getrandom#420

[0.2.14] - 2024-04-08

Fixed

  • Enable /dev/urandom fallback for MUSL-based Linux targets #408

#408: rust-random/getrandom#408

[0.2.13] - 2024-04-06

Added

  • linux_disable_fallback crate feature to disable /dev/urandom-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). #396

Changed

  • Disable /dev/urandom fallback for Linux targets outside of the following target_arches: aarch64, arm, powerpc, powerpc64, s390x, x86, x86_64 #396
  • Do not catch EPERM error code on Android while checking availability of the getrandom syscall #396

#396: rust-random/getrandom#396

[0.2.12] - 2024-01-09

Fixed

  • Custom backend for targets without atomics #385

Changed

  • Improve robustness of the Hermit backend and sys_fill_exact #386
  • Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 #388

Added

  • Document platform support policy #387

#385: rust-random/getrandom#385 #386: rust-random/getrandom#386 #387: rust-random/getrandom#387 #388: rust-random/getrandom#388

Commits

Updates log from 0.4.20 to 0.4.21

Changelog

Sourced from log's changelog.

[0.4.21] - 2024-02-27

What's Changed

New Contributors

Commits
  • 3ccdc28 Merge pull request #617 from rust-lang/cargo/0.4.21
  • 6153cb2 prepare for 0.4.21 release
  • f0f7494 Merge pull request #613 from rust-lang/feat/kv-cleanup
  • 2b220bf clean up structured logging example
  • 646e9ab use original Visitor name for VisitValue
  • cf85c38 add needed subfeatures to kv_unstable
  • 73e9539 fix up capturing of :err
  • 31bb4b0 move error macros together
  • ad91711 support field shorthand in macros
  • 90a347b restore removed APIs as deprecated
  • Additional commits viewable in compare view

Updates nalgebra from 0.32.3 to 0.33.0

Changelog

Sourced from nalgebra's changelog.

[0.33.0] (23 June 2024)

Fixed

  • Fix a memory leak in Matrix::generic_resize.
  • Fix glm::is_null to check the vector magnitude instead of individual components.
  • Ensure that inverting a 4x4 matrix leaves it unchanged if the inversion fails.

Added

  • Add the glam-0.28 feature to enable conversion from/to types from glam v0.28.
  • Add a stack! macro for concatenating matrices. See #1375.

Modified

  • The cuda feature has been removed, as the toolchain it depends on is long abandoned.
  • Update to simba 0.9. See the changelog of simba for details.
  • Update the nalgebra-macros crate to syn 2.0.
  • Remove the scalar type T from the Allocator trait parameters. Instead of Allocator<T, R, C>, use the simpler Allocator<R, C>.

[0.32.6] (12 June 2024)

Added

  • Add the glam-0.27 feature to enable conversion from/to types from glam v0.27.

[0.32.5] (28 March 2024)

Fixed

  • Fix numerical issue on SVD with near-identity matrix.

[0.32.4] (19 Feb 2023)

Added

  • Add the glam-0.25 feature to enable conversion from/to types from glam v0.25.
Commits

Updates rapier2d-f64 from 0.17.2 to 0.21.0

Changelog

Sourced from rapier2d-f64's changelog.

v0.21.0 (23 June 2024)

Fix

  • Fix NaN values appearing in bodies translation and rotation after a simulation step with a delta time equal to 0 (#660).
  • Fix crash in the SAP broad-phase when teleporting an object.

Modified

  • Update to nalgebra 0.33 and parry 0.16.
  • solve_character_collision_impulses collisions parameter is now an iterator over references.

v0.20.0 (9 June 2024)

This release introduces two new crates:

  • rapier3d-urdf for loading URDF files into rapier3d. This will load the rigid-bodies, colliders, and joints.
  • rapier3d-stl for loading an STL file as a collision shape.

Added

  • Add Multibody::inverse_kinematics, Multibody::inverse_kinematics_delta, and ::inverse_kinematics_delta_with_jacobian for running inverse kinematics on a multibody to align one its links pose to the given prescribed pose.
  • Add InverseKinematicsOption to customize some behaviors of the inverse-kinematics solver.
  • Add Multibody::body_jacobian to get the jacobian of a specific link.
  • Add Multibody::update_rigid_bodies to update rigid-bodies based on the multibody links poses.
  • Add Multibody::forward_kinematics_single_link to run forward-kinematics to compute the new pose and jacobian of a single link without mutating the multibody. This can take an optional displacement on generalized coordinates that are taken into account during transform propagation.
  • Implement Debug for ColliderBuilder.
  • Add Collider::converted_trimesh and MeshConverter for building a collider with a shape computed from a mesh’s index and vertex buffers. That computed shape can currently be a TriMesh, a Cuboid (covering the mesh’s AABB or OBB), a convex hull, or a convex decomposition.
  • Implement Default for RigidBodyBuilder. This is equivalent to RigidBodyBuilder::dynamic().
  • Implement Default for ColliderBuilder. This is equivalent to ColliderBuilder::ball(0.5).
  • Add RevoluteJoint::angle to compute the joint’s angle given the rotation of its attached rigid-bodies.

Modified

  • Renamed JointAxesMask::X/Y/Z to ::LIN_X/LIN_Y/LIN_Z; and renamed JointAxisMask::X/Y/Z to ::LinX/LinY/LynZ to make it clear it is not to be used as angular axes (the angular axis are JointAxesMask::ANG_X/ANG_Y/AngZ and JointAxisMask::AngX/AngY/AngZ).
  • The contact constraints regularization parameters have been changed from erp/damping_ratio to natural_frequency/damping_ratio. This helps define them in a timestep-length independent way. The new variables are named IntegrationParameters::contact_natural_frequency and IntegrationParameters::contact_damping_ratio.
  • The IntegrationParameters::normalized_max_penetration_correction has been replaced by ::normalized_max_corrective_velocity

... (truncated)

Commits
  • 0089365 Release v0.21.0 (#665)
  • a854de7 Fix attempt to subtract with overflow panic in `SAPRegion::update_after_sub...
  • 5308a28 fix: less invasive solve_character_collision_impulses function (#652)
  • 3004a7d chore: update to nalgebra 0.33 and parry 0.16 (#664)
  • 3e8650f Fix delta_time being 0 resulting in incorrect simulation (#660)
  • 8a592e4 Fix typos. (#658)
  • 84b66d6 fix: character controller: walls less likely to trigger ground detection (#655)
  • 5c6d34a fix: capitalization typo in docs (#654)
  • 05c3925 fix: Fixed typo in castShape functions (#653)
  • b3dc1c1 Release Rapier 0.20.0 (#651)
  • Additional commits viewable in compare view

Updates instant from 0.1.12 to 0.1.13

Commits

Updates wasmer from 4.2.5 to 4.2.8

Release notes

Sourced from wasmer's releases.

Release v4.2.8

This release improves journal support and improves the performance of the singlepass backend. Also contains fixes to the Edge CLI.

Release v4.2.7

This release adds the wasmer domain command for DNS records management, and also includes an important fix to the stack_restore WASIX syscall (used by the longjmp function).

Release v4.2.6

This release includes a number of DX improvements for the Wasmer CLI, as well as fixes to WASI and its filesystem implementation.

Changelog

Sourced from wasmer's changelog.

4.2.8 - 05/04/2024

This release improves journal support and improves the performance of the singlepass backend. Also contains fixes to the Edge CLI.

Added

  • #4510 Added support for creating log file journals directly from buffers
  • #4506 feat: add wasmer-argus
  • #4508 Upgrade edge-{schema,util} crates + add some helper methdos

Changed

  • #4541 Removed some dead code
  • #4539 deps: Upgrade h2 due to RUSTSEC advisory
  • #4527 allow owner field in app.yaml
  • #4526 feat(singlepass): use SIMD insts for popcount
  • #4507 deps: Upgrade edge-schema to 0.0.3
  • #4462 DProxy

Fixed

  • #4542 Various fixes detected in the build
  • #4537 Fix owner issues with app create
  • #4535 fix(cli): Fix Edge WinterJS template
  • #4525 Fix bug with app deploy: app URL is stale
  • #4520 Fix singlepass panic

4.2.7 - 19/03/2024

This release adds the wasmer domain command for DNS records management, and also includes an important fix to the stack_restore WASIX syscall (used by the longjmp function).

Added

  • #4478 chore(backend-api): Add size to PackageDistribution

Changed

  • #4492 No longer restoring the thread local memory when we longjmp
  • #4487 Manage DNS records
  • #4220 Ability to detect a tainted instance
  • #4455 Implemented an exponential CPU backoff that kicks in when a run token is not held
  • #4470 chore: Completely remove wasix_http_client

Fixed

  • #4490 Fix for a panic in the sock_recv when a file handle is missing
  • #4335 Fixed an issue where the package loader was blocking the tokio runtime

... (truncated)

Commits

Updates libflate from 2.0.0 to 2.1.0

Release notes

Sourced from libflate's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: sile/libflate@2.0.0...2.1.0

Commits

Updates bytes from 1.5.0 to 1.6.0

Release notes

Sourced from bytes's releases.

Bytes 1.6.0 (March 22, 2024)

Added

  • Add Bytes::is_unique (#643)

Documented

  • Fix changelog typo (#628)
  • Fix some spelling mistakes (#633)
  • Typo fix (#637)
  • Fix broken links (#639)
  • Add security policy (#649)

Internal changes

  • Move comment to correct constant (#629)
  • Various cleanup (#635)
  • Simplify UninitSlice::as_uninit_slice_mut() logic (#644)
  • Use self. instead of Self:: (#642)
  • BytesMut: Assert alignment of Shared (#652)
  • Remove unnecessary namespace qualifier (#660)
  • Remove an unnecessary else branch (#662)
  • Remove unreachable else branch (#661)
  • make parameter mut in From<Vec> (#667)
  • Restore commented tests (#665)
  • Use sub instead of offset (#668)
  • Calculate original capacity only if necessary (#666)
  • set_vec_pos does not need a second parameter (#672)
  • get_vec_pos: use &self instead of &mut self (#670)
  • Refactor split_at/split_to (#663)
  • Use Iterator from the prelude (#673)
  • copy_to_bytes: Add panic section to docs (#676)
  • Remove redundant reserve call (#674)
  • Use ManuallyDrop instead of mem::forget (#675)
Changelog

Sourced from bytes's changelog.

1.6.0 (March 22, 2024)

Added

  • Add Bytes::is_unique (#643)

Documented

  • Fix changelog typo (#628)
  • Fix some spelling mistakes (#633)
  • Typo fix (#637)
  • Fix broken links (#639)
  • Add security policy (#649)

Internal changes

  • Move comment to correct constant (#629)
  • Various cleanup (#635)
  • Simplify UninitSlice::as_uninit_slice_mut() logic (#644)
  • Use self. instead of Self:: (#642)
  • BytesMut: Assert alignment of Shared (#652)
  • Remove unnecessary namespace qualifier (#660)
  • Remove an unnecessary else branch (#662)
  • Remove unreachable else branch (#661)
  • make parameter mut in From<Vec> (#667)
  • Restore commented tests (#665)
  • Use sub instead of offset (#668)
  • Calculate original capacity only if necessary (#666)
  • set_vec_pos does not need a second parameter (#672)
  • get_vec_pos: use &self instead of &mut self (#670)
  • Refactor split_at/split_to (#663)
  • Use Iterator from the prelude (#673)
  • copy_to_bytes: Add panic section to docs (#676)
  • Remove redundant reserve call (#674)
  • Use ManuallyDrop instead of mem::forget (#675)
Commits

Updates wide from 0.7.13 to 0.7.24

Commits
  • ceb8c2c chore: Release wide version 0.7.24
  • 6c73212 okay clippy you were right this time.
  • bccbfe0 clippy be quiet
  • c3f023a Improve move_mask and boolean ops for i64x2 i32x4 i16x8 i8x16 (#162)
  • ab41447 chore: Release wide version 0.7.23
  • 9dc3458 Added shift-by variable amount (#159)
  • e7fd53d chore: Release wide version 0.7.22
  • 62daa87 fix u32 sign bugs (#158)
  • 729877b put a funding file it's fine
  • 1314388 chore: Release wide version 0.7.21
  • Additional commits viewable in compare view

Updates anyhow from 1.0.77 to 1.0.86

Release notes

Sourced from anyhow's releases.

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)

1.0.83

  • Integrate compile-time checking of cfgs (#363)

1.0.82

  • Documentation improvements

1.0.81

  • Make backtrace support available when using -Dwarnings (#354)

1.0.80

  • Fix unused_imports warnings when compiled by rustc 1.78

1.0.79

  • Work around improperly cached build script result by sccache (#340)

1.0.78

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)
Commits
  • 8ea1819 Release 1.0.86
  • 0a1b405 Merge pull request #373 from dtolnay/minusneg
  • e0c74f2 Ensure $:literal never matches negative literal
  • 013c66e Fix parse error with non-literal after minus sign
  • ca7aff7 Add binary operator ensure tests
  • 2737bbe Release 1.0.85
  • 82b8b34 Merge pull request #371 from dtolnay/split
  • ad78d70 Preserve more token spans in expression parser
  • 5cce406 Parse comparison operators before other binary operators
  • 7205394 Merge pull request #369 from dtolnay/tokensplit
  • Additional commits viewable in compare view

Updates lazy_static from 1.4.0 to 1.5.0

Commits

Updates regex from 1.10.2 to 1.10.5

Changelog

Sourced from regex's changelog.

1.10.5 (2024-06-09)

This is a new patch release with some minor fixes.

Bug fixes:

1.10.4 (2024-03-22)

This is a new patch release with some minor fixes.

1.10.3 (2024-01-21)

This is a new patch release that fixes the feature configuration of optional dependencies, and fixes an unsound use of bounds check elision.

Bug fixes:

Commits
  • 0718fc5 1.10.5
  • 377463b changelog: 1.10.4 and 1.10.5
  • 68c4f0b regex-automata-0.4.7
  • 4757b5f regex-syntax-0.8.4
  • 1430b65 changelog: 1.10.4
  • 1f9f9cc bytes: escape invalid UTF-8 bytes in debug output for Match
  • ab4c8d1 doc: fix duplicate phrasing typo
  • ddeb85e cli/deps: update memmap2 to 0.9
  • 023f1c9 lite: fix attribute warning about rustfmt
  • 9c139f4 syntax: simplify Hir::dot constructors
  • Additional commits viewable in compare view

Updates wasmer-compiler-cranelift from 4.2.5 to 4.2.8

Release notes

Sourced from wasmer-compiler-cranelift's releases.

Release v4.2.8

This release improves journal support and improves the performance of the singlepass backend. Also contains fixes to the Edge CLI.

Release v4.2.7

This release adds the wasmer domain command for DNS records management, and also includes an important fix to the stack_restore WASIX syscall (used by the longjmp function).

Release v4.2.6

This release includes a number of DX improvements for the Wasmer CLI, as well as fixes to WASI and its filesystem implementation.

Changelog

Sourced from wasmer-compiler-cranelift's changelog.

4.2.8 - 05/04/2024

This release improves journal support and improves the performance of the singlepass backend. Also contains fixes to the Edge CLI.

Added

  • #4510 Added support for creating log file journals directly from buffers
  • #4506 feat: add wasmer-argus
  • #4508 Upgrade edge-{schema,util} crates + add some helper methdos

Changed

  • #4541 Removed some dead code
  • #4539 deps: Upgrade h2 due to RUSTSEC advisory
  • #4527 allow owner field in app.yaml
  • #4526 feat(singlepass): use SIMD insts for popcount
  • #4507 deps: Upgrade edge-schema to 0.0.3
  • #4462 DProxy

Fixed

  • #4542 Various fixes detected in the build
  • #4537 Fix owner issues with app create
  • #4535 fix(cli): Fix Edge WinterJS template
  • #4525 Fix bug with app deploy: app URL is stale
  • #4520 Fix singlepass panic

4.2.7 - 19/03/2024

This release adds the wasmer domain command for DNS records management, and also includes an important fix to the stack_restore WASIX syscall (used by the longjmp function).

Added

  • #4478 chore(backend-api): Add size to PackageDistribution

Changed

  • #4492 No longer restoring the thread local memory when we longjmp
  • #4487 Manage DNS records
  • #4220 Ability to detect a tainted instance
  • #4455 Implemented an exponential CPU backoff that kicks in when a run token is not held
  • #4470 chore: Completely remove wasix_http_client

Fixed

  • #4490 Fix for a panic in the sock_recv when a file handle is missing
  • #4335 Fixed an issue where the package loader was blocking the tokio runtime

... (truncated)

Commits

Bumps the all group with 39 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [crossbeam](https://github.com/crossbeam-rs/crossbeam) | `0.8.3` | `0.8.4` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.11` | `0.2.15` |
| [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` |
| [nalgebra](https://github.com/dimforge/nalgebra) | `0.32.3` | `0.33.0` |
| [rapier2d-f64](https://github.com/dimforge/rapier) | `0.17.2` | `0.21.0` |
| [instant](https://github.com/sebcrozet/instant) | `0.1.12` | `0.1.13` |
| [wasmer](https://github.com/wasmerio/wasmer) | `4.2.5` | `4.2.8` |
| [libflate](https://github.com/sile/libflate) | `2.0.0` | `2.1.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.5.0` | `1.6.0` |
| [wide](https://github.com/Lokathor/wide) | `0.7.13` | `0.7.24` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.77` | `1.0.86` |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.5` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.66` | `0.3.69` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.39` | `0.4.42` |
| [rayon](https://github.com/rayon-rs/rayon) | `1.8.0` | `1.10.0` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.10.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.109` |
| [serial_test](https://github.com/palfrey/serial_test) | `2.0.0` | `3.1.1` |
| [maths-rs](https://github.com/polymonster/maths-rs) | `0.2.5` | `0.2.6` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.38` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.22.1` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.30` |
| [built](https://github.com/lukaslueg/built) | `0.7.1` | `0.7.3` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.27` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.38.0` |
| [axum](https://github.com/tokio-rs/axum) | `0.7.2` | `0.7.5` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.5.0` | `0.5.2` |
| [http](https://github.com/hyperium/http) | `1.0.0` | `1.1.0` |
| [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.5.7` |
| [comfy-table](https://github.com/nukesor/comfy-table) | `7.1.0` | `7.1.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.8.1` | `3.10.1` |
| [skillratings](https://github.com/atomflunder/skillratings) | `0.26.0` | `0.27.0` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.0` | `0.13.0` |
| [petname](https://github.com/allenap/rust-petname) | `1.1.3` | `2.0.2` |
| [rusqlite](https://github.com/rusqlite/rusqlite) | `0.30.0` | `0.31.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.14` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` | `0.17.8` |
| [metaheuristics-nature](https://github.com/KmolYuan/metaheuristics-nature-rs) | `9.2.3` | `10.1.0` |



Updates `crossbeam` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-0.8.3...crossbeam-0.8.4)

Updates `getrandom` from 0.2.11 to 0.2.15
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.11...v0.2.15)

Updates `log` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

Updates `nalgebra` from 0.32.3 to 0.33.0
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits)

Updates `rapier2d-f64` from 0.17.2 to 0.21.0
- [Changelog](https://github.com/dimforge/rapier/blob/master/CHANGELOG.md)
- [Commits](dimforge/rapier@v0.17.2...v0.21.0)

Updates `instant` from 0.1.12 to 0.1.13
- [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebcrozet/instant/commits)

Updates `wasmer` from 4.2.5 to 4.2.8
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v4.2.5...v4.2.8)

Updates `libflate` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](sile/libflate@2.0.0...2.1.0)

Updates `bytes` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.5.0...v1.6.0)

Updates `wide` from 0.7.13 to 0.7.24
- [Commits](Lokathor/wide@v0.7.13...v0.7.24)

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

Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `regex` from 1.10.2 to 1.10.5
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.2...1.10.5)

Updates `wasmer-compiler-cranelift` from 4.2.5 to 4.2.8
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v4.2.5...v4.2.8)

Updates `js-sys` from 0.3.66 to 0.3.69
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wasm-bindgen` from 0.2.89 to 0.2.92
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.89...0.2.92)

Updates `wasm-bindgen-futures` from 0.4.39 to 0.4.42
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `rayon` from 1.8.0 to 1.10.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.10.0)

Updates `env_logger` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.1...v0.10.2)

Updates `serde_json` from 1.0.108 to 1.0.109
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.109)

Updates `serial_test` from 2.0.0 to 3.1.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v2.0.0...v3.1.1)

Updates `maths-rs` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/polymonster/maths-rs/releases)
- [Commits](polymonster/maths-rs@0.2.5...0.2.6)

Updates `chrono` from 0.4.31 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.31...v0.4.38)

Updates `base64` from 0.21.5 to 0.22.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.5...v0.22.1)

Updates `flate2` from 1.0.28 to 1.0.30
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.28...1.0.30)

Updates `built` from 0.7.1 to 0.7.3
- [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md)
- [Commits](lukaslueg/built@0.7.1...0.7.3)

Updates `reqwest` from 0.11.23 to 0.11.27
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.23...v0.11.27)

Updates `tokio` from 1.35.1 to 1.38.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.38.0)

Updates `axum` from 0.7.2 to 0.7.5
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.2...axum-v0.7.5)

Updates `tower-http` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.0...tower-http-0.5.2)

Updates `http` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.0.0...v1.1.0)

Updates `clap` from 4.4.11 to 4.5.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.11...v4.5.7)

Updates `comfy-table` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v7.1.0...v7.1.1)

Updates `tempfile` from 3.8.1 to 3.10.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.8.1...v3.10.1)

Updates `skillratings` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/atomflunder/skillratings/releases)
- [Changelog](https://github.com/atomflunder/skillratings/blob/master/CHANGELOG.md)
- [Commits](atomflunder/skillratings@v0.26.0...v0.27.0)

Updates `itertools` from 0.12.0 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.13.0)

Updates `petname` from 1.1.3 to 2.0.2
- [Commits](allenap/rust-petname@v1.1.3...v2.0.2)

Updates `rusqlite` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.30.0...v0.31.0)

Updates `toml` from 0.8.8 to 0.8.14
- [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.14)

Updates `indicatif` from 0.17.7 to 0.17.8
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.7...0.17.8)

Updates `metaheuristics-nature` from 9.2.3 to 10.1.0
- [Commits](KmolYuan/metaheuristics-nature-rs@v9.2.3...v10.1.0)

---
updated-dependencies:
- dependency-name: crossbeam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: getrandom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: nalgebra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rapier2d-f64
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: instant
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasmer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: libflate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wide
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasmer-compiler-cranelift
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: maths-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: built
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: comfy-table
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: skillratings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: petname
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: metaheuristics-nature
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants