@@ -147,22 +147,22 @@ fn incompat_in_dependency() {
147
147
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
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]
150
- To solve this problem, you can try the following approaches:
151
-
152
- - If the issue is not solved by updating the dependencies, a fix has to be
153
- implemented by those dependencies. You can help with that by notifying the
154
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
155
- fix to the maintainers (e.g. by creating a pull request):
156
-
157
-
158
- - Repository: https://example.com/
159
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
160
-
161
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
162
- section in `Cargo.toml` to use your own version of the dependency. For more
163
- information, see:
164
- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
165
-
150
+ To solve this problem, you can try the following approaches:
151
+
152
+ - If the issue is not solved by updating the dependencies, a fix has to be
153
+ implemented by those dependencies. You can help with that by notifying the
154
+ maintainers of this problem (e.g. by creating a bug report) or by proposing a
155
+ fix to the maintainers (e.g. by creating a pull request):
156
+
157
+
158
+ - Repository: https://example.com/
159
+ - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
160
+
161
+ - If waiting for an upstream fix is not an option, you can use the `[patch]`
162
+ section in `Cargo.toml` to use your own version of the dependency. For more
163
+ information, see:
164
+ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
165
+
166
166
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
167
167
168
168
"# ] ] )
@@ -372,9 +372,9 @@ fn test_multi_crate() {
372
372
...
373
373
[WARNING] the following packages contain code that will be rejected by a future version of Rust: first-dep v0.0.1, second-dep v0.0.2
374
374
...
375
-
375
+
376
376
...
377
-
377
+
378
378
...
379
379
" )
380
380
. run ( ) ;
@@ -601,38 +601,38 @@ fn suggestions_for_updates() {
601
601
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
602
602
[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
603
603
[NOTE]
604
- To solve this problem, you can try the following approaches:
605
-
606
-
607
- - Some affected dependencies have newer versions available.
608
- You may want to consider updating them to a newer version to see if the issue has been fixed.
609
-
610
- big_update v1.0.0 has the following newer versions available: 2.0.0
611
- with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
612
-
613
-
614
- - If the issue is not solved by updating the dependencies, a fix has to be
615
- implemented by those dependencies. You can help with that by notifying the
616
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
617
- fix to the maintainers (e.g. by creating a pull request):
618
-
619
-
620
- - Repository: <not found>
621
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
622
-
623
-
624
- - Repository: <not found>
625
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
626
-
627
-
628
- - Repository: <not found>
629
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
630
-
631
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
632
- section in `Cargo.toml` to use your own version of the dependency. For more
633
- information, see:
634
- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
635
604
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
605
+ To solve this problem, you can try the following approaches:
606
+
607
+
608
+ - Some affected dependencies have newer versions available.
609
+ You may want to consider updating them to a newer version to see if the issue has been fixed.
610
+
611
+ big_update v1.0.0 has the following newer versions available: 2.0.0
612
+ with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
613
+
614
+ - If the issue is not solved by updating the dependencies, a fix has to be
615
+ implemented by those dependencies. You can help with that by notifying the
616
+ maintainers of this problem (e.g. by creating a bug report) or by proposing a
617
+ fix to the maintainers (e.g. by creating a pull request):
618
+
619
+
620
+ - Repository: <not found>
621
+ - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
622
+
623
+
624
+ - Repository: <not found>
625
+ - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
626
+
627
+
628
+ - Repository: <not found>
629
+ - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
630
+
631
+ - If waiting for an upstream fix is not an option, you can use the `[patch]`
632
+ section in `Cargo.toml` to use your own version of the dependency. For more
633
+ information, see:
634
+ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
635
+
636
636
637
637
"# ] ] . unordered ( ) )
638
638
. run ( ) ;
@@ -718,22 +718,22 @@ fn correct_report_id_when_cached() {
718
718
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
719
719
[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
720
720
[NOTE]
721
- To solve this problem, you can try the following approaches:
722
-
723
- - If the issue is not solved by updating the dependencies, a fix has to be
724
- implemented by those dependencies. You can help with that by notifying the
725
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
726
- fix to the maintainers (e.g. by creating a pull request):
727
-
728
-
729
- - Repository: https://example.com/
730
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
731
-
732
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
733
- section in `Cargo.toml` to use your own version of the dependency. For more
734
- information, see:
735
- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
736
-
721
+ To solve this problem, you can try the following approaches:
722
+
723
+ - If the issue is not solved by updating the dependencies, a fix has to be
724
+ implemented by those dependencies. You can help with that by notifying the
725
+ maintainers of this problem (e.g. by creating a bug report) or by proposing a
726
+ fix to the maintainers (e.g. by creating a pull request):
727
+
728
+
729
+ - Repository: https://example.com/
730
+ - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
731
+
732
+ - If waiting for an upstream fix is not an option, you can use the `[patch]`
733
+ section in `Cargo.toml` to use your own version of the dependency. For more
734
+ information, see:
735
+ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
736
+
737
737
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
738
738
739
739
"# ] ] )
@@ -745,22 +745,22 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
745
745
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
746
746
[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
747
747
[NOTE]
748
- To solve this problem, you can try the following approaches:
749
-
750
- - If the issue is not solved by updating the dependencies, a fix has to be
751
- implemented by those dependencies. You can help with that by notifying the
752
- maintainers of this problem (e.g. by creating a bug report) or by proposing a
753
- fix to the maintainers (e.g. by creating a pull request):
754
-
755
-
756
- - Repository: https://example.com/
757
- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
758
-
759
- - If waiting for an upstream fix is not an option, you can use the `[patch]`
760
- section in `Cargo.toml` to use your own version of the dependency. For more
761
- information, see:
762
- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
763
-
748
+ To solve this problem, you can try the following approaches:
749
+
750
+ - If the issue is not solved by updating the dependencies, a fix has to be
751
+ implemented by those dependencies. You can help with that by notifying the
752
+ maintainers of this problem (e.g. by creating a bug report) or by proposing a
753
+ fix to the maintainers (e.g. by creating a pull request):
754
+
755
+
756
+ - Repository: https://example.com/
757
+ - Detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
758
+
759
+ - If waiting for an upstream fix is not an option, you can use the `[patch]`
760
+ section in `Cargo.toml` to use your own version of the dependency. For more
761
+ information, see:
762
+ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
763
+
764
764
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
765
765
766
766
"# ] ] )
0 commit comments