{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":134991447,"defaultBranch":"master","name":"escargot","ownerLogin":"crate-ci","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-26T20:08:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36412122?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714967986.0","currentOid":""},"activityList":{"items":[{"before":"260a271c39527d0bedfbcddc54f74925d73d0427","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-06T03:59:46.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":"0f5af9558533ff51ded3b58000178bbe5cada5ca","after":"426d3cd2237e8a54534be7d1953f514e31a57eab","ref":"refs/heads/master","pushedAt":"2024-05-06T03:59:45.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 (#89)\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/escargot).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.78 (#89)"}},{"before":"177939ddcbde792142e14f6c42571cebdcab5ff7","after":"260a271c39527d0bedfbcddc54f74925d73d0427","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-06T03:57:13.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":"0e562dbf12c3bb7f266314b109de786733d40350","after":"0f5af9558533ff51ded3b58000178bbe5cada5ca","ref":"refs/heads/master","pushedAt":"2024-05-06T03:56:54.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #90 from epage/fix\n\nfix: Get test_unstable building","shortMessageHtmlLink":"Merge pull request #90 from epage/fix"}},{"before":"2ec6cd963a2858525eddcf0ea6355455b90bdec4","after":"177939ddcbde792142e14f6c42571cebdcab5ff7","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T14:39:15.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":"d52cc4c4c845b5983d76b158eb9a93a28d09464d","after":"0e562dbf12c3bb7f266314b109de786733d40350","ref":"refs/heads/master","pushedAt":"2024-05-02T14:38:45.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":"2ec6cd963a2858525eddcf0ea6355455b90bdec4","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T14:12: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 Stable to v1.78","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.78"}},{"before":"3163b5fa3def288263ddf8f8551e1ba5af08f06f","after":"d52cc4c4c845b5983d76b158eb9a93a28d09464d","ref":"refs/heads/master","pushedAt":"2024-04-26T14:58:51.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #88 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #88 from epage/template"}},{"before":"b5afda6321abfd77adedcc9a63a81f789804ebfd","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-26T14:57:49.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":"942762b7e412c81b2345e63c588a4273dfa56f05","after":"3163b5fa3def288263ddf8f8551e1ba5af08f06f","ref":"refs/heads/master","pushedAt":"2024-04-26T14:57:49.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 (#87)\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/escargot).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.77 (#87)"}},{"before":"122380f8483ba69faab5f925d4fe25187fb04a9b","after":null,"ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-04-26T14:53:06.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":null,"after":"b5afda6321abfd77adedcc9a63a81f789804ebfd","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-26T14:53:00.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":"ba00f684f7cb061469eb2e5b8e3e0cdeda9e0a83","after":"942762b7e412c81b2345e63c588a4273dfa56f05","ref":"refs/heads/master","pushedAt":"2024-04-26T14:52:40.000Z","pushType":"pr_merge","commitsCount":44,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #86 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #86 from epage/template"}},{"before":"5d8a4d5c5919bf679493818c5b38243911c4e8c5","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-04-22T21:46:54.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":"c29af737fa5a1d3c7ff8f1943c5e5bceee303f61","after":"ba00f684f7cb061469eb2e5b8e3e0cdeda9e0a83","ref":"refs/heads/master","pushedAt":"2024-04-22T21:46:52.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 #85 from crate-ci/renovate/rust-1.x\n\nchore(deps): update msrv to v1.74","shortMessageHtmlLink":"Merge pull request #85 from crate-ci/renovate/rust-1.x"}},{"before":null,"after":"5d8a4d5c5919bf679493818c5b38243911c4e8c5","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-04-22T21:32:56.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":null,"after":"122380f8483ba69faab5f925d4fe25187fb04a9b","ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-03-01T03:59: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":"8b91740cf83aaacdacbc4350a78f1154ba48c3b6","after":"c29af737fa5a1d3c7ff8f1943c5e5bceee303f61","ref":"refs/heads/master","pushedAt":"2024-02-25T03:23:19.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 escargot version 0.5.10","shortMessageHtmlLink":"chore: Release escargot version 0.5.10"}},{"before":"38fddf5dfc5040012454ad28a069e8e519fd5ff9","after":"8b91740cf83aaacdacbc4350a78f1154ba48c3b6","ref":"refs/heads/master","pushedAt":"2024-02-25T03:22:20.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 #83 from crazymerlyn/bins\n\nfeat: Support `--bins`","shortMessageHtmlLink":"Merge pull request #83 from crazymerlyn/bins"}},{"before":"648840cc6d0038a2eca2d9a530c28b6bf836888f","after":"38fddf5dfc5040012454ad28a069e8e519fd5ff9","ref":"refs/heads/master","pushedAt":"2024-02-09T15:53:24.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 escargot version 0.5.9","shortMessageHtmlLink":"chore: Release escargot version 0.5.9"}},{"before":"ac965c4ce9eba60a19c3a6cc23c0c6001320ac2e","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-09T15:50:28.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":"eaecc4571183e4e27843ad3b34b3de83a729ec7c","after":"648840cc6d0038a2eca2d9a530c28b6bf836888f","ref":"refs/heads/master","pushedAt":"2024-02-09T15:50:27.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #82 from crate-ci/renovate/rust-1.x\n\nchore(deps): update msrv to v1.73","shortMessageHtmlLink":"Merge pull request #82 from crate-ci/renovate/rust-1.x"}},{"before":"6b4b9a8a2fef84c5cd383c4534a2194a1a81523f","after":"ac965c4ce9eba60a19c3a6cc23c0c6001320ac2e","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-09T15:45:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"chore(deps): update msrv to v1.73","shortMessageHtmlLink":"chore(deps): update msrv to v1.73"}},{"before":null,"after":"6b4b9a8a2fef84c5cd383c4534a2194a1a81523f","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-09T03:53: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 msrv to v1.73","shortMessageHtmlLink":"chore(deps): update msrv to v1.73"}},{"before":"1a707a3181d3b39c7cb314eeec3e405cb566c605","after":null,"ref":"refs/heads/renovate/github-codeql-action-3.x","pushedAt":"2024-02-01T15:31:35.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":"315eaaf40f39a5359e58d3e09f80294f74fe8fa1","after":"eaecc4571183e4e27843ad3b34b3de83a729ec7c","ref":"refs/heads/master","pushedAt":"2024-02-01T15:31:35.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 #81 from crate-ci/renovate/github-codeql-action-3.x\n\nchore(deps): update github/codeql-action action to v3","shortMessageHtmlLink":"Merge pull request #81 from crate-ci/renovate/github-codeql-action-3.x"}},{"before":null,"after":"1a707a3181d3b39c7cb314eeec3e405cb566c605","ref":"refs/heads/renovate/github-codeql-action-3.x","pushedAt":"2024-02-01T02:09:57.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":"876e0c51e869a052e8dfbda9d922fc2fe6c298c0","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-01-24T14:43:24.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":"5cb794d4820e988e035c7f69db46f09c92594442","after":"315eaaf40f39a5359e58d3e09f80294f74fe8fa1","ref":"refs/heads/master","pushedAt":"2024-01-24T14:43:23.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 #80 from crate-ci/renovate/rust-1.x\n\nchore(deps): update msrv to v1.72","shortMessageHtmlLink":"Merge pull request #80 from crate-ci/renovate/rust-1.x"}},{"before":null,"after":"876e0c51e869a052e8dfbda9d922fc2fe6c298c0","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-01-24T11:13:36.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"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQid6KgA","startCursor":null,"endCursor":null}},"title":"Activity ยท crate-ci/escargot"}