From ac312e4f18d07cf07ad9fb1c0d3d9e4315ebc93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 06:51:58 +0800 Subject: [PATCH] chore(deps): update jsonwebtoken requirement from 8 to 9 (#455) 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...v8.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e59446c0..f5329a034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ hostname-validator = "1" hyper = "=1.0.0-rc.4" indexmap = "2" inventory = "0.3" -jsonwebtoken = "8" +jsonwebtoken = "9" mime = "0.3" mime-infer = "2" moka = "0.12"