Skip to content

Commit

Permalink
Merge pull request #1681 from HTGAzureX1212/nightly
Browse files Browse the repository at this point in the history
Attempt to Fix Compiler Errors
  • Loading branch information
HTGAzureX1212 authored Dec 3, 2023
2 parents 5c187b3 + 2128129 commit c8559e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions bors/Cargo.lock

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

1 change: 1 addition & 0 deletions bors/hartex-bors-permissions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ hartex_bors_core = { path = "../hartex-bors-core" }

hartex_log = { path = "../../rust-utilities/hartex-log" }

http-body = "1.0.0"
hyper = { version = "1.0.1", features = ["client", "http2"] }
hyper-util = { version = "0.1.1", features = ["client-legacy", "http2", "tokio"] }
miette = "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion bors/hartex-bors-permissions/src/permissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use hartex_backend_models::Response;
use hartex_backend_models_v2::bors::RepositoryPermissionsResponse;
use hartex_bors_core::models::GithubRepositoryName;
use hartex_log::log;
use hyper::body::Body;
use http_body::Body;
use hyper::header::ACCEPT;
use hyper::Method;
use hyper::Request;
Expand Down
1 change: 1 addition & 0 deletions discord-frontend/Cargo.lock

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

1 change: 1 addition & 0 deletions discord-frontend/hartex-discord-commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ hartex_discord_utils = { path = "../../rust-utilities/hartex-discord-utils" }

fluent-bundle = "0.15.2"
futures = "0.3.29"
http-body = "1.0.0"
hyper = { version = "1.0.1", features = ["client", "http2"] }
hyper-util = { version = "0.1.1", features = ["client-legacy", "http2", "tokio"] }
miette = "5.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use hartex_discord_utils::CLIENT;
use hartex_localization_core::LOCALIZATION_HOLDER;
use hartex_localization_core::Localizer;
use hartex_log::log;
use hyper::body::Body;
use http_body::Body;
use hyper::header::ACCEPT;
use hyper::header::USER_AGENT;
use hyper::Method;
Expand Down

0 comments on commit c8559e6

Please sign in to comment.