From e62947ab9f00b88aa48ada20236b083295047091 Mon Sep 17 00:00:00 2001 From: drone Date: Sat, 23 Apr 2022 00:11:57 +0000 Subject: [PATCH] Update Rust crate jwt-simple to 0.11.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a255b19..e699bec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1357,9 +1357,9 @@ dependencies = [ [[package]] name = "jwt-simple" -version = "0.10.9" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c036f167883e073626dbc41f92966acb27a30172bf04a3bbe8b24ac45c02d728" +checksum = "6cf3a9f4c365a97b89e846cdb1c18dddbeafa692ebef1005cea26b8f04386e43" dependencies = [ "anyhow", "coarsetime", diff --git a/Cargo.toml b/Cargo.toml index 3bd98c5..d4a805c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ futures-util = "0.3.21" urlencoding = "2.1.0" rand = "0.8.5" base64 = "0.13.0" -jwt-simple = "0.10.9" +jwt-simple = "0.11.0" digest = "0.10.3" sha2 = "0.10.2" lazy-regex = "2.3.0"