From 03da289bbfe7adc7fe1883217bdf45d98fba087c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:59:11 +0000 Subject: [PATCH] chore(deps): update jwt-simple requirement in /legacy Updates the requirements on [jwt-simple](https://github.com/jedisct1/rust-jwt-simple) to permit the latest version. - [Release notes](https://github.com/jedisct1/rust-jwt-simple/releases) - [Commits](https://github.com/jedisct1/rust-jwt-simple/compare/0.11.9...0.12.1) --- updated-dependencies: - dependency-name: jwt-simple dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- legacy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/Cargo.toml b/legacy/Cargo.toml index 41a0366..b7d76fd 100644 --- a/legacy/Cargo.toml +++ b/legacy/Cargo.toml @@ -57,7 +57,7 @@ trust-dns-resolver = { version = "0.23.2", default-features = false, features = anyhow = "1.0.75" dotenv = "0.15.0" serde_json = "1.0.108" -jwt-simple = "0.11.9" +jwt-simple = "0.12.1" p256 = { version = "0.13.2", features = ["jwk", "pem"] } chrono = "0.4.31" odoh-rs = { git = "https://github.com/junkurihara/odoh-rs.git" }