Skip to content

Commit

Permalink
chore(deps): update ruma-identifiers-validation requirement
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 408a91c commit 8ec9598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ec9598

Please sign in to comment.