Skip to content

Commit e9544c5

Browse files
committed
Bump jwt-simple to 0.12.x
Work around boringssl symbol conflicts with openssl by using its pure-rust feature.
1 parent 9ca0f1e commit e9544c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ http = "0.2"
2727
serde = "1.0"
2828
serde_json = "1.0"
2929
serde_derive = "1.0"
30-
jwt-simple = "0.11.2"
30+
jwt-simple = { version = "0.12.11", default-features = false, features = ["pure-rust"] }
3131
ece = "2.2"
3232
pem = "3.0.4"
3333
sec1_decode = "0.1.0"

0 commit comments

Comments
 (0)