Skip to content

Commit

Permalink
Merge pull request #205 from sebadob/jwt-simple-back-to-official
Browse files Browse the repository at this point in the history
change jwt-simple back to the official release
  • Loading branch information
sebadob authored Dec 19, 2023
2 parents 23cc1ae + b9e2bd4 commit f840906
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 112 deletions.
167 changes: 57 additions & 110 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ ed25519-compact = { version = "2.0.4", features = ["ed25519"] }
flume = "0.11"
gethostname = "0.4"
itertools = "0.12"
#jwt-simple = "0.12.1"
jwt-simple = "0.11.9"
#jwt-simple = { path = "../rust-jwt-simple", default-features = false, features = ["pure-rust"] }
jwt-simple = { version = "0.12.6", default-features = false, features = ["pure-rust"] }
lazy_static = "1"
num_cpus = "1"
## Add openssl-sys as a direct dependency, so it can be cross compiled to
Expand Down

0 comments on commit f840906

Please sign in to comment.