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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-07 15:55:14 +00:00
committed by GitHub
parent d3dbd3e6c6
commit 880e07dff6
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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",
+1 -1
View File
@@ -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]