From 22bedd7049acab0962922bcb9c9bb24199ef460c Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Sat, 19 Feb 2022 08:36:26 -0500 Subject: [PATCH] Update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96639d7..2caabe7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Medallion ========= [![Documentation](https://docs.rs/medallion/badge.svg)](https://docs.rs/medallion) -[![dependency status](https://deps.rs/crate/medallion/2.4.0/status.svg)](https://deps.rs/crate/medallion/2.4.0) +[![dependency status](https://deps.rs/crate/medallion/2.5.0/status.svg)](https://deps.rs/crate/medallion/2.5.0) A JWT library for rust using serde, serde_json and openssl.