From 4f06c76a568fd774bbcb77b4b34db6c79ee425d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:18:03 +0000 Subject: [PATCH] build(deps): bump proteus-traits from v2.1.1 to v2.1.2 Bumps [proteus-traits](https://github.com/wireapp/proteus) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/wireapp/proteus/releases) - [Changelog](https://github.com/wireapp/proteus/blob/develop/CHANGELOG) - [Commits](https://github.com/wireapp/proteus/compare/b92dbc2d0c77105cae3911a7388acba05450a06d...0d9a2f80f0e0a71ffdd57f1924bad71e2ec52001) --- updated-dependencies: - dependency-name: proteus-traits dependency-version: 0d9a2f80f0e0a71ffdd57f1924bad71e2ec52001 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3dba18cf74..6167644246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1054,7 +1054,7 @@ dependencies = [ "p384", "p521", "pem", - "proteus-traits", + "proteus-traits 2.1.0 (git+https://github.com/wireapp/proteus?tag=v2.1.2)", "proteus-wasm", "rand 0.8.5", "rand_chacha 0.3.1", @@ -1152,7 +1152,7 @@ dependencies = [ "openmls_traits", "openmls_x509_credential", "postcard", - "proteus-traits", + "proteus-traits 2.1.0 (git+https://github.com/wireapp/proteus?tag=v2.1.2)", "proteus-wasm", "rand 0.8.5", "refinery", @@ -4260,6 +4260,14 @@ dependencies = [ "async-trait", ] +[[package]] +name = "proteus-traits" +version = "2.1.0" +source = "git+https://github.com/wireapp/proteus?tag=v2.1.2#0d9a2f80f0e0a71ffdd57f1924bad71e2ec52001" +dependencies = [ + "async-trait", +] + [[package]] name = "proteus-wasm" version = "2.1.0" @@ -4275,7 +4283,7 @@ dependencies = [ "hex", "hkdf", "hmac", - "proteus-traits", + "proteus-traits 2.1.0 (git+https://github.com/wireapp/proteus?tag=v2.1.1)", "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4",