Skip to content

Commit

Permalink
Update Rust crate octocrab to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed Apr 17, 2023
1 parent 7308889 commit b43deff
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 18 deletions.
173 changes: 156 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/octopush_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ git2 = { version = "0.17.1", features = [
] }
serde = { version = "1.0.160", features = ["derive"] }
serde_yaml = "0.9.21"
octocrab = { version = "0.19.0", features = ["futures-core", "futures-util"] }
octocrab = { version = "0.20.0", features = ["futures-core", "futures-util"] }

0 comments on commit b43deff

Please sign in to comment.