build(deps): bump ruma-common from 0.15.4 to 0.16.0

Bumps [ruma-common](https://github.com/ruma/ruma) from 0.15.4 to 0.16.0.
- [Release notes](https://github.com/ruma/ruma/releases)
- [Commits](https://github.com/ruma/ruma/compare/ruma-common-0.15.4...ruma-common-0.16.0)

---
updated-dependencies:
- dependency-name: ruma-common
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-20 15:02:06 +00:00
committed by GitHub
parent e51eeaf390
commit 2ef5f75b06
2 changed files with 8 additions and 7 deletions

13
Cargo.lock generated
View File

@@ -5014,9 +5014,9 @@ dependencies = [
[[package]]
name = "ruma-common"
version = "0.15.4"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "387e1898e868d32ff7b205e7db327361d5dcf635c00a8ae5865068607595a9cf"
checksum = "ac7f59b9f7639667d0d6ae3ae242c8912e9ed061cea1fbaf72710a402e83b53e"
dependencies = [
"as_variant",
"base64",
@@ -5037,13 +5037,14 @@ dependencies = [
"url",
"web-time",
"wildmatch",
"zeroize",
]
[[package]]
name = "ruma-identifiers-validation"
version = "0.10.1"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ad674b5e5368c53a2c90fde7dac7e30747004aaf7b1827b72874a25fc06d4d8"
checksum = "14a7b93ac1e571c585f8fa5cef09c07bb8a15529775fd56b9a3eac4f9233dff2"
dependencies = [
"js_int",
"thiserror 2.0.17",
@@ -5051,9 +5052,9 @@ dependencies = [
[[package]]
name = "ruma-macros"
version = "0.15.2"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ff13fbd6045a7278533390826de316d6116d8582ed828352661337b0c422e1c"
checksum = "0c9911c7188517f28505d2d513339511d00e0f50cec5c2dde820cd0ec7e6a833"
dependencies = [
"cfg-if",
"proc-macro-crate",

View File

@@ -517,7 +517,7 @@ version = "2.1.1"
# Matrix-related types
[workspace.dependencies.ruma-common]
version = "0.15.4"
version = "0.16.0"
# TLS stack
[workspace.dependencies.rustls]