From b51edbd29ea7cc65f27754eed844b3b5b8d3c916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 07:40:05 +1000 Subject: [PATCH] Bump compact_jwt from 0.2.2 to 0.2.3 (#914) Bumps [compact_jwt](https://github.com/kanidm/compact_jwt) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/kanidm/compact_jwt/releases) - [Commits](https://github.com/kanidm/compact_jwt/commits) --- updated-dependencies: - dependency-name: compact_jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- kanidm_tools/Cargo.toml | 2 +- kanidmd/idm/Cargo.toml | 2 +- kanidmd/score/Cargo.toml | 2 +- kanidmd_web_ui/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47587dab4..3ef335863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,9 +676,9 @@ dependencies = [ [[package]] name = "compact_jwt" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469e39800a5e0d942409092349cfeb6189bdf2393d13fad535cb681424464623" +checksum = "da8aa3687e09749f5b2818f42221b6f5625cb050cd5b0efcc6729488b0ad9fc5" dependencies = [ "base64 0.13.0", "base64urlsafedata", diff --git a/kanidm_tools/Cargo.toml b/kanidm_tools/Cargo.toml index 29b690fef..500d24c4d 100644 --- a/kanidm_tools/Cargo.toml +++ b/kanidm_tools/Cargo.toml @@ -42,7 +42,7 @@ shellexpand = "^2.1.0" rayon = "^1.5.3" time = { version = "=0.2.27", features = ["serde", "std"] } qrcode = { version = "^0.12.0", default-features = false } -compact_jwt = "^0.2.2" +compact_jwt = "^0.2.3" zxcvbn = "^2.2.1" diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index c8a24df06..edd63b4f6 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -19,7 +19,7 @@ async-std = { version = "^1.12.0", features = ["tokio1"] } async-trait = "^0.1.53" base64 = "^0.13.0" chrono = "^0.4.19" -compact_jwt = "^0.2.1" +compact_jwt = "^0.2.3" compiled-uuid = "0.1.2" concread = "^0.3.7" dyn-clone = "^1.0.6" diff --git a/kanidmd/score/Cargo.toml b/kanidmd/score/Cargo.toml index c1101d40b..1951ce415 100644 --- a/kanidmd/score/Cargo.toml +++ b/kanidmd/score/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/kanidm/kanidm/" [dependencies] async-std = { version = "^1.12.0", features = ["tokio1"] } async-trait = "^0.1.53" -compact_jwt = "^0.2.1" +compact_jwt = "^0.2.3" futures-util = "^0.3.21" kanidm = { path = "../idm" } kanidm_client = { path = "../../kanidm_client" } diff --git a/kanidmd_web_ui/Cargo.toml b/kanidmd_web_ui/Cargo.toml index 2fb8968d3..13483d4fc 100644 --- a/kanidmd_web_ui/Cargo.toml +++ b/kanidmd_web_ui/Cargo.toml @@ -33,7 +33,7 @@ yew-agent = "^0.1.0" gloo = "^0.8.0" js-sys = "^0.3.58" -compact_jwt = { version = "^0.2.2", default-features = false, features = ["unsafe_release_without_verify"] } +compact_jwt = { version = "^0.2.3", default-features = false, features = ["unsafe_release_without_verify"] } # compact_jwt = { path = "../../compact_jwt" , default-features = false, features = ["unsafe_release_without_verify"] } [dependencies.web-sys]