From 58fadff48e5bab77b8f2cc00bd3daebbe4a27fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:05:12 +0000 Subject: [PATCH] chore(deps): bump matrix-sdk-crypto from 0.7.0 to 0.7.1 Bumps [matrix-sdk-crypto](https://github.com/matrix-org/matrix-rust-sdk) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/matrix-org/matrix-rust-sdk/releases) - [Changelog](https://github.com/matrix-org/matrix-rust-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/matrix-org/matrix-rust-sdk/compare/0.7.0...matrix-sdk-crypto-0.7.1) --- updated-dependencies: - dependency-name: matrix-sdk-crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cc4371..17284af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,9 +2084,9 @@ dependencies = [ [[package]] name = "matrix-sdk-crypto" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72aaeca3deb1387a63cd8c689270bd499b9eac3a594c2aaec72d7441ff00cd09" +checksum = "f69cfc1741fece1d920f0ce56632f14103c7d15f5d95482626d318d3907da81c" dependencies = [ "aes 0.8.3", "as_variant", diff --git a/Cargo.toml b/Cargo.toml index 770b82c..f27a177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap-verbosity-flag = "2.0.1" futures = "0.3.26" keyring = "2.0.1" log = "0.4.17" -matrix-sdk-crypto = "0.7.0" +matrix-sdk-crypto = "0.7.1" mime = "0.3.17" cli-prompts = "0.1.0" reqwest = { version = "0.11.23", features = ["native-tls-vendored"] }