Skip to content

Commit a612a5d

Browse files
Update jsonwebkey requirement from 0.3 to 0.4 in /spiffe (#182)
--- updated-dependencies: - dependency-name: jsonwebkey dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcb6799 commit a612a5d

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
@@ -40,7 +40,7 @@ log = {version = "0.4", optional = true }
4040
hyper-util = { version = "0.1.8", default-features = false }
4141

4242
[dev-dependencies]
43-
jsonwebkey = { version = "0.3", features = ["generate", "jwt-convert"] }
43+
jsonwebkey = { version = "0.4", features = ["generate", "jwt-convert"] }
4444
tokio = { version = "1", features = ["macros"] }
4545
once_cell = "1"
4646

0 commit comments

Comments
 (0)