{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":440746265,"defaultBranch":"main","name":"fatigue","ownerLogin":"pdylanross","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-12-22T05:42:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7219449?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725871799.0","currentOid":""},"activityList":{"items":[{"before":"9f40b777644b4d17ccbfca63525d9693719fdd5c","after":null,"ref":"refs/heads/dependabot/cargo/serde-1.0.210","pushedAt":"2024-09-09T08:49:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"227a60c6ccfa944174ff4835a3c6d8d92dba3977","after":"cb47b7562820b6673ab18ee04f582502d9593d06","ref":"refs/heads/main","pushedAt":"2024-09-09T08:49:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump serde from 1.0.209 to 1.0.210 (#331)\n\nBumps serde from 1.0.209 to 1.0.210.\n\nRelease notes\nSourced from serde's releases.\n\nv1.0.210\n\nSupport serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)\nMake serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)\n\n\n\n\nCommits\n\n89c4b02 Release 1.0.210\neeb8e44 Merge pull request #2818 from dtolnay/coreerror\n785c2d9 Stabilize no-std StdError trait\nd549f04 Reformat parse_ip_impl definition and calls\n4c0dd63 Delete attr support from core::net deserialization macros\n26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl\n07e614b Merge pull request #2817 from dtolnay/corenet\nb1f899f Delete doc(cfg) attribute from impls that are supported in no-std\nb4f860e Merge pull request #2816 from MathiasKoch/chore/core-net\nd940fe1 Reuse existing Buf wrapper as replacement for std::io::Write\nAdditional commits viewable in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump serde from 1.0.209 to 1.0.210 (#331)"}},{"before":null,"after":"9f40b777644b4d17ccbfca63525d9693719fdd5c","ref":"refs/heads/dependabot/cargo/serde-1.0.210","pushedAt":"2024-09-09T08:49:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump serde from 1.0.209 to 1.0.210\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump serde from 1.0.209 to 1.0.210"}},{"before":"9264639a21a8968371bb810d4909df7fcb52187e","after":null,"ref":"refs/heads/dependabot/cargo/serde_json-1.0.128","pushedAt":"2024-09-05T08:32:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"653c01cab4d2ca24487f3501377a46a15c0f3267","after":"227a60c6ccfa944174ff4835a3c6d8d92dba3977","ref":"refs/heads/main","pushedAt":"2024-09-05T08:32:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump serde_json from 1.0.127 to 1.0.128 (#330)\n\nBumps serde_json from 1.0.127 to 1.0.128.\n\nRelease notes\nSourced from serde_json's releases.\n\n1.0.128\n\nSupport serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)\n\n\n\n\nCommits\n\nd96b1d9 Release 1.0.128\n599228d Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer\n5416cee feat: add support for 128 bit HashMap key serialization\n27a4ca9 Upload CI Cargo.lock for reproducing failures\nSee full diff in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump serde_json from 1.0.127 to 1.0.128 (#330)"}},{"before":null,"after":"9264639a21a8968371bb810d4909df7fcb52187e","ref":"refs/heads/dependabot/cargo/serde_json-1.0.128","pushedAt":"2024-09-05T08:32:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump serde_json from 1.0.127 to 1.0.128\n\nBumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump serde_json from 1.0.127 to 1.0.128"}},{"before":"5372819d959d2a2c944b710974b8b1cb61dcdc57","after":null,"ref":"refs/heads/dependabot/cargo/async-trait-0.1.82","pushedAt":"2024-09-02T08:39:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"61294a1580f2dba42aacc3c6e1e645ea158cd7c3","after":"653c01cab4d2ca24487f3501377a46a15c0f3267","ref":"refs/heads/main","pushedAt":"2024-09-02T08:39:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump async-trait from 0.1.81 to 0.1.82 (#329)\n\nBumps async-trait from 0.1.81 to 0.1.82.\n\nRelease notes\nSourced from async-trait's releases.\n\n0.1.82\n\nPrevent elided_named_lifetimes lint being produced in generated code (#276)\n\n\n\n\nCommits\n\nf8e5bb4 Release 0.1.82\n8fbf118 Merge pull request #276 from dtolnay/elidednamed\n6fa246a Ignore nightly's new elided_named_lifetimes lint in generated code\nd542a0d Upload CI Cargo.lock for reproducing failures\n8828c35 Sort dependency features in Cargo.toml\nba9793a Update ui test suite to nightly-2024-08-11\n82c62cd Update ui test suite to nightly-2024-07-25\n370ee12 Update ui test suite to nightly-2024-07-20\nSee full diff in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump async-trait from 0.1.81 to 0.1.82 (#329)"}},{"before":null,"after":"5372819d959d2a2c944b710974b8b1cb61dcdc57","ref":"refs/heads/dependabot/cargo/async-trait-0.1.82","pushedAt":"2024-09-02T08:39:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump async-trait from 0.1.81 to 0.1.82\n\nBumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.82.\n- [Release notes](https://github.com/dtolnay/async-trait/releases)\n- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.82)\n\n---\nupdated-dependencies:\n- dependency-name: async-trait\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump async-trait from 0.1.81 to 0.1.82"}},{"before":"0a84320aa16d7fabb992260e39f48ad0dbe12f85","after":null,"ref":"refs/heads/dependabot/cargo/serde-1.0.209","pushedAt":"2024-08-30T08:12:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5e5d0bb4fb1af39ced80d906385bdfe784bd54a0","after":"61294a1580f2dba42aacc3c6e1e645ea158cd7c3","ref":"refs/heads/main","pushedAt":"2024-08-30T08:12:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump serde from 1.0.208 to 1.0.209 (#327)\n\n⚠️ Dependabot is rebasing this PR ⚠️\nRebasing might not happen immediately, so don't worry if this takes some time.\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\nBumps serde from 1.0.208 to 1.0.209.\n\nRelease notes\nSourced from serde's releases.\n\nv1.0.209\n\nFix deserialization of empty structs and empty tuples inside of untagged enums (#2805, thanks @​Mingun)\n\n\n\n\nCommits\n\n30752ac Release 1.0.209\nb84e6ca Improve wording of PR 2805 comments\n87a2fb0 Wrap comments from PR 2805 to 80 columns\n9eaf7b9 Merge pull request #2805 from Mingun/untagged-tests\n7bde100 Replace MapRefDeserializer with value::MapDeserializer\nda7fc79 Fix deserialization of empty struct variant in untagged enums\n4c5fec1 Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...\n6588b0a Cover Content::Seq case in VariantRefDeserializer::struct_variant\n0093f74 Split test newtype_enum into four tests for each variant\n171c6da Complete coverage of ContentRefDeserializer::deserialize_newtype_struct\nAdditional commits viewable in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump serde from 1.0.208 to 1.0.209 (#327)"}},{"before":"7d13140bab34f0cc44f4f0ff712513e4938c4dea","after":"0a84320aa16d7fabb992260e39f48ad0dbe12f85","ref":"refs/heads/dependabot/cargo/serde-1.0.209","pushedAt":"2024-08-30T08:11:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump serde from 1.0.208 to 1.0.209\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump serde from 1.0.208 to 1.0.209"}},{"before":"c770383a69f3903b1bbe61b83acd2155ef31dc10","after":null,"ref":"refs/heads/dependabot/cargo/tokio-1.40.0","pushedAt":"2024-08-30T08:10:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8914fb5abb76e26b93302c9c084961c07b2dffa0","after":"5e5d0bb4fb1af39ced80d906385bdfe784bd54a0","ref":"refs/heads/main","pushedAt":"2024-08-30T08:10:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump tokio from 1.39.3 to 1.40.0 (#328)\n\nBumps tokio from 1.39.3 to 1.40.0.\n\nRelease notes\nSourced from tokio's releases.\n\nTokio v1.40.0\n1.40.0 (August 30th, 2024)\nAdded\n\nio: add util::SimplexStream (#6589)\nprocess: stabilize Command::process_group (#6731)\nsync: add {TrySendError,SendTimeoutError}::into_inner (#6755)\ntask: add JoinSet::join_all (#6784)\n\nAdded (unstable)\n\nruntime: add Builder::{on_task_spawn, on_task_terminate} (#6742)\n\nChanged\n\nio: use vectored io for write_all_buf when possible (#6724)\nruntime: prevent niche-optimization to avoid triggering miri (#6744)\nsync: mark mpsc types as UnwindSafe (#6783)\nsync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#6727)\ntask: use NonZeroU64 for task::Id (#6733)\ntask: include panic message when printing JoinError (#6753)\ntask: add #[must_use] to JoinHandle::abort_handle (#6762)\ntime: eliminate timer wheel allocations (#6779)\n\nDocumented\n\ndocs: clarify that [build] section doesn't go in Cargo.toml (#6728)\nio: clarify zero remaining capacity case (#6790)\nmacros: improve documentation for select! (#6774)\nsync: document mpsc channel allocation behavior (#6773)\n\n#6589: tokio-rs/tokio#6589\n#6724: tokio-rs/tokio#6724\n#6727: tokio-rs/tokio#6727\n#6728: tokio-rs/tokio#6728\n#6731: tokio-rs/tokio#6731\n#6733: tokio-rs/tokio#6733\n#6742: tokio-rs/tokio#6742\n#6744: tokio-rs/tokio#6744\n#6753: tokio-rs/tokio#6753\n#6755: tokio-rs/tokio#6755\n#6762: tokio-rs/tokio#6762\n#6773: tokio-rs/tokio#6773\n#6774: tokio-rs/tokio#6774\n#6779: tokio-rs/tokio#6779\n#6783: tokio-rs/tokio#6783\n#6784: tokio-rs/tokio#6784\n#6790: tokio-rs/tokio#6790\n\n\n\nCommits\n\nea6d652 chore: prepare Tokio v1.40.0 (#6806)\n11f66f4 chore: replace ready! with std::task::ready! (#6804)\n479a56a time: eliminate timer wheel allocations (#6779)\nb37f0de runtime: implement initial set of task hooks (#6742)\nc9fad08 codec: fix typo in the docs for Encoder::Error (#6800)\ncc70a21 task: add join_all method to JoinSet (#6784)\n1ac8dff task: add AbortOnDropHandle type (#6786)\nff3f2a8 io: add SimplexStream (#6589)\n5b9a290 io: clarify zero remaining capacity case (#6790)\n70569bd task: fix typo in TaskTracker docs (#6792)\nAdditional commits viewable in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump tokio from 1.39.3 to 1.40.0 (#328)"}},{"before":null,"after":"c770383a69f3903b1bbe61b83acd2155ef31dc10","ref":"refs/heads/dependabot/cargo/tokio-1.40.0","pushedAt":"2024-08-30T08:10:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump tokio from 1.39.3 to 1.40.0\n\nBumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump tokio from 1.39.3 to 1.40.0"}},{"before":"be75aaa0df2397b1e21c11e17c9a3eeaad55f1f3","after":null,"ref":"refs/heads/dependabot/cargo/serde_json-1.0.127","pushedAt":"2024-08-26T08:40:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"7d13140bab34f0cc44f4f0ff712513e4938c4dea","ref":"refs/heads/dependabot/cargo/serde-1.0.209","pushedAt":"2024-08-26T08:40:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump serde from 1.0.208 to 1.0.209\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump serde from 1.0.208 to 1.0.209"}},{"before":"0440dcfb4958befbc4e232bde3111fa2aa7bb673","after":"8914fb5abb76e26b93302c9c084961c07b2dffa0","ref":"refs/heads/main","pushedAt":"2024-08-26T08:40:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump serde_json from 1.0.125 to 1.0.127 (#326)\n\nBumps serde_json from 1.0.125 to 1.0.127.\n\nRelease notes\nSourced from serde_json's releases.\n\n1.0.127\n\nAdd more removal methods to OccupiedEntry (#1179, thanks @​GREsau)\n\n1.0.126\n\nImprove string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @​CryZe)\n\n\n\n\nCommits\n\n5ebf65c Release 1.0.127\nf287a3b Merge pull request 1179 from GREsau/patch-1\nec980b0 Release 1.0.126\ne6282b0 Merge pull request #1184 from serde-rs/fastarithmetic\nffc4a43 Improve cfg names for fast arithmetic\n4b1048d Merge pull request #1183 from serde-rs/arithmetic\nf268173 Unify chunk size choice between float and string parsing\nfec0376 Merge pull request #1182 from CryZe/chunk-64bit\n3d837e1 Ensure the SWAR chunks are 64-bit in more cases\n11fc61c Add OccupiedEntry::shift_remove() and swap_remove()\nAdditional commits viewable in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump serde_json from 1.0.125 to 1.0.127 (#326)"}},{"before":null,"after":"be75aaa0df2397b1e21c11e17c9a3eeaad55f1f3","ref":"refs/heads/dependabot/cargo/serde_json-1.0.127","pushedAt":"2024-08-26T08:40:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump serde_json from 1.0.125 to 1.0.127\n\nBumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.127.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/1.0.125...1.0.127)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump serde_json from 1.0.125 to 1.0.127"}},{"before":"b0edbdf503e57f52990348f56036a5c004036875","after":null,"ref":"refs/heads/dependabot/cargo/reqwest-0.12.7","pushedAt":"2024-08-20T08:03:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6f0f6fce97feaf70bc00987bde8881e068bff915","after":"0440dcfb4958befbc4e232bde3111fa2aa7bb673","ref":"refs/heads/main","pushedAt":"2024-08-20T08:03:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump reqwest from 0.12.5 to 0.12.7 (#325)\n\nBumps reqwest from 0.12.5 to 0.12.7.\n\nRelease notes\nSourced from reqwest's releases.\n\nv0.12.7\nWhat's Changed\n\nRevert adding impl Service> for Client.\n\nFull Changelog: seanmonstar/reqwest@v0.12.6...v0.12.7\nv0.12.6\nWhat's Changed\n\nAdd support for danger_accept_invalid_hostnames for rustls.\nAdd impl Service> for Client and &'_ Client.\nAdd support for !Sync bodies in Body::wrap_stream().\nEnable happy eyeballs when hickory-dns is used.\nFix Proxy so that HTTP(S)_PROXY values take precendence over ALL_PROXY.\nFix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.\n\nNew Contributors\n\n@​schopin-pro made their first contribution in seanmonstar/reqwest#2341\n@​Ten0 made their first contribution in seanmonstar/reqwest#2353\n@​thalesfragoso made their first contribution in seanmonstar/reqwest#2249\n@​nipunn1313 made their first contribution in seanmonstar/reqwest#2361\n@​Threated made their first contribution in seanmonstar/reqwest#2370\n@​FlowerCode made their first contribution in seanmonstar/reqwest#2380\n@​zeling made their first contribution in seanmonstar/reqwest#2378\n@​murongshaozong made their first contribution in seanmonstar/reqwest#2385\n@​camio made their first contribution in seanmonstar/reqwest#2388\n@​alekseysidorov made their first contribution in seanmonstar/reqwest#2356\n\nThanks again\n\n@​seanmonstar\n@​nyurik\n\nFull Changelog: seanmonstar/reqwest@v0.12.5...v0.12.6\n\n\n\nChangelog\nSourced from reqwest's changelog.\n\nv0.12.7\n\nRevert adding impl Service> for Client.\n\nv0.12.6\n\nAdd support for danger_accept_invalid_hostnames for rustls.\nAdd impl Service> for Client and &'_ Client.\nAdd support for !Sync bodies in Body::wrap_stream().\nEnable happy eyeballs when hickory-dns is used.\nFix Proxy so that HTTP(S)_PROXY values take precendence over ALL_PROXY.\nFix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.\n\n\n\n\nCommits\n\n88bd9be v0.12.7\n68127f0 Revert \"feat: Add impl Service\\> for Client and `&'_ C...\nb2a28f5 v0.12.6\n522216e feat: Add impl Service\\> for Client and &'_ Client (...\n646b1f8 chore: update macOS system-configuration dep (#2368)\n85dd6da dns: improve error message for hickory-dns and warn in docs (#2389)\nbfd31be docs: Improve RequestBuilder::multipart's documentation (#2388)\n8c7f338 chore: bump dev-dependency libflate (#2382)\ndddf877 chore: bump h3 dependency\na53c944 chore: fix some comments\nAdditional commits viewable in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump reqwest from 0.12.5 to 0.12.7 (#325)"}},{"before":null,"after":"b0edbdf503e57f52990348f56036a5c004036875","ref":"refs/heads/dependabot/cargo/reqwest-0.12.7","pushedAt":"2024-08-20T08:03:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump reqwest from 0.12.5 to 0.12.7\n\nBumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7.\n- [Release notes](https://github.com/seanmonstar/reqwest/releases)\n- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.7)\n\n---\nupdated-dependencies:\n- dependency-name: reqwest\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump reqwest from 0.12.5 to 0.12.7"}},{"before":"b11c211b4240b9ba3ada762c4fbc3d75b02a0863","after":null,"ref":"refs/heads/dependabot/cargo/tokio-1.39.3","pushedAt":"2024-08-19T08:31:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6809fbadf083d023cb20fc49d40dcfd29229569d","after":"6f0f6fce97feaf70bc00987bde8881e068bff915","ref":"refs/heads/main","pushedAt":"2024-08-19T08:31:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump tokio from 1.39.2 to 1.39.3 (#324)\n\nBumps tokio from 1.39.2 to 1.39.3.\n\nRelease notes\nSourced from tokio's releases.\n\nTokio v1.39.3\n1.39.3 (August 17th, 2024)\nThis release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)\n#6772: tokio-rs/tokio#6772\n\n\n\nCommits\n\n3d439ab chore: prepare Tokio v1.39.3 (#6782)\nb2ea40b net: add handling for abstract socket name (#6772)\nSee full diff in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump tokio from 1.39.2 to 1.39.3 (#324)"}},{"before":null,"after":"b11c211b4240b9ba3ada762c4fbc3d75b02a0863","ref":"refs/heads/dependabot/cargo/tokio-1.39.3","pushedAt":"2024-08-19T08:30:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump tokio from 1.39.2 to 1.39.3\n\nBumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.39.3.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump tokio from 1.39.2 to 1.39.3"}},{"before":"94149ad3e2c590f43f97c1b23ca6706196490458","after":null,"ref":"refs/heads/dependabot/cargo/serde-1.0.208","pushedAt":"2024-08-16T08:18:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"e050e67bec2b3a15fc05f8ae236c01e7875a91a5","after":"6809fbadf083d023cb20fc49d40dcfd29229569d","ref":"refs/heads/main","pushedAt":"2024-08-16T08:18:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump serde from 1.0.207 to 1.0.208 (#323)\n\nBumps serde from 1.0.207 to 1.0.208.\n\nRelease notes\nSourced from serde's releases.\n\nv1.0.208\n\nSupport serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)\n\n\n\n\nCommits\n\n026e91a Release 1.0.208\nbfbedac Merge pull request #2802 from jonhoo/flatten-unit-struct\n4036ff8 Support (de-)serializing flattened unit struct\nSee full diff in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump serde from 1.0.207 to 1.0.208 (#323)"}},{"before":null,"after":"94149ad3e2c590f43f97c1b23ca6706196490458","ref":"refs/heads/dependabot/cargo/serde-1.0.208","pushedAt":"2024-08-16T08:18:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore: Bump serde from 1.0.207 to 1.0.208\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore: Bump serde from 1.0.207 to 1.0.208"}},{"before":"04c28bec04d2d14fa0a747ff4a35e2e674001254","after":null,"ref":"refs/heads/dependabot/cargo/serde_json-1.0.125","pushedAt":"2024-08-15T08:31:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"c21be54e8c163aab914baaaca9e23c0f1a9b9b44","after":"e050e67bec2b3a15fc05f8ae236c01e7875a91a5","ref":"refs/heads/main","pushedAt":"2024-08-15T08:31:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore: Bump serde_json from 1.0.124 to 1.0.125 (#322)\n\nBumps serde_json from 1.0.124 to 1.0.125.\n\nRelease notes\nSourced from serde_json's releases.\n\n1.0.125\n\nSpeed up \\uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @​purplesyringa)\n\n\n\n\nCommits\n\n6130f9b Release 1.0.125\ncc7a160 Touch up PR 1175\n0f942e5 Merge pull request 1175 from iex-rs/faster-backslash-u\nd8921cd Merge pull request #1172 from iex-rs/faster-hex\nb4bc643 Merge pull request #1176 from dtolnay/miriname\n94a2aad Improve job names for miri jobs\n8073fc1 Merge pull request #1174 from iex-rs/miri-on-ci\n96ae604 Correct WTF-8 parsing\n236cc82 Simplify unicode escape handling\n2f28d10 Use the same UTF-8/WTF-8 impl for surrogates\nAdditional commits viewable in compare view\n\n\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.\n\n\nDependabot commands and options\n\nYou can trigger Dependabot actions by commenting on this PR:\n\n@dependabot rebase will rebase this PR\n@dependabot recreate will recreate this PR, overwriting any edits that have been made to it\n@dependabot merge will merge this PR after your CI passes on it\n@dependabot squash and merge will squash and merge this PR after your CI passes on it\n@dependabot cancel merge will cancel a previously requested merge and block automerging\n@dependabot reopen will reopen this PR if it is closed\n@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n@dependabot show ignore conditions will show all of the ignore conditions of the specified dependency\n@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)","shortMessageHtmlLink":"chore: Bump serde_json from 1.0.124 to 1.0.125 (#322)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsKggRgA","startCursor":null,"endCursor":null}},"title":"Activity · pdylanross/fatigue"}