Skip to content

Commit

Permalink
chore: Update jwt-simple dependency
Browse files Browse the repository at this point in the history
Some other related packages are also updated in Cargo.lock by `cargo
update -p jwt-simple`

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Dec 5, 2024
1 parent 6e525b2 commit 860b92f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 136 deletions.
161 changes: 26 additions & 135 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ config = "0.13.3"
ear = "0.3.0"
env_logger = "0.10.0"
hex = "0.4.3"
jwt-simple = "0.11"
jwt-simple = { version = "0.12", default-features = false, features = [
"pure-rust",
] }
kbs_protocol = { git = "https://github.com/confidential-containers/guest-components.git", rev = "e6999a3c0fd877dae9e68ea78b8b483062db32b8", default-features = false }
kbs-types = "0.7.0"
kms = { git = "https://github.com/confidential-containers/guest-components.git", rev = "e6999a3c0fd877dae9e68ea78b8b483062db32b8", default-features = false }
Expand Down

0 comments on commit 860b92f

Please sign in to comment.