Skip to content

Commit

Permalink
fix: Pin jsonwebtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jul 5, 2019
1 parent ce33f61 commit da0578f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ glob = "0.3.0"
itertools = "0.8.0"
tokio-retry = "0.2.0"
# needed for gcs, see https://github.com/Keats/jsonwebtoken/pull/89
jsonwebtoken = { git = "https://github.com/Keats/jsonwebtoken", branch = "next" }
jsonwebtoken = { git = "https://github.com/Keats/jsonwebtoken", rev = "e2e11b1e56d217002c3ba27f56aa0d8a439262d0" }
base64 = "0.10.1"
ipnetwork = "0.14.0"

Expand Down

0 comments on commit da0578f

Please sign in to comment.