From d6ea0f8da1ab28b494ea3a9ca33e70554dcc22b5 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 8 Apr 2022 14:23:03 +0200 Subject: [PATCH] Fix URL of OAuth IANA registry --- crates/iana-codegen/src/main.rs | 2 +- crates/iana/src/jose.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/iana-codegen/src/main.rs b/crates/iana-codegen/src/main.rs index 2c2ee0ab..476ae4fa 100644 --- a/crates/iana-codegen/src/main.rs +++ b/crates/iana-codegen/src/main.rs @@ -169,7 +169,7 @@ async fn generate_jose(client: &Arc, path: PathBuf) -> anyhow::Result<() let file = File::new( "JSON Object Signing and Encryption", - "https://www.iana.org/assignments/jose/jose.xhtml", + "https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml", client.clone(), ) .load::() diff --git a/crates/iana/src/jose.rs b/crates/iana/src/jose.rs index 7a615ce9..43e9bf41 100644 --- a/crates/iana/src/jose.rs +++ b/crates/iana/src/jose.rs @@ -13,7 +13,7 @@ // limitations under the License. //! Enums from the "JSON Object Signing and Encryption" IANA registry -//! See +//! See // Do not edit this file manually