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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-11 07:40:05 +10:00 committed by GitHub
parent c428fe9405
commit b51edbd29e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -676,9 +676,9 @@ dependencies = [
[[package]] [[package]]
name = "compact_jwt" name = "compact_jwt"
version = "0.2.2" version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469e39800a5e0d942409092349cfeb6189bdf2393d13fad535cb681424464623" checksum = "da8aa3687e09749f5b2818f42221b6f5625cb050cd5b0efcc6729488b0ad9fc5"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.0",
"base64urlsafedata", "base64urlsafedata",

View file

@ -42,7 +42,7 @@ shellexpand = "^2.1.0"
rayon = "^1.5.3" rayon = "^1.5.3"
time = { version = "=0.2.27", features = ["serde", "std"] } time = { version = "=0.2.27", features = ["serde", "std"] }
qrcode = { version = "^0.12.0", default-features = false } qrcode = { version = "^0.12.0", default-features = false }
compact_jwt = "^0.2.2" compact_jwt = "^0.2.3"
zxcvbn = "^2.2.1" zxcvbn = "^2.2.1"

View file

@ -19,7 +19,7 @@ async-std = { version = "^1.12.0", features = ["tokio1"] }
async-trait = "^0.1.53" async-trait = "^0.1.53"
base64 = "^0.13.0" base64 = "^0.13.0"
chrono = "^0.4.19" chrono = "^0.4.19"
compact_jwt = "^0.2.1" compact_jwt = "^0.2.3"
compiled-uuid = "0.1.2" compiled-uuid = "0.1.2"
concread = "^0.3.7" concread = "^0.3.7"
dyn-clone = "^1.0.6" dyn-clone = "^1.0.6"

View file

@ -15,7 +15,7 @@ repository = "https://github.com/kanidm/kanidm/"
[dependencies] [dependencies]
async-std = { version = "^1.12.0", features = ["tokio1"] } async-std = { version = "^1.12.0", features = ["tokio1"] }
async-trait = "^0.1.53" async-trait = "^0.1.53"
compact_jwt = "^0.2.1" compact_jwt = "^0.2.3"
futures-util = "^0.3.21" futures-util = "^0.3.21"
kanidm = { path = "../idm" } kanidm = { path = "../idm" }
kanidm_client = { path = "../../kanidm_client" } kanidm_client = { path = "../../kanidm_client" }

View file

@ -33,7 +33,7 @@ yew-agent = "^0.1.0"
gloo = "^0.8.0" gloo = "^0.8.0"
js-sys = "^0.3.58" 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"] } # compact_jwt = { path = "../../compact_jwt" , default-features = false, features = ["unsafe_release_without_verify"] }
[dependencies.web-sys] [dependencies.web-sys]