mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
c428fe9405
commit
b51edbd29e
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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" }
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue