From faf2ef1c1412513a7d9f8246aa8b4f4f7f198118 Mon Sep 17 00:00:00 2001 From: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:14:21 +0200 Subject: [PATCH 1/2] Update base64 to 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fd03f6..92178dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rust-version = "1.73.0" [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -base64 = "0.21.0" +base64 = "0.22" # For PEM decoding pem = { version = "3", optional = true } simple_asn1 = { version = "0.6", optional = true } From fa93137bccdd70a8103fd24565e667f6c1ec1fa3 Mon Sep 17 00:00:00 2001 From: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:23:25 +0200 Subject: [PATCH 2/2] doc: Clarify MSRV is in Cargo.toml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7bcb5c..b586597 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jsonwebtoken = "9" serde = {version = "1.0", features = ["derive"] } ``` -The minimum required Rust version (MSRV) is 1.67. +The minimum required Rust version (MSRV) is specified in the `rust-version` field in this project's [Cargo.toml](Cargo.toml). ## Algorithms This library currently supports the following: