Skip to content

Commit

Permalink
Auto merge of rust-lang#15985 - davidbarsky:david/bump-triomphe, r=ln…
Browse files Browse the repository at this point in the history
…icola

internal: bump triomphe to 0.1.10
  • Loading branch information
bors committed Nov 28, 2023
2 parents 2ee17bc + 914a157 commit c7c582a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c7c582a

Please sign in to comment.