diff --git a/spr/Cargo.toml b/spr/Cargo.toml index 8e115d9..0287d38 100644 --- a/spr/Cargo.toml +++ b/spr/Cargo.toml @@ -25,7 +25,7 @@ git2-ext = "0.6.0" graphql_client = "^0.14.0" indoc = "^2.0.6" lazy-regex = "^3.4.1" -octocrab = { version = "^0.51.0", default-features = false, features = ["jwt-rust-crypto", "rustls", "rustls-ring", "default-client"] } +octocrab = { version = "^0.54.0", default-features = false, features = ["jwt-rust-crypto", "rustls", "rustls-ring", "default-client"] } reqwest = { version = "^0.12.24", default-features = false, features = ["json", "rustls-tls"] } serde = "^1.0.136" tabled = { version = "0.20", features = ["ansi"] }