diff options
| author | David Barsky <me@davidbarsky.com> | 2023-11-28 10:27:17 -0500 |
|---|---|---|
| committer | David Barsky <me@davidbarsky.com> | 2023-11-28 10:27:17 -0500 |
| commit | 914a1570e26e7667a87c18e03a529c81758ba2a8 (patch) | |
| tree | 59d68093757434d7b6195879e232a2db3ab945f1 | |
| parent | 2ee17bc5f256e379c4df954e984b9bd0d79f1cbd (diff) | |
| download | rust-914a1570e26e7667a87c18e03a529c81758ba2a8.tar.gz rust-914a1570e26e7667a87c18e03a529c81758ba2a8.zip | |
internal: bump triomphe to 0.1.10
| -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 5a8d971c3d4..876fd93aab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,9 +2000,9 @@ dependencies = [ [[package]] name = "triomphe" -version = "0.1.8" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db" +checksum = "d0c5a71827ac326072b6405552093e2ad2accd25a32fd78d4edc82d98c7f2409" [[package]] name = "tt" diff --git a/Cargo.toml b/Cargo.toml index 73bb9c84d2c..272f456bf9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ text-size = "1.1.1" rayon = "1.8.0" serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" -triomphe = { version = "0.1.8", default-features = false, features = ["std"] } +triomphe = { version = "0.1.10", default-features = false, features = ["std"] } # can't upgrade due to dashmap depending on 0.12.3 currently hashbrown = { version = "0.12.3", features = [ "inline-more", |
