Skip to content

Commit 807bb18

Browse files
deps(deps): update jsonwebtoken requirement from 9.3 to 10.1
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.0...v10.1.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a35de4 commit 807bb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ rand = "0.8"
8080
base64 = "0.22"
8181
chrono = { version = "0.4", features = ["serde"] }
8282
ed25519-dalek = { version = "2.1", features = ["rand_core"] }
83-
jsonwebtoken = "9.3"
83+
jsonwebtoken = "10.1"
8484
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
8585
rsa = "0.9"
8686
secrecy = "0.10"

0 commit comments

Comments
 (0)