Bump hubcaps fork again to use u64 over u32 for CheckSuite ids

This commit is contained in:
Cole Helbling 2021-12-29 12:50:35 -08:00
parent c16f183447
commit 0a682f561c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -474,7 +474,7 @@ checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
[[package]]
name = "hubcaps"
version = "0.3.16"
source = "git+https://github.com/grahamc/hubcaps.git#fd95f915cef93a873fec5cdb525b0f7d8637d2c8"
source = "git+https://github.com/grahamc/hubcaps.git#22ab34e2dc8804deebb5dd7ad9b796268f405780"
dependencies = [
"error-chain",
"frank_jwt",

View file

@ -34,7 +34,7 @@ let
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"hubcaps-0.3.16" = "sha256-WHceECaFu+X2nJfnW5Agr42MepGkLsipglJVW38QIp8=";
"hubcaps-0.3.16" = "sha256-fM0i8XTMyCuGtuHrhy1KNk+sJQ/clPnz4bjQkXkfslw=";
};
};
};