mbround18 / valheim-docker

Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.
https://hub.docker.com/r/mbround18/valheim
BSD 3-Clause "New" or "Revised" License
757 stars 81 forks source link

Update Rust crate serial_test to v3 #770

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

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 - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.