Skip to content

Commit cfa202d

Browse files
Update jsonwebkey requirement from 0.3 to 0.4 in /spiffe
Updates the requirements on [jsonwebkey](https://github.com/nhynes/jwk-rs) to permit the latest version. - [Commits](https://github.com/nhynes/jwk-rs/commits) --- updated-dependencies: - dependency-name: jsonwebkey dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7108624 commit cfa202d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ hyper-util = { version = "0.1.8", default-features = false, optional = true }
4444

4545
[dev-dependencies]
4646
# jsonwebkey 0.4 pulls jsonwebtoken >=10.2 (edition 2024, Rust 1.85+)
47-
jsonwebkey = { version = "0.3", features = ["generate", "jwt-convert"] }
47+
jsonwebkey = { version = "0.4", features = ["generate", "jwt-convert"] }
4848
tokio = { version = "1", features = ["macros"] }
4949
once_cell = "1"
5050

0 commit comments

Comments
 (0)