From 66a19654d5c2c1ad0f80052c8d15235f023f0dc9 Mon Sep 17 00:00:00 2001 From: raphaelrobert Date: Sat, 13 Jan 2024 11:26:27 +0100 Subject: [PATCH] Bump voprf pre-release version --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36b63d0..73c57ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,15 +24,15 @@ rand = "0.8.5" serde = "1" sha2 = "0.10.2" thiserror = "1" -tls_codec = "0.3.0" -tls_codec_derive = "0.3.0" -voprf = "0.5.0-pre.6" +tls_codec = "0.4.0" +tls_codec_derive = "0.4.0" +voprf = { version = "0.5.0-pre.7", features = ["serde"] } p384 = { version = "0.13.0", default-features = false, features = [ "hash2curve", "voprf", ] } blind-rsa-signatures = "0.15.0" -http = "0.2.8" +http = "1" typenum = "1.15.0" nom = "7"