Commit 18126be
committed
Merge #231: chore: update major version dependencies
846b509 chore: update derive_more from 0.99 to 2.1 (Jose Celano)
16c0dd0 chore: update rstest from 0.23 to 0.26 (Jose Celano)
ab76e06 chore: update thiserror from 1.0 to 2.0 (Jose Celano)
2fda539 chore: update testcontainers from 0.25 to 0.26 (Jose Celano)
Pull request description:
This PR updates the following major version dependencies:
- testcontainers: 0.25 → 0.26
- thiserror: 1.0 → 2.0
- rstest: 0.23 → 0.26
- derive_more: 0.99 → 2.1
Each dependency was updated incrementally with pre-commit checks passing after each update.
## Changes
### derive_more 2.1
- Added explicit features: `display` and `from`
- Updated Display macro syntax (removed `fmt =` prefix) in:
- `ansible_host.rs`
- `ansible_port.rs`
- `ssh_private_key_file.rs`
All tests (1447 unit tests, 368 doc tests, E2E tests) pass successfully.
ACKs for top commit:
josecelano:
ACK 846b509
Tree-SHA512: 42d67c9bc3a2661a47aa60b04ce9ae87e8702c0e8c72410e3df78c59c4451f5426e227082dc810ac828d9dae622b733d3cef00088698c63940e3823088cf11eeFile tree
4 files changed
+7
-7
lines changed- src/infrastructure/templating/ansible/template/wrappers/inventory/context
4 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments