You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Rust dependencies are updated to the latest version. If you want to only update to the latest compatible versions, add the `--incompatible` option to the command.
@@ -28,7 +28,7 @@ By default, Rust dependencies are updated to the latest version. If you want to
28
28
29
29
### Upgrade Rust outdated dependencies
30
30
31
-
We recommand using [Dependi](https://dependi.io/) VS Code extension to identify and update outdated dependencies.
31
+
We recommend using [Dependi](https://dependi.io/) VS Code extension to identify and update outdated dependencies.
32
32
33
33
To do this, verify the dependencies in the `Cargo.toml` file for each Rust crate in the repository.
34
34
@@ -37,6 +37,12 @@ To do this, verify the dependencies in the `Cargo.toml` file for each Rust crate
37
37
38
38

39
39
40
+
After the version upgrade, upgrade the dependencies in the `Cargo.lock` file that are not directly listed in any `Cargo.toml` (ie dependencies of dependencies) by running:
0 commit comments