{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":199910327,"defaultBranch":"master","name":"imperative","ownerLogin":"crate-ci","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-07-31T18:38:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36412122?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714663384.0","currentOid":""},"activityList":{"items":[{"before":"2f8989ec8fbf1aed1e6b3d88c883eb4b0b0d3367","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T15:23:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"9b891f035db18e8f0bb9b16136a0c499210d17db","after":"d318f5154f2038fdd49fdd79ab1a8edcb0b296e8","ref":"refs/heads/master","pushedAt":"2024-05-02T15:23:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.78 (#72)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Update | Change |\n|---|---|---|\n| [STABLE](https://togithub.com/rust-lang/rust) | minor | `1.77` ->\n`1.78` |\n\n---\n\n### Release Notes\n\n
\nrust-lang/rust (STABLE)\n\n###\n[`v1.78`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1780-2024-05-02)\n\n[Compare\nSource](https://togithub.com/rust-lang/rust/compare/1.77.0...1.78.0)\n\n\\==========================\n\n\n\n## Language\n\n- [Stabilize `#[cfg(target_abi =\n...)]`](https://togithub.com/rust-lang/rust/pull/119590/)\n- [Stabilize the `#[diagnostic]` namespace and\n`#[diagnostic::on_unimplemented]`\nattribute](https://togithub.com/rust-lang/rust/pull/119888/)\n- [Make async-fn-in-trait implementable with concrete\nsignatures](https://togithub.com/rust-lang/rust/pull/120103/)\n- [Make matching on NaN a hard error, and remove the rest of\n`illegal_floating_point_literal_pattern`](https://togithub.com/rust-lang/rust/pull/116284/)\n- [static mut: allow mutable reference to arbitrary types, not just\nslices and arrays](https://togithub.com/rust-lang/rust/pull/117614/)\n- [Extend `invalid_reference_casting` to include references casting to\nbigger memory layout](https://togithub.com/rust-lang/rust/pull/118983/)\n- [Add `non_contiguous_range_endpoints` lint for singleton gaps after\nexclusive ranges](https://togithub.com/rust-lang/rust/pull/118879/)\n- [Add `wasm_c_abi` lint for use of older wasm-bindgen\nversions](https://togithub.com/rust-lang/rust/pull/117918/)\n This lint currently only works when using Cargo.\n- [Update `indirect_structural_match` and `pointer_structural_match`\nlints to match RFC](https://togithub.com/rust-lang/rust/pull/120423/)\n- [Make non-`PartialEq`-typed consts as patterns a hard\nerror](https://togithub.com/rust-lang/rust/pull/120805/)\n- [Split `refining_impl_trait` lint into `_reachable`, `_internal`\nvariants](https://togithub.com/rust-lang/rust/pull/121720/)\n- [Remove unnecessary type inference when using associated types inside\nof higher ranked\n`where`-bounds](https://togithub.com/rust-lang/rust/pull/119849)\n- [Weaken eager detection of cyclic types during type\ninference](https://togithub.com/rust-lang/rust/pull/119989)\n- [`trait Trait: Auto {}`: allow upcasting from `dyn Trait` to `dyn\nAuto`](https://togithub.com/rust-lang/rust/pull/119338)\n\n\n\n## Compiler\n\n- [Made `INVALID_DOC_ATTRIBUTES` lint deny by\ndefault](https://togithub.com/rust-lang/rust/pull/111505/)\n- [Increase accuracy of redundant `use`\nchecking](https://togithub.com/rust-lang/rust/pull/117772/)\n- [Suggest moving definition if non-found macro_rules! is defined\nlater](https://togithub.com/rust-lang/rust/pull/121130/)\n- [Lower transmutes from int to pointer type as gep on\nnull](https://togithub.com/rust-lang/rust/pull/121282/)\n\nTarget changes:\n\n- [Windows tier 1 targets now require at least Windows\n10](https://togithub.com/rust-lang/rust/pull/115141/)\n- [Enable CMPXCHG16B, SSE3, SAHF/LAHF and 128-bit Atomics in tier 1\nWindows](https://togithub.com/rust-lang/rust/pull/120820/)\n- [Add `wasm32-wasip1` tier 2 (without host tools)\ntarget](https://togithub.com/rust-lang/rust/pull/120468/)\n- [Add `wasm32-wasip2` tier 3\ntarget](https://togithub.com/rust-lang/rust/pull/119616/)\n- [Rename `wasm32-wasi-preview1-threads` to\n`wasm32-wasip1-threads`](https://togithub.com/rust-lang/rust/pull/122170/)\n- [Add `arm64ec-pc-windows-msvc` tier 3\ntarget](https://togithub.com/rust-lang/rust/pull/119199/)\n- [Add `armv8r-none-eabihf` tier 3 target for the\nCortex-R52](https://togithub.com/rust-lang/rust/pull/110482/)\n- [Add `loongarch64-unknown-linux-musl` tier 3\ntarget](https://togithub.com/rust-lang/rust/pull/121832/)\n\nRefer to Rust's \\[platform support page]\\[platform-support-doc]\nfor more information on Rust's tiered platform support.\n\n\n\n## Libraries\n\n- [Bump Unicode to version 15.1.0, regenerate\ntables](https://togithub.com/rust-lang/rust/pull/120777/)\n- [Make align_offset, align_to well-behaved in all\ncases](https://togithub.com/rust-lang/rust/pull/121201/)\n- [PartialEq, PartialOrd: document expectations for transitive\nchains](https://togithub.com/rust-lang/rust/pull/115386/)\n- [Optimize away poison guards when std is built with\npanic=abort](https://togithub.com/rust-lang/rust/pull/100603/)\n- [Replace pthread `RwLock` with custom\nimplementation](https://togithub.com/rust-lang/rust/pull/110211/)\n- [Implement unwind safety for Condvar on all\nplatforms](https://togithub.com/rust-lang/rust/pull/121768/)\n- [Add ASCII fast-path for\n`char::is_grapheme_extended`](https://togithub.com/rust-lang/rust/pull/121138/)\n\n\n\n## Stabilized APIs\n\n- [`impl Read for\n&Stdin`](https://doc.rust-lang.org/stable/std/io/struct.Stdin.html#impl-Read-for-%26Stdin)\n- [Accept non `'static` lifetimes for several `std::error::Error`\nrelated\nimplementations](https://togithub.com/rust-lang/rust/pull/113833/)\n- [Make `impl` impl take\n`?Sized`](https://togithub.com/rust-lang/rust/pull/114655/)\n- [`impl From for\nio::Error`](https://doc.rust-lang.org/stable/std/io/struct.Error.html#impl-From%3CTryReserveError%3E-for-Error)\n\nThese APIs are now stable in const contexts:\n\n-\n[`Barrier::new()`](https://doc.rust-lang.org/stable/std/sync/struct.Barrier.html#method.new)\n\n\n\n## Cargo\n\n- [Stabilize lockfile\nv4](https://togithub.com/rust-lang/cargo/pull/12852/)\n- [Respect `rust-version` when generating\nlockfile](https://togithub.com/rust-lang/cargo/pull/12861/)\n- [Control `--charset` via auto-detecting config\nvalue](https://togithub.com/rust-lang/cargo/pull/13337/)\n- [Support `target..rustdocflags`\nofficially](https://togithub.com/rust-lang/cargo/pull/13197/)\n- [Stabilize global cache data\ntracking](https://togithub.com/rust-lang/cargo/pull/13492/)\n\n\n\n## Misc\n\n- [rustdoc: add `--test-builder-wrapper` arg to support wrappers such as\nRUSTC_WRAPPER when building\ndoctests](https://togithub.com/rust-lang/rust/pull/114651/)\n\n\n\n## Compatibility Notes\n\n- [Many unsafe precondition checks now run for user code with debug\nassertions enabled](https://togithub.com/rust-lang/rust/pull/120594/)\nThis change helps users catch undefined behavior in their code, though\nthe details of how much is checked are generally not stable.\n- [riscv only supports split_debuginfo=off for\nnow](https://togithub.com/rust-lang/rust/pull/120518/)\n- [Consistently check bounds on hidden types of `impl\nTrait`](https://togithub.com/rust-lang/rust/pull/121679)\n- [Change equality of higher ranked types to not rely on\nsubtyping](https://togithub.com/rust-lang/rust/pull/118247)\n- [When called, additionally check bounds on normalized function return\ntype](https://togithub.com/rust-lang/rust/pull/118882)\n- [Expand coverage for `arithmetic_overflow`\nlint](https://togithub.com/rust-lang/rust/pull/119432/)\n\n\n\n## Internal Changes\n\nThese changes do not affect any public interfaces of Rust, but they\nrepresent\nsignificant improvements to the performance or internals of rustc and\nrelated\ntools.\n\n- [Update to LLVM 18](https://togithub.com/rust-lang/rust/pull/120055/)\n- [Build `rustc` with 1CGU on\n`x86_64-pc-windows-msvc`](https://togithub.com/rust-lang/rust/pull/112267/)\n- [Build `rustc` with 1CGU on\n`x86_64-apple-darwin`](https://togithub.com/rust-lang/rust/pull/112268/)\n- [Introduce `run-make` V2 infrastructure, a `run_make_support` library\nand port over 2 tests as\nexample](https://togithub.com/rust-lang/rust/pull/113026/)\n- [Windows: Implement condvar, mutex and rwlock using\nfutex](https://togithub.com/rust-lang/rust/pull/121956/)\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"* * * * *\" (UTC), Automerge - At any\ntime (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/crate-ci/imperative).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.78 (#72)"}},{"before":null,"after":"2f8989ec8fbf1aed1e6b3d88c883eb4b0b0d3367","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T15:20:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.78","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.78"}},{"before":"7c52da03a63ccb220e3860881a9c4f75c289bb3a","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-26T17:17:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"d3c36ea2d7f0bd48752c2e6e6c34067fc7456514","after":"9b891f035db18e8f0bb9b16136a0c499210d17db","ref":"refs/heads/master","pushedAt":"2024-04-26T17:17:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.77 (#71)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Update | Change |\n|---|---|---|\n| [STABLE](https://togithub.com/rust-lang/rust) | minor | `1.76` ->\n`1.77` |\n\n---\n\n### Release Notes\n\n
\nrust-lang/rust (STABLE)\n\n###\n[`v1.77`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1772-2024-04-09)\n\n[Compare\nSource](https://togithub.com/rust-lang/rust/compare/1.76.0...1.77.0)\n\n\\===========================\n\n\n\n- [CVE-2024-24576: fix escaping of Windows batch file arguments in\n`std::process::Command`](https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html)\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"* * * * *\" (UTC), Automerge - At any\ntime (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/crate-ci/imperative).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.77 (#71)"}},{"before":null,"after":"7c52da03a63ccb220e3860881a9c4f75c289bb3a","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-26T17:15:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.77","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.77"}},{"before":"a4604ee36b923977a4ff7d5aea88b530c4521fad","after":"d3c36ea2d7f0bd48752c2e6e6c34067fc7456514","ref":"refs/heads/master","pushedAt":"2024-04-26T17:15:12.000Z","pushType":"pr_merge","commitsCount":46,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #70 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #70 from epage/template"}},{"before":"90990a731e2e3f11786e9242ea0a7177b3fa3d35","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-04-23T01:13:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"5b1a35f0d684b18aa573898a8981be835f15aa98","after":"a4604ee36b923977a4ff7d5aea88b530c4521fad","ref":"refs/heads/master","pushedAt":"2024-04-23T01:13:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #69 from crate-ci/renovate/rust-1.x\n\nchore(deps): update msrv to v1.74","shortMessageHtmlLink":"Merge pull request #69 from crate-ci/renovate/rust-1.x"}},{"before":null,"after":"90990a731e2e3f11786e9242ea0a7177b3fa3d35","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-04-22T23:08:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update msrv to v1.74","shortMessageHtmlLink":"chore(deps): update msrv to v1.74"}},{"before":"85dbffc87b849bfbf108d9e69a8c88063143fae1","after":null,"ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-04-01T00:54:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"9a11e4a1e90c566bbd7e670047c209478f6f35fc","after":"5b1a35f0d684b18aa573898a8981be835f15aa98","ref":"refs/heads/master","pushedAt":"2024-04-01T00:54:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update rust crate snapbox to 0.5.9","shortMessageHtmlLink":"chore(deps): update rust crate snapbox to 0.5.9"}},{"before":null,"after":"85dbffc87b849bfbf108d9e69a8c88063143fae1","ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-04-01T00:52:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update rust crate snapbox to 0.5.9","shortMessageHtmlLink":"chore(deps): update rust crate snapbox to 0.5.9"}},{"before":"72790111810cf601b78bdf7a10ba957d398fe216","after":null,"ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-03-01T14:56:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"1434e607ebe4876c11220497945e269faad9b6b7","after":"9a11e4a1e90c566bbd7e670047c209478f6f35fc","ref":"refs/heads/master","pushedAt":"2024-03-01T14:56:58.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #66 from crate-ci/renovate/pre-commit-action-3.x\n\nchore(deps): update pre-commit/action action to v3.0.1","shortMessageHtmlLink":"Merge pull request #66 from crate-ci/renovate/pre-commit-action-3.x"}},{"before":"b8bd2e08a9f1ece8437f6e7986bce60e857e0b0c","after":null,"ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-03-01T00:19:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"a4ee3f39c42e0ee15648a9fc6bd53f1545018b26","after":"1434e607ebe4876c11220497945e269faad9b6b7","ref":"refs/heads/master","pushedAt":"2024-03-01T00:19:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update rust crate snapbox to 0.5.7","shortMessageHtmlLink":"chore(deps): update rust crate snapbox to 0.5.7"}},{"before":null,"after":"b8bd2e08a9f1ece8437f6e7986bce60e857e0b0c","ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-03-01T00:17:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update rust crate snapbox to 0.5.7","shortMessageHtmlLink":"chore(deps): update rust crate snapbox to 0.5.7"}},{"before":null,"after":"72790111810cf601b78bdf7a10ba957d398fe216","ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-03-01T00:17:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update pre-commit/action action to v3.0.1","shortMessageHtmlLink":"chore(deps): update pre-commit/action action to v3.0.1"}},{"before":"230d4b4e57a3a754abd349a8bce15668b0e82d11","after":"a4ee3f39c42e0ee15648a9fc6bd53f1545018b26","ref":"refs/heads/master","pushedAt":"2024-02-15T02:05:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #65 from epage/snap\n\nchore: Update snapbox","shortMessageHtmlLink":"Merge pull request #65 from epage/snap"}},{"before":"1cdcff8231fb96e0ddb4c3e0efd9e75f05524114","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-09T15:29:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"f115a7bd049505def5d6414ebea19e13c8a70d57","after":"230d4b4e57a3a754abd349a8bce15668b0e82d11","ref":"refs/heads/master","pushedAt":"2024-02-09T15:29:42.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #64 from crate-ci/renovate/rust-1.x\n\nchore(deps): update msrv to v1.73","shortMessageHtmlLink":"Merge pull request #64 from crate-ci/renovate/rust-1.x"}},{"before":null,"after":"1cdcff8231fb96e0ddb4c3e0efd9e75f05524114","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-09T04:03:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update msrv to v1.73","shortMessageHtmlLink":"chore(deps): update msrv to v1.73"}},{"before":"18f4a1045f72561fe93334674aa182373bd8b063","after":null,"ref":"refs/heads/renovate/multimap-0.x","pushedAt":"2024-02-01T14:58:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"473c7d8dc8fdf2fddcdab9c9754471bc0f400eed","after":"f115a7bd049505def5d6414ebea19e13c8a70d57","ref":"refs/heads/master","pushedAt":"2024-02-01T14:58:18.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #63 from crate-ci/renovate/multimap-0.x\n\nchore(deps): update rust crate multimap to 0.10.0","shortMessageHtmlLink":"Merge pull request #63 from crate-ci/renovate/multimap-0.x"}},{"before":"33a2bc187469be76afe53266b8e08df61c64cef7","after":null,"ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-02-01T00:41:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"b84388eeec532b47dc4cd51e35545ab70a7bc0ed","after":"473c7d8dc8fdf2fddcdab9c9754471bc0f400eed","ref":"refs/heads/master","pushedAt":"2024-02-01T00:41:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update rust crate snapbox to 0.4.16","shortMessageHtmlLink":"chore(deps): update rust crate snapbox to 0.4.16"}},{"before":null,"after":"18f4a1045f72561fe93334674aa182373bd8b063","ref":"refs/heads/renovate/multimap-0.x","pushedAt":"2024-02-01T00:39:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update rust crate multimap to 0.10.0","shortMessageHtmlLink":"chore(deps): update rust crate multimap to 0.10.0"}},{"before":null,"after":"33a2bc187469be76afe53266b8e08df61c64cef7","ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-02-01T00:39:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update rust crate snapbox to 0.4.16","shortMessageHtmlLink":"chore(deps): update rust crate snapbox to 0.4.16"}},{"before":"f707cc276275081826d8234721bde4f022cdb658","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-01-24T14:42:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEP_LI5QA","startCursor":null,"endCursor":null}},"title":"Activity ยท crate-ci/imperative"}