Skip to content

Commit

Permalink
fix: use rusty-jwt-tools v0.8.1 which fixes the keyauth issue
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Jan 15, 2024
1 parent 0df9914 commit d57ff1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ branch = "wire/unstable-pq-xyber"
[patch.crates-io.wire-e2e-identity]
git = "https://github.com/wireapp/rusty-jwt-tools"
package = "wire-e2e-identity"
tag = "v0.8.0"
tag = "v0.8.1"

# aarch64-apple-ios-sim target support has not yet been released
[patch.crates-io.openssl-src]
Expand Down
4 changes: 2 additions & 2 deletions crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async-trait = "0.1"
async-lock = "3.0"
schnellru = "0.2"
zeroize = "1.5"
wire-e2e-identity = { version = "=0.8.0", default-features = false }
wire-e2e-identity = { version = "0.8", default-features = false }
indexmap = "2"
x509-cert = "0.2"
pem = "3.0"
Expand Down Expand Up @@ -101,7 +101,7 @@ async-std = { version = "1.12", features = ["attributes"] }
futures-util = { version = "0.3", features = ["std", "alloc"] }
proteus-traits = "2.0"
async-trait = "0.1"
wire-e2e-identity = { version = "=0.8.0", features = ["identity-builder"] }
wire-e2e-identity = { version = "0.8", features = ["identity-builder"] }
fluvio-wasm-timer = "0.2"
time = { version = "0.3", features = ["wasm-bindgen"] }

Expand Down

0 comments on commit d57ff1c

Please sign in to comment.