From eefcadd5af14cac62143318a8f6d3574aa0c164e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:51:32 +0000 Subject: [PATCH] build(deps): 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.1.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 83b8aa5..843cb25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ mongodb = { version = "2.1.0"} bson = "2.1.0" futures = "0.3.21" -jsonwebtoken = "8" +jsonwebtoken = "9" serde = {version = "1.0", features = ["derive"] } serde_json = "1"