Update compact jwt (#2043)

This commit is contained in:
Firstyear 2023-08-28 12:07:12 +10:00 committed by GitHub
parent d4b8568924
commit 6422313f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -731,9 +731,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]] [[package]]
name = "compact_jwt" name = "compact_jwt"
version = "0.2.9" version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f9032b96a89dd79ffc5f62523d5351ebb40680cbdfc4029393b511b9e971aa" checksum = "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33"
dependencies = [ dependencies = [
"base64 0.13.1", "base64 0.13.1",
"base64urlsafedata", "base64urlsafedata",

View file

@ -106,7 +106,7 @@ clap = { version = "^4.4.0", features = ["derive", "env"] }
clap_complete = "^4.4.0" clap_complete = "^4.4.0"
# Forced by saffron/cron # Forced by saffron/cron
chrono = "^0.4.26" chrono = "^0.4.26"
compact_jwt = { version = "^0.2.3", default-features = false } compact_jwt = { version = "^0.2.10", default-features = false }
concread = "^0.4.1" concread = "^0.4.1"
cron = "0.12.0" cron = "0.12.0"
crossbeam = "0.8.1" crossbeam = "0.8.1"