From 880e07dff6b1f46cf79df7169eb7f18239fa6918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 15:55:14 +0000 Subject: [PATCH] build(deps): bump ruma-common from 0.15.2 to 0.15.3 Bumps [ruma-common](https://github.com/ruma/ruma) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/ruma/ruma/releases) - [Commits](https://github.com/ruma/ruma/compare/ruma-common-0.15.2...ruma-common-0.15.3) --- updated-dependencies: - dependency-name: ruma-common dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cf4b1bb0..63bb9cc48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5135,9 +5135,9 @@ dependencies = [ [[package]] name = "ruma-common" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b75da013b362664c3e161662902e5da3f77e990525681b59c6035bac27e87b4" +checksum = "52e4969d85f1915b666dfe7939141b874aacd4191f8ad86689d16bfbfa08a770" dependencies = [ "as_variant", "base64", @@ -5172,9 +5172,9 @@ dependencies = [ [[package]] name = "ruma-macros" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1182e83ee5cd10121974f163337b16af68a93eedfc7cdbdbd52307ac7e1d743" +checksum = "5ff13fbd6045a7278533390826de316d6116d8582ed828352661337b0c422e1c" dependencies = [ "cfg-if", "proc-macro-crate", diff --git a/Cargo.toml b/Cargo.toml index 11c09d782..fc11dc719 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -512,7 +512,7 @@ version = "2.1.1" # Matrix-related types [workspace.dependencies.ruma-common] -version = "0.15.2" +version = "0.15.3" # TLS stack [workspace.dependencies.rustls]