Auto merge of #15985 - davidbarsky:david/bump-triomphe, r=lnicola

internal: bump triomphe to 0.1.10
This commit is contained in:
bors 2023-11-28 15:44:44 +00:00
commit c7c582afb5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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",