From 2269eb5b256d9762604b5e4ccd391ac518dee7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:49:55 +0000 Subject: [PATCH] chore(deps): update ruma-client requirement from 0.12.0 to 0.13.0 Updates the requirements on [ruma-client](https://github.com/ruma/ruma) to permit the latest version. - [Release notes](https://github.com/ruma/ruma/releases) - [Commits](https://github.com/ruma/ruma/compare/ruma-client-0.12.0...ruma-client-0.12.0) --- updated-dependencies: - dependency-name: ruma-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbdf33d..a665ba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ ruma-common = { version = "0.12.0", default_features = false, features = [ "rand", ] } ruma-macros = { version = "0.12.0", default_features = false } -ruma-client = { version = "0.12.0", default_features = false } +ruma-client = { version = "0.13.0", default_features = false } ruma-identifiers-validation = { version = "0.9.3", default_features = false } [workspace.lints.rust]