Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#12791 - ehuss:1.73-serde, r=weihanglo
[stable 1.73] Update serde This updates serde on the stable branch from 1.0.171 to 1.0.188. This fixes a problem preventing cargo from being published. The problem is that I published `cargo-credential 0.3.0` from the master branch after serde had been updated, causing it to depend on `1.0.180`. That breaks with cargo 1.73's lock file which is locked to 1.0.171.
- Loading branch information