From e1ce0173c73bd61933c9859ea56904392d00e0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Fri, 29 Dec 2023 15:36:44 +0000 Subject: [PATCH] Update siphasher to 1.0 --- Cargo.toml | 1 + phf_shared/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a784d1a3..a2720c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "phf", "phf/examples/unicase-example", diff --git a/phf_shared/Cargo.toml b/phf_shared/Cargo.toml index b88bd763..9606691a 100644 --- a/phf_shared/Cargo.toml +++ b/phf_shared/Cargo.toml @@ -20,6 +20,6 @@ default = ["std"] std = [] [dependencies] -siphasher = "0.3" +siphasher = "1.0" unicase = { version = "2.4.0", optional = true } uncased = { version = "0.9.9", optional = true, default-features = false }