Skip to content

Update `Cargo.lock`

Sergej Kostjucenko requested to merge cmichi-update-cargo-lock into master

Created by: cmichi

This PR gets rid of

warning: package `nb-connect v1.0.2` in Cargo.lock is yanked in registry `crates.io`, consider updating to a version that is not yanked
warning: package `pin-project-lite v0.1.11` in Cargo.lock is yanked in registry `crates.io`, consider updating to a version that is not yanked
warning: package `pin-project-lite v0.2.4` in Cargo.lock is yanked in registry `crates.io`, consider updating to a version that is not yanked
warning: package `rand_core v0.6.1` in Cargo.lock is yanked in registry `crates.io`, consider updating to a version that is not yanked

which appear when --locked is used for the installation.

Merge request reports