V0.3.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 17:59:03 +01:00
parent 804a899b44
commit d6e3c72c47
3 changed files with 216 additions and 130 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "basic-jwt"
version = "0.2.0"
edition = "2021"
version = "0.3.0"
edition = "2024"
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
description = "Basic JWT signing and verification library"
license = "MIT"
@@ -12,7 +12,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
rand = "0.9.0"
serde = { version = "1.0.200", features = ["derive"] }
anyhow = "1.0.82"
elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] }