From 51adf1a33d5511ad94067d24193d7e2a9a99944d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:42:11 +0000 Subject: [PATCH] Update jsonwebtoken requirement from 8 to 9 Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdfe14ee..b10f91f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ either = "1.8.0" futures = { version = "0.3.15" } futures-core = { version = "0.3.15", optional = true } futures-util = { version = "0.3.15", optional = true } -jsonwebtoken = "8" +jsonwebtoken = "9" http = "0.2.5" http-body = "0.4.5" hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] }