@@ -148,18 +148,15 @@ fn incompat_in_dependency() {
148
148
[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
149
149
[NOTE] To solve this problem, you can try the following approaches:
150
150
151
- - If the issue is not solved by updating the dependencies, a fix has to be
152
- implemented by those dependencies. You can help with that by notifying the
153
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
154
- fix to the maintainers (e.g. by creating a pull request):
151
+ - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
152
+ or even helping with a fix (e.g. by creating a pull request):
155
153
156
154
157
155
- Repository: https://example.com/
158
156
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
159
157
160
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
161
- section in `Cargo.toml` to use your own version of the dependency. For more
162
- information, see:
158
+ - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
159
+ For more information, see:
163
160
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
164
161
165
162
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
@@ -181,18 +178,15 @@ means and how to resolve it.
181
178
182
179
To solve this problem, you can try the following approaches:
183
180
184
- - If the issue is not solved by updating the dependencies, a fix has to be
185
- implemented by those dependencies. You can help with that by notifying the
186
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
187
- fix to the maintainers (e.g. by creating a pull request):
181
+ - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
182
+ or even helping with a fix (e.g. by creating a pull request):
188
183
189
184
190
185
- Repository: https://example.com/
191
186
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
192
187
193
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
194
- section in `Cargo.toml` to use your own version of the dependency. For more
195
- information, see:
188
+ - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
189
+ For more information, see:
196
190
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
197
191
198
192
The package `bar v1.0.0` currently triggers the following future incompatibility lints:
@@ -603,16 +597,13 @@ fn suggestions_for_updates() {
603
597
[WARNING] the following packages contain code that will be rejected by a future version of Rust: big_update v1.0.0, with_updates v1.0.0, without_updates v1.0.0
604
598
[NOTE] To solve this problem, you can try the following approaches:
605
599
606
- - Some affected dependencies have newer versions available.
607
- You may want to consider updating them to a newer version to see if the issue has been fixed.
600
+ - Update to a newer version to see if the issue has been fixed:
608
601
609
602
- big_update v1.0.0 has the following newer versions available: 2.0.0
610
603
- with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
611
604
612
- - If the issue is not solved by updating the dependencies, a fix has to be
613
- implemented by those dependencies. You can help with that by notifying the
614
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
615
- fix to the maintainers (e.g. by creating a pull request):
605
+ - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
606
+ or even helping with a fix (e.g. by creating a pull request):
616
607
617
608
618
609
- Repository: <not found>
@@ -626,9 +617,8 @@ fix to the maintainers (e.g. by creating a pull request):
626
617
- Repository: <not found>
627
618
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
628
619
629
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
630
- section in `Cargo.toml` to use your own version of the dependency. For more
631
- information, see:
620
+ - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
621
+ For more information, see:
632
622
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
633
623
634
624
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
@@ -650,16 +640,13 @@ means and how to resolve it.
650
640
651
641
To solve this problem, you can try the following approaches:
652
642
653
- - Some affected dependencies have newer versions available.
654
- You may want to consider updating them to a newer version to see if the issue has been fixed.
643
+ - Update to a newer version to see if the issue has been fixed:
655
644
656
645
- big_update v1.0.0 has the following newer versions available: 2.0.0
657
646
- with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
658
647
659
- - If the issue is not solved by updating the dependencies, a fix has to be
660
- implemented by those dependencies. You can help with that by notifying the
661
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
662
- fix to the maintainers (e.g. by creating a pull request):
648
+ - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
649
+ or even helping with a fix (e.g. by creating a pull request):
663
650
664
651
665
652
- Repository: <not found>
@@ -673,9 +660,8 @@ fix to the maintainers (e.g. by creating a pull request):
673
660
- Repository: <not found>
674
661
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
675
662
676
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
677
- section in `Cargo.toml` to use your own version of the dependency. For more
678
- information, see:
663
+ - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
664
+ For more information, see:
679
665
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
680
666
681
667
The package `big_update v1.0.0` currently triggers the following future incompatibility lints:
@@ -716,18 +702,15 @@ fn correct_report_id_when_cached() {
716
702
[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
717
703
[NOTE] To solve this problem, you can try the following approaches:
718
704
719
- - If the issue is not solved by updating the dependencies, a fix has to be
720
- implemented by those dependencies. You can help with that by notifying the
721
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
722
- fix to the maintainers (e.g. by creating a pull request):
705
+ - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
706
+ or even helping with a fix (e.g. by creating a pull request):
723
707
724
708
725
709
- Repository: https://example.com/
726
710
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
727
711
728
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
729
- section in `Cargo.toml` to use your own version of the dependency. For more
730
- information, see:
712
+ - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
713
+ For more information, see:
731
714
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
732
715
733
716
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
@@ -742,18 +725,15 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
742
725
[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
743
726
[NOTE] To solve this problem, you can try the following approaches:
744
727
745
- - If the issue is not solved by updating the dependencies, a fix has to be
746
- implemented by those dependencies. You can help with that by notifying the
747
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
748
- fix to the maintainers (e.g. by creating a pull request):
728
+ - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
729
+ or even helping with a fix (e.g. by creating a pull request):
749
730
750
731
751
732
- Repository: https://example.com/
752
733
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
753
734
754
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
755
- section in `Cargo.toml` to use your own version of the dependency. For more
756
- information, see:
735
+ - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
736
+ For more information, see:
757
737
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
758
738
759
739
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
0 commit comments