apollographql / apollo-rs

Spec compliant GraphQL Tools in Rust.
Apache License 2.0
566 stars 45 forks source link

chore(deps): update rust crate serial_test to v3 #797

Closed svc-secops closed 8 months ago

svc-secops commented 8 months ago

This PR contains the following updates:

Package Type Update Change
serial_test dev-dependencies major 2.0.0 -> 3.0.0

Release Notes

palfrey/serial_test (serial_test) ### [`v3.0.0`](https://togithub.com/palfrey/serial_test/releases/tag/v3.0.0) [Compare Source](https://togithub.com/palfrey/serial_test/compare/v2.0.0...v3.0.0) #### What's Changed - Multi key support [https://github.com/palfrey/serial_test/pull/102](https://togithub.com/palfrey/serial_test/pull/102) - Attributes like `#[serial(one, two)]` are now supported (for all attributes) - This is a breaking change, as `file_serial` paths now need to be done separately `#[file_serial(key, path => "/tmp/foo")]` - Attributes at a mod-level [https://github.com/palfrey/serial_test/pull/104](https://togithub.com/palfrey/serial_test/pull/104) - You can set any of the attributes on a `mod` and all `#[test]` fn's in that mod will have the attribute applied. **Full Changelog**: https://github.com/palfrey/serial_test/compare/v2.0.0...v3.0.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot.