From d908acf4315410f11e79cbd0adc45366a0348dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:16:19 +0000 Subject: [PATCH] Update tls_codec requirement from 0.2.0 to 0.4.1 in /openmls Updates the requirements on [tls_codec](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](https://github.com/RustCrypto/formats/compare/tls_codec/v0.2.0...tls_codec/v0.4.1) --- updated-dependencies: - dependency-name: tls_codec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openmls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmls/Cargo.toml b/openmls/Cargo.toml index c0c3a9456d..23dcc80624 100644 --- a/openmls/Cargo.toml +++ b/openmls/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" log = { version = "0.4", features = ["std"] } typetag = "0.1" -tls_codec = { version = "0.2.0", features = ["derive", "serde_serialize"] } +tls_codec = { version = "0.4.1", features = ["derive", "serde_serialize"] } # Only required for tests. rand = { version = "0.8", optional = true } # The js feature is required for wasm.