Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jfbilodeau/jwks-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: getditto/jwks-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 10, 2025

  1. Copy the full SHA
    c6c1c65 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    503b876 View commit details
Showing with 100 additions and 23 deletions.
  1. +99 −22 Cargo.lock
  2. +1 −1 Cargo.toml
121 changes: 99 additions & 22 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
@@ -19,7 +19,7 @@ reqwest = {version = "0.11.0", features = ["json"]}
serde = {version = "1", features = ["derive"]}
serde_json = "1"
regex = "1"
ring = "^0.16.0"
ring = "^0.17.12"

[dev-dependencies]
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}