From 593856dcf29fd1f7a392485605e07e9785812d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 13 Nov 2022 09:47:04 +0100 Subject: [PATCH] chore: Update matrix-sdk A RustSec was issued because it can leak secrets in the logs. --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66a9788f..3ff486a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2667,9 +2667,9 @@ dependencies = [ [[package]] name = "matrix-sdk" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37a075b2690bc305ca02755a868cfa9f9779cfc2353f7184f3cf1a0a405ecdb2" +checksum = "cbeafb4809f33f377165f2fbcf10e0613053ad206762194c3050a727fd3abcb2" dependencies = [ "anymap2", "async-once-cell", @@ -2707,9 +2707,9 @@ dependencies = [ [[package]] name = "matrix-sdk-base" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de51f1662779739e7a74677f37cdf744a2c82dfb7618e89d5e18967a4540181b" +checksum = "b944f6d1fc8779ba790dd0b942ceff45c626c1f5da847f01122d355ad06511bd" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8a146eac..1be25001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ package = "libshumate" version = "0.2.0" [dependencies.matrix-sdk] -version = "0.6.0" +version = "0.6.2" features = [ "socks", "sso-login",