Skip to content

Commit

Permalink
chore: update oid4vc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed May 9, 2024
1 parent 045f130 commit bec2356
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@ rust-version = "1.76.0"

[workspace.dependencies]
did_manager = { git = "https://git@github.com/impierce/did-manager.git", rev = "c70c0f1" }
siopv2 = { git = "https://git@github.com/impierce/openid4vc.git", rev = "05959ca" }
oid4vci = { git = "https://git@github.com/impierce/openid4vc.git", rev = "05959ca" }
oid4vc-core = { git = "https://git@github.com/impierce/openid4vc.git", rev = "05959ca" }
oid4vc-manager = { git = "https://git@github.com/impierce/openid4vc.git", rev = "05959ca" }
oid4vp = { git = "https://git@github.com/impierce/openid4vc.git", rev = "05959ca" }
siopv2 = { git = "https://git@github.com/impierce/openid4vc.git", rev = "7fdd207" }
oid4vci = { git = "https://git@github.com/impierce/openid4vc.git", rev = "7fdd207" }
oid4vc-core = { git = "https://git@github.com/impierce/openid4vc.git", rev = "7fdd207" }
oid4vc-manager = { git = "https://git@github.com/impierce/openid4vc.git", rev = "7fdd207" }
oid4vp = { git = "https://git@github.com/impierce/openid4vc.git", rev = "7fdd207" }

async-trait = "0.1"
axum = { version = "0.7", features = ["tracing"] }

0 comments on commit bec2356

Please sign in to comment.