build!(deps): upgrade bigint lib to solve issue downstream
Some checks failed
Build / tag (push) Has been cancelled
Build / build (map[cross:false os:macos-latest target:x86_64-apple-darwin test:true]) (push) Has been cancelled
Build / build (map[cross:false os:ubuntu-latest target:x86_64-unknown-linux-gnu test:true]) (push) Has been cancelled
Build / build (map[cross:false os:ubuntu-latest target:x86_64-unknown-linux-musl test:true]) (push) Has been cancelled
Build / build (map[cross:false os:windows-latest target:x86_64-pc-windows-msvc test:true]) (push) Has been cancelled
Build / release (push) Has been cancelled
Build / upload (x86_64-apple-darwin) (push) Has been cancelled
Build / upload (x86_64-pc-windows-msvc) (push) Has been cancelled
Build / upload (x86_64-unknown-linux-gnu) (push) Has been cancelled
Build / upload (x86_64-unknown-linux-musl) (push) Has been cancelled

This commit is contained in:
Matthieu Bessat 2025-06-03 16:14:40 +02:00
parent b95aaffe53
commit cbb6688a45

View file

@ -22,7 +22,7 @@ pem_support = ["simple_asn1", "pem"]
pem = { version = "0.8", optional = true }
jsonwebtoken = { version = "^7.2", optional = true }
simple_asn1 = { version = "^0.5.1", optional = true }
num-bigint = "^0.3"
num-bigint = "^0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
base64 = "^0.13"