From 0501ffce92d8529b204ce2fc9f29764ff1e6a71d Mon Sep 17 00:00:00 2001 From: Andrew Pan Date: Tue, 13 Feb 2024 18:57:29 -0600 Subject: [PATCH] bump `tls_codec` to 0.4.1 Signed-off-by: Andrew Pan --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c64c242d41..508d6f782f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ rustls-webpki = { version = "0.102.1", features = ["alloc"] } serde_repr = "0.1.16" hex = "0.4.3" json-syntax = { version = "0.11.1", features = ["canonicalize", "serde"] } -tls_codec = { version = "0.4.0", features = ["derive"] } +tls_codec = { version = "0.4.1", features = ["derive"] } ring = "0.17.6" [dev-dependencies] @@ -143,8 +143,6 @@ tempfile = "3.3.0" testcontainers = "0.15" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } -[patch.crates-io] -tls_codec = { git = "https://github.com/RustCrypto/formats", rev = "189b4d0d43c75b5e3ab9031ef0008c7ba9ae9378" } # cosign example mappings [[example]]