{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":92963507,"defaultBranch":"master","name":"predicates-rs","ownerLogin":"assert-rs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-05-31T15:56:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36999732?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714669219.0","currentOid":""},"activityList":{"items":[{"before":"c72201aed3082ca7e91469688ba0c224423919d6","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T17:00:19.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":"6732e4504e6dc496706db8532656fcbbbf724fb5","after":"8981e6f97dbb5fc0cbe6ce677f752bb66325340f","ref":"refs/heads/master","pushedAt":"2024-05-02T17:00:18.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 (#169)\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/assert-rs/predicates-rs).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.78 (#169)"}},{"before":"c0fdd10f390423010a06e6b2a7bb258976bd6824","after":"c72201aed3082ca7e91469688ba0c224423919d6","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T16:58:16.000Z","pushType":"force_push","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":"ed6709ea0d7ff6c907539325524600294610275f","after":"6732e4504e6dc496706db8532656fcbbbf724fb5","ref":"refs/heads/master","pushedAt":"2024-05-02T16:57:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"style: Address warnings","shortMessageHtmlLink":"style: Address warnings"}},{"before":null,"after":"c0fdd10f390423010a06e6b2a7bb258976bd6824","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T15:37:25.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":"14f9b6ceec85e330544eebdfbc64133e6fa50fc5","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-26T17:32:16.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":"60ceafbe06b0c162794839990064787d5870da1b","after":"ed6709ea0d7ff6c907539325524600294610275f","ref":"refs/heads/master","pushedAt":"2024-04-26T17:32:15.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 (#168)\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/assert-rs/predicates-rs).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.77 (#168)"}},{"before":null,"after":"14f9b6ceec85e330544eebdfbc64133e6fa50fc5","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-26T17:29:12.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":"d9485327a34ac2ba981090da4b1c643fe49f5a11","after":"60ceafbe06b0c162794839990064787d5870da1b","ref":"refs/heads/master","pushedAt":"2024-04-26T17:28:51.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 #167 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #167 from epage/template"}},{"before":"b7745430dd5305e301ccf5ed1b5fb0303c539962","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-04-22T21:46:42.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":"6a1a67a5a0d5f12a308ebc2ec45808ed3a830f11","after":"d9485327a34ac2ba981090da4b1c643fe49f5a11","ref":"refs/heads/master","pushedAt":"2024-04-22T21:46:41.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 #166 from assert-rs/renovate/rust-1.x\n\nchore(deps): update msrv to v1.74","shortMessageHtmlLink":"Merge pull request #166 from assert-rs/renovate/rust-1.x"}},{"before":null,"after":"b7745430dd5305e301ccf5ed1b5fb0303c539962","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-04-22T21:36:39.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":"45508ea7c7bb3a2569d6864b597d8bbfd25c9195","after":null,"ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-03-01T15:01:34.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":"3032e5a7fea7b9c284b7d77f0cdbfd542ffdd225","after":"6a1a67a5a0d5f12a308ebc2ec45808ed3a830f11","ref":"refs/heads/master","pushedAt":"2024-03-01T15:01:33.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 #165 from assert-rs/renovate/pre-commit-action-3.x\n\nchore(deps): update pre-commit/action action to v3.0.1","shortMessageHtmlLink":"Merge pull request #165 from assert-rs/renovate/pre-commit-action-3.x"}},{"before":null,"after":"45508ea7c7bb3a2569d6864b597d8bbfd25c9195","ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-03-01T01:04:26.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":"f86cc90e341e11ca0cc3cdaf46ffe5fe97883457","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-09T15:27:53.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":"ebe98779d6c1418caa3a0536f2e69304754719aa","after":"3032e5a7fea7b9c284b7d77f0cdbfd542ffdd225","ref":"refs/heads/master","pushedAt":"2024-02-09T15:27:53.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 #164 from assert-rs/renovate/rust-1.x\n\nchore(deps): update msrv to v1.73","shortMessageHtmlLink":"Merge pull request #164 from assert-rs/renovate/rust-1.x"}},{"before":null,"after":"f86cc90e341e11ca0cc3cdaf46ffe5fe97883457","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-09T04:25:39.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":"1786650e78047073c17300f50b24b6c3bd2735bf","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-01-24T14:35:58.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":"d16d9cb4af2202ea8eafde1f2cb5f281729a4d85","after":"ebe98779d6c1418caa3a0536f2e69304754719aa","ref":"refs/heads/master","pushedAt":"2024-01-24T14:35:57.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 #163 from assert-rs/renovate/rust-1.x\n\nchore(deps): update msrv to v1.72","shortMessageHtmlLink":"Merge pull request #163 from assert-rs/renovate/rust-1.x"}},{"before":null,"after":"1786650e78047073c17300f50b24b6c3bd2735bf","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-01-24T10:02:59.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.72","shortMessageHtmlLink":"chore(deps): update msrv to v1.72"}},{"before":"35c039f458b27118a789bbe160b02644b3eec108","after":"d16d9cb4af2202ea8eafde1f2cb5f281729a4d85","ref":"refs/heads/master","pushedAt":"2024-01-15T20:23:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"chore: Release","shortMessageHtmlLink":"chore: Release"}},{"before":"8e4bfade443f651690ef75cde4a905dceb7387e2","after":"35c039f458b27118a789bbe160b02644b3eec108","ref":"refs/heads/master","pushedAt":"2024-01-15T20:20:32.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 #162 from fornwall/remote-itertools\n\nRemove dependency on `itertools`","shortMessageHtmlLink":"Merge pull request #162 from fornwall/remote-itertools"}},{"before":"0cbbb793a26776ef573315bda47ee00c6003246b","after":"8e4bfade443f651690ef75cde4a905dceb7387e2","ref":"refs/heads/master","pushedAt":"2024-01-01T23:23:08.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 #161 from assert-rs/renovate/github-codeql-action-3.x\n\nchore(deps): update github/codeql-action action to v3","shortMessageHtmlLink":"Merge pull request #161 from assert-rs/renovate/github-codeql-action-3.x"}},{"before":"e2e12a7a5423da5d4d95635a760807a21950d8ca","after":null,"ref":"refs/heads/renovate/github-codeql-action-3.x","pushedAt":"2024-01-01T23:23:08.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":"bd54fd13fc20d18ac09c73c1fde70050ae5391f3","after":null,"ref":"refs/heads/renovate/actions-setup-python-5.x","pushedAt":"2024-01-01T23:22:57.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":"652fd860c4a603ed1d0ab792f900672b2ad58d97","after":"0cbbb793a26776ef573315bda47ee00c6003246b","ref":"refs/heads/master","pushedAt":"2024-01-01T23:22:56.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 #160 from assert-rs/renovate/actions-setup-python-5.x\n\nchore(deps): update actions/setup-python action to v5","shortMessageHtmlLink":"Merge pull request #160 from assert-rs/renovate/actions-setup-python-5.x"}},{"before":null,"after":"e2e12a7a5423da5d4d95635a760807a21950d8ca","ref":"refs/heads/renovate/github-codeql-action-3.x","pushedAt":"2024-01-01T00:36:52.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 github/codeql-action action to v3","shortMessageHtmlLink":"chore(deps): update github/codeql-action action to v3"}},{"before":null,"after":"bd54fd13fc20d18ac09c73c1fde70050ae5391f3","ref":"refs/heads/renovate/actions-setup-python-5.x","pushedAt":"2024-01-01T00:36: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 actions/setup-python action to v5","shortMessageHtmlLink":"chore(deps): update actions/setup-python action to v5"}},{"before":"370e797846f9214eb32a8b3ee750402b100abdfe","after":null,"ref":"refs/heads/renovate/migrate-config","pushedAt":"2023-12-04T17:07:32.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"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQAg3CQA","startCursor":null,"endCursor":null}},"title":"Activity ยท assert-rs/predicates-rs"}