Upgrade smallvec.

- `smallvec` was yanked, due to a dependency bug in 1.13.0.  See:

    https://github.com/servo/rust-smallvec/commits/v1.13.1

  - Upgrade `smallvec` to the latest version.
This commit is contained in:
Neal H. Walfield 2024-01-22 10:15:16 +01:00
parent be1f8a2ff5
commit 043083a789
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

4
Cargo.lock generated
View File

@ -3286,9 +3286,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.13.0"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]]
name = "smawk"