From 6422313f2ea36251f47d6fda51be2631390306be Mon Sep 17 00:00:00 2001 From: Firstyear Date: Mon, 28 Aug 2023 12:07:12 +1000 Subject: [PATCH] Update compact jwt (#2043) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bd9e608f..698c0cda7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,9 +731,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "compact_jwt" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51f9032b96a89dd79ffc5f62523d5351ebb40680cbdfc4029393b511b9e971aa" +checksum = "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33" dependencies = [ "base64 0.13.1", "base64urlsafedata", diff --git a/Cargo.toml b/Cargo.toml index a4b12dd9d..6e88e3cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ clap = { version = "^4.4.0", features = ["derive", "env"] } clap_complete = "^4.4.0" # Forced by saffron/cron chrono = "^0.4.26" -compact_jwt = { version = "^0.2.3", default-features = false } +compact_jwt = { version = "^0.2.10", default-features = false } concread = "^0.4.1" cron = "0.12.0" crossbeam = "0.8.1"