bump appservice requests to v1.7

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-08-31 09:55:11 +00:00
parent 4797183b43
commit b45df5f7bd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pub(crate) async fn send_request<T>(
where
T: OutgoingRequest + Debug + Send,
{
const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_0];
const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_7];
let Some(dest) = registration.url else {
return Ok(None);