Skip to content

Commit 353368a

Browse files
build(deps): bump jsonwebtoken from 10.1.0 to 10.2.0
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 10.1.0 to 10.2.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v10.1.0...v10.2.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d40054 commit 353368a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ hex = "0.4.3"
4949
hmac = "0.12.1"
5050
http-body-util = "0.1.3"
5151
indexmap = {version = "2.12.0", features = ["serde"] }
52-
jsonwebtoken = { version = "10.1.0", features = ["rust_crypto"] }
52+
jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] }
5353
k8s-openapi = { version = "0.26", default-features = false, features = ["latest"] }
5454
kube = { version = "2", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
5555
octocrab = "0.47.0"

0 commit comments

Comments
 (0)