Skip to content

Commit

Permalink
Bummp octocrab version
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Mar 23, 2023
1 parent ba88770 commit 86db3f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -45,3 +45,4 @@ thiserror = "1.0"
ferinth = "2.7"
furse = "1.5"
home = "0.5"

0 comments on commit 86db3f0

Please sign in to comment.