Skip to content

Commit 354d40a

Browse files
committed
Bump
1 parent 1887cdf commit 354d40a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jwt-simple"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust."
55
authors = ["Frank Denis <github@pureftpd.org>"]
66
edition = "2018"
@@ -20,7 +20,7 @@ binstring = "0.1.7"
2020
ciborium = { version = "0.2.2", optional = true }
2121
coarsetime = "0.1.37"
2222
ct-codecs = "1.1.7"
23-
ed25519-compact = { version = "2.3.1", features = ["pem"] }
23+
ed25519-compact = { version = "2.4.2", features = ["pem"] }
2424
hmac-sha1-compact = "1.1.7"
2525
hmac-sha256 = { version = "1.1.14", features = ["traits011"] }
2626
hmac-sha512 = { version = "1.1.12", features = ["traits011", "sha384"] }
@@ -30,13 +30,13 @@ p384 = { version = "0.14.0", features = ["ecdsa", "std", "pkcs8", "pem"] }
3030
rand = "0.10.2"
3131
serde = { version = "1.0.229", features = ["derive"] }
3232
serde_json = "1.0.151"
33-
thiserror = "2.0.19"
33+
thiserror = "2.0.20"
3434
zeroize = "1.9.0"
3535

3636
# For now, superboring is not optional: the current `boring` crate does not implement ML-DSA yet,
3737
# so ML-DSA signatures always use a Rust implementation until a new version of the crate is out.
3838
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies]
39-
boring = { version = "5.1.0", optional = true }
39+
boring = { version = "5.2.0", optional = true }
4040
superboring = "0.1.14"
4141

4242
[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies]

0 commit comments

Comments
 (0)