Update Rust crate jwt-simple to 0.11.0 #9

Merged
pierre merged 1 commits from renovate/jwt-simple-0.x into master 2022-04-23 18:49:25 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e62947ab9f - Show all commits

4
Cargo.lock generated
View File

@ -1357,9 +1357,9 @@ dependencies = [
[[package]] [[package]]
name = "jwt-simple" name = "jwt-simple"
version = "0.10.9" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c036f167883e073626dbc41f92966acb27a30172bf04a3bbe8b24ac45c02d728" checksum = "6cf3a9f4c365a97b89e846cdb1c18dddbeafa692ebef1005cea26b8f04386e43"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"coarsetime", "coarsetime",

View File

@ -24,7 +24,7 @@ futures-util = "0.3.21"
urlencoding = "2.1.0" urlencoding = "2.1.0"
rand = "0.8.5" rand = "0.8.5"
base64 = "0.13.0" base64 = "0.13.0"
jwt-simple = "0.10.9" jwt-simple = "0.11.0"
digest = "0.10.3" digest = "0.10.3"
sha2 = "0.10.2" sha2 = "0.10.2"
lazy-regex = "2.3.0" lazy-regex = "2.3.0"