From c9a776d11812b18f672d44b6503692756a1a1ece Mon Sep 17 00:00:00 2001 From: DQ Date: Mon, 12 Jun 2023 20:15:27 +0200 Subject: [PATCH] Bump `triomphe` to 0.1.8 (#59) --- cstree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cstree/Cargo.toml b/cstree/Cargo.toml index f23083d..d5860da 100644 --- a/cstree/Cargo.toml +++ b/cstree/Cargo.toml @@ -17,7 +17,7 @@ fxhash = "0.2.1" parking_lot = "0.12.1" # Arc -triomphe = { version = "0.1.7", default-features = false, features = ["stable_deref_trait", "std"] } +triomphe = { version = "0.1.8", default-features = false, features = ["stable_deref_trait", "std"] } sptr = "0.3.2" # Default Interner