Updated to rust 1.71.0 and updated dependencies that were giving warnings stating they contained other deprecated functionality. This is incompatible with older Rust versions though. Will need to update local Rust versions.
Borrowed from @rlaj's branch to support stable rust.
One note here is that one of the updated libraries didn't port over smoothly. octocrab, which has an API for Github, changed its API around. However, it now looks like it has some actions API, but this is non-spec-ed and will be revisited for the release procedure. I've "todo-ed" it for now, with plans to revisit.
This will cause some compile warnings which will be moot when the function is reimplemented.
One note here is that one of the updated libraries didn't port over smoothly.
octocrab
, which has an API for Github, changed its API around. However, it now looks like it has someactions
API, but this is non-spec-ed and will be revisited for the release procedure. I've "todo-ed" it for now, with plans to revisit.This will cause some compile warnings which will be moot when the function is reimplemented.