From 8417551803b7d294d314c4209b77dc0d7b304a8d Mon Sep 17 00:00:00 2001 From: Mathieu Amiot Date: Wed, 14 Feb 2024 12:55:47 +0100 Subject: [PATCH] Updated dependencies --- openmls/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmls/Cargo.toml b/openmls/Cargo.toml index aec1c59f1c..d2daaeb3e2 100644 --- a/openmls/Cargo.toml +++ b/openmls/Cargo.toml @@ -32,7 +32,7 @@ getrandom = { version = "0.2", optional = true, features = ["js"] } serde_json = { version = "1.0", optional = true } # Crypto backends required for KAT and testing - "test-utils" feature openmls_rust_crypto = { version = "0.2.0", path = "../openmls_rust_crypto", optional = true } -async-lock = { version = "2.7", optional = true } +async-lock = { version = "3.3", optional = true } rstest = { version = "0.18.2", optional = true } rstest_reuse = { version = "0.6.0", optional = true } tokio = { version = "1.24", optional = true, features = ["macros", "rt", "rt-multi-thread"] } @@ -60,7 +60,7 @@ hex = { version = "0.4", features = ["serde"] } lazy_static = "1.4" openmls = { path = ".", features = ["test-utils"] } openmls_traits = { version = "0.2.0", path = "../traits", features = ["test-utils"] } -pretty_env_logger = "0.4" +pretty_env_logger = "0.5" rstest = "0.18.2" rstest_reuse = "0.6.0" tempfile = "3"