From 41129d0bc8e25881e723a4f1308b14c1c684614f Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 12 Jun 2024 10:54:55 -0700 Subject: [PATCH] point to a new format rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04e824d33..1b4abe1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ tls_codec = { version = "0.4.2-pre.1", features = [ "derive", "serde", "mls", -], git = "https://github.com/rustcrypto/formats" } +], git = "https://github.com/rustcrypto/formats", rev = "b91caee" }