diff --git a/ghostflow-github/Cargo.toml b/ghostflow-github/Cargo.toml index 1c09af2a97384e6d72724103be703811f3c16259..63fd17d131cbe619f6b3712fdd50ed97e34aa7c9 100644 --- a/ghostflow-github/Cargo.toml +++ b/ghostflow-github/Cargo.toml @@ -17,7 +17,7 @@ edition.workspace = true chrono = { version = "~0.4.16", default-features = false, features = ["serde"] } graphql_client = "~0.14" itertools = "~0.10" -jsonwebtoken = "^8.0" +jsonwebtoken = "^9.0" log = "~0.4.4" reqwest = { version = "~0.11", features = ["blocking", "json"] } serde_json = "^1.0"