From 8ec9598c3961c6f108d9c3632de12fe7f58f7b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:38:27 +0000 Subject: [PATCH] chore(deps): update ruma-identifiers-validation requirement Updates the requirements on [ruma-identifiers-validation](https://github.com/ruma/ruma) to permit the latest version. - [Release notes](https://github.com/ruma/ruma/releases) - [Commits](https://github.com/ruma/ruma/commits) --- updated-dependencies: - dependency-name: ruma-identifiers-validation 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..4473471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ ruma-common = { version = "0.12.0", default_features = false, features = [ ] } ruma-macros = { version = "0.12.0", default_features = false } ruma-client = { version = "0.12.0", default_features = false } -ruma-identifiers-validation = { version = "0.9.3", default_features = false } +ruma-identifiers-validation = { version = "0.10.0", default_features = false } [workspace.lints.rust] unreachable_pub = "warn"