diff --git a/Cargo.toml b/Cargo.toml index fe81220..6d8f6ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ gui = ["rfd"] rfd = { version = "0.11", default-features = false, optional = true, features = [ "xdg-portal", ] } -octocrab = { version = "0.18", default-features = false, features = ["rustls"] } +octocrab = { version = "0.19", default-features = false, features = ["rustls"] } tokio = { version = "1.26", default-features = false, features = ["fs"] } # Locked due to possibility of breaking changes async_zip = { version = "=0.0.12", default-features = false, features = [ @@ -45,3 +45,4 @@ thiserror = "1.0" ferinth = "2.7" furse = "1.5" home = "0.5" +