update serde_qs so the error enum is compatible with Anyhow, fix deprecated warning

This commit is contained in:
2021-08-20 20:32:50 +02:00
parent fcf3a1bc29
commit a139a39a2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ impl Registered {
.append_pair("response_type", "code")
.append_pair("force_login", &self.force_login.to_string());
Ok(url.into_string())
Ok(url.into())
}
/// Create an access token from the client id, client secret, and code