This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user