Skip to content

Commit

Permalink
chore(deps): update ruma-client requirement from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ruma-client](https://github.com/ruma/ruma) to permit the latest version.
- [Release notes](https://github.com/ruma/ruma/releases)
- [Commits](ruma/ruma@ruma-client-0.12.0...ruma-client-0.12.0)

---
updated-dependencies:
- dependency-name: ruma-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 469d192 commit 2269eb5
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 @@ -63,7 +63,7 @@ ruma-common = { version = "0.12.0", default_features = false, features = [
"rand",
] }
ruma-macros = { version = "0.12.0", default_features = false }
ruma-client = { version = "0.12.0", default_features = false }
ruma-client = { version = "0.13.0", default_features = false }
ruma-identifiers-validation = { version = "0.9.3", default_features = false }

[workspace.lints.rust]
Expand Down

0 comments on commit 2269eb5

Please sign in to comment.