@@ -147,22 +147,22 @@ fn incompat_in_dependency() {
147147[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
148148[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
149149[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+
166166[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
167167
168168"# ] ] )
@@ -372,9 +372,9 @@ fn test_multi_crate() {
372372 ...
373373[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
374374...
375- 375+ 376376...
377- 377+ 378378...
379379" )
380380 . run ( ) ;
@@ -601,38 +601,38 @@ fn suggestions_for_updates() {
601601[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
602602[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
603603[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
635604[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+
636636
637637"# ] ] . unordered ( ) )
638638 . run ( ) ;
@@ -718,22 +718,22 @@ fn correct_report_id_when_cached() {
718718[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
719719[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
720720[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+
737737[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
738738
739739"# ] ] )
@@ -745,22 +745,22 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
745745[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
746746[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
747747[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+
764764[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
765765
766766"# ] ] )
0 commit comments