diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-27 08:48:55 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-27 08:48:55 +1000 |
| commit | f516ba224065b21378a8897699320a0cfdfe1cfb (patch) | |
| tree | f3f33484800aa4fd652a0cea00712813eae7866a | |
| parent | 92749f04c6a00a3d8e78a2f0ec8dbe31a438396a (diff) | |
| download | rust-f516ba224065b21378a8897699320a0cfdfe1cfb.tar.gz rust-f516ba224065b21378a8897699320a0cfdfe1cfb.zip | |
Update `smallvec` to 1.8.1.
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7b8e43b639f..da18ac7eacb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" +checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2" [[package]] name = "target-lexicon" diff --git a/Cargo.toml b/Cargo.toml index 18d7f41cf40..ec2c1f2ca71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg indexmap = "1.8.0" libloading = { version = "0.6.0", optional = true } once_cell = "1.10.0" -smallvec = "1.6.1" +smallvec = "1.8.1" [patch.crates-io] # Uncomment to use local checkout of cranelift |
