{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":437034883,"defaultBranch":"main","name":"argfile","ownerLogin":"rust-cli","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-12-10T15:59:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/37223191?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717203259.0","currentOid":""},"activityList":{"items":[{"before":"601d04966d13eeb25bff327a4d25ec3dbfefa9ab","after":null,"ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-06-01T00:54: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":"5fd0eaae11b74de231cd0695ea8e557cff739c8e","after":"78553cb42b0cfd104054f24f838e68ebb09dd525","ref":"refs/heads/main","pushedAt":"2024-06-01T00:54: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 crate wild to v2.2.1 (#75)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [wild](https://lib.rs/crates/wild)\n([source](https://gitlab.com/kornelski/wild)) | dev-dependencies | patch\n| `2.2.0` -> `2.2.1` |\n\n---\n\n### Release Notes\n\n
\nkornelski/wild (wild)\n\n###\n[`v2.2.1`](https://gitlab.com/kornelski/wild/compare/v2.2.0...v2.2.1)\n\n[Compare\nSource](https://gitlab.com/kornelski/wild/compare/v2.2.0...v2.2.1)\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"before 5am on the first day of the\nmonth\" (UTC), Automerge - At any time (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/rust-cli/argfile).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust crate wild to v2.2.1 (#75)"}},{"before":null,"after":"601d04966d13eeb25bff327a4d25ec3dbfefa9ab","ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-06-01T00:51:54.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 wild to v2.2.1","shortMessageHtmlLink":"chore(deps): Update Rust crate wild to v2.2.1"}},{"before":"965c1bc09187cef5989a0586ff9f9ae9b9ef0313","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T20:10:20.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":"a2237990e8d179377f640d5021e3c59acd92937e","after":"5fd0eaae11b74de231cd0695ea8e557cff739c8e","ref":"refs/heads/main","pushedAt":"2024-05-02T20:10:19.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/rust-cli/argfile).\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":"7964160f9d3736260733c0221373800f08f4d74c","after":null,"ref":"refs/heads/renovate/msrv-1.x","pushedAt":"2024-05-02T20:09:11.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":"c7c54d9626a85f7c21d25207e3182ddda18aca1e","after":"965c1bc09187cef5989a0586ff9f9ae9b9ef0313","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T20:09:06.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":"c151542e7c026abcb26bac838b2af4b6a2bfb44f","after":"a2237990e8d179377f640d5021e3c59acd92937e","ref":"refs/heads/main","pushedAt":"2024-05-02T20:08:47.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #74 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #74 from epage/template"}},{"before":null,"after":"7964160f9d3736260733c0221373800f08f4d74c","ref":"refs/heads/renovate/msrv-1.x","pushedAt":"2024-05-02T19:54: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.75","shortMessageHtmlLink":"chore(deps): Update MSRV to v1.75"}},{"before":null,"after":"c7c54d9626a85f7c21d25207e3182ddda18aca1e","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T13:44:05.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":"96832b6f2499ed83d1933d2e5a416d0b76810dc2","after":null,"ref":"refs/heads/renovate/os_str_bytes-7.x","pushedAt":"2024-05-01T02:29:31.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":"062aae9c9846342c59522b11f720e9da7a971bb5","after":"c151542e7c026abcb26bac838b2af4b6a2bfb44f","ref":"refs/heads/main","pushedAt":"2024-05-01T02:29:30.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 #71 from rust-cli/renovate/os_str_bytes-7.x\n\nchore(deps): Update Rust crate os_str_bytes to v7","shortMessageHtmlLink":"Merge pull request #71 from rust-cli/renovate/os_str_bytes-7.x"}},{"before":"8e6072835622e7c491b6e0798b46e89bf08e7b5b","after":null,"ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-05-01T02:18:52.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":"b26ffe7952e5a4fbd9903ed9921709e789483047","after":"062aae9c9846342c59522b11f720e9da7a971bb5","ref":"refs/heads/main","pushedAt":"2024-05-01T02:18: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 crate clap to 4.5.4 (#70)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [clap](https://togithub.com/clap-rs/clap) | dev-dependencies | patch |\n`4.5.1` -> `4.5.4` |\n\n---\n\n### Release Notes\n\n
\nclap-rs/clap (clap)\n\n###\n[`v4.5.4`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#454---2024-03-25)\n\n[Compare\nSource](https://togithub.com/clap-rs/clap/compare/v4.5.3...v4.5.4)\n\n##### Fixes\n\n- *(derive)* Allow non-literal `#[arg(id)]` attributes again\n\n###\n[`v4.5.3`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#453---2024-03-15)\n\n[Compare\nSource](https://togithub.com/clap-rs/clap/compare/v4.5.2...v4.5.3)\n\n##### Internal\n\n- *(derive)* Update `heck`\n\n###\n[`v4.5.2`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#452---2024-03-06)\n\n[Compare\nSource](https://togithub.com/clap-rs/clap/compare/v4.5.1...v4.5.2)\n\n##### Fixes\n\n- *(macros)* Silence a warning\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"before 5am on the first day of the\nmonth\" (UTC), Automerge - At any time (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/rust-cli/argfile).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust crate clap to 4.5.4 (#70)"}},{"before":null,"after":"96832b6f2499ed83d1933d2e5a416d0b76810dc2","ref":"refs/heads/renovate/os_str_bytes-7.x","pushedAt":"2024-05-01T02:16:42.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 os_str_bytes to v7","shortMessageHtmlLink":"chore(deps): Update Rust crate os_str_bytes to v7"}},{"before":null,"after":"8e6072835622e7c491b6e0798b46e89bf08e7b5b","ref":"refs/heads/renovate/compatible-(dev)","pushedAt":"2024-05-01T02:16:37.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 clap to 4.5.4","shortMessageHtmlLink":"chore(deps): Update Rust crate clap to 4.5.4"}},{"before":"ae09a0c78d93829e56a188e0bec7b05095f8330c","after":"b26ffe7952e5a4fbd9903ed9921709e789483047","ref":"refs/heads/main","pushedAt":"2024-04-12T16:46:55.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 argfile version 0.2.0","shortMessageHtmlLink":"chore: Release argfile version 0.2.0"}},{"before":"e49cc63162ed9cc69759c1ff87150bb28fe08cf2","after":"ae09a0c78d93829e56a188e0bec7b05095f8330c","ref":"refs/heads/main","pushedAt":"2024-04-12T16:45:41.000Z","pushType":"pr_merge","commitsCount":6,"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 epage/backslash\n\nfix(response): Use Windows escaping rules","shortMessageHtmlLink":"Merge pull request #69 from epage/backslash"}},{"before":"d894b0b60c008499af59eff50acf1e9c8d11aa15","after":"e49cc63162ed9cc69759c1ff87150bb28fe08cf2","ref":"refs/heads/main","pushedAt":"2024-04-01T17:38:36.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #67 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #67 from epage/template"}},{"before":"7fde9c03871c6e4a04aa4e07f15a6b40c29eeafd","after":"d894b0b60c008499af59eff50acf1e9c8d11aa15","ref":"refs/heads/main","pushedAt":"2024-04-01T14:16:45.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: Update from _rust/main template","shortMessageHtmlLink":"chore: Update from _rust/main template"}},{"before":"79d1e5f8298e9f28483b7c5ba4365321dc0d7c60","after":null,"ref":"refs/heads/renovate/shlex-1.x","pushedAt":"2024-04-01T14:06:57.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":"5693a621bc36866e5e906fbcd6507d5af3bef174","after":null,"ref":"refs/heads/renovate/os_str_bytes-6.x","pushedAt":"2024-04-01T14:06:55.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":"04d3000cd100b1da23efc5b6e95bf026bd6f0895","after":null,"ref":"refs/heads/renovate/fs-err-2.x","pushedAt":"2024-04-01T14:06:54.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":"2eeebd219e3dfdc830060febdc69eca03d89afc9","after":null,"ref":"refs/heads/renovate/clap-4.x","pushedAt":"2024-04-01T14:06:52.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":"ed76288189dadb63567aac1112ee27abdaee524e","after":"7fde9c03871c6e4a04aa4e07f15a6b40c29eeafd","ref":"refs/heads/main","pushedAt":"2024-04-01T14:06:36.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 #66 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #66 from epage/template"}},{"before":null,"after":"79d1e5f8298e9f28483b7c5ba4365321dc0d7c60","ref":"refs/heads/renovate/shlex-1.x","pushedAt":"2024-04-01T03:38:55.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 shlex to 1.3.0","shortMessageHtmlLink":"chore(deps): Update Rust crate shlex to 1.3.0"}},{"before":null,"after":"5693a621bc36866e5e906fbcd6507d5af3bef174","ref":"refs/heads/renovate/os_str_bytes-6.x","pushedAt":"2024-04-01T03:38:49.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 os_str_bytes to 6.6","shortMessageHtmlLink":"chore(deps): Update Rust crate os_str_bytes to 6.6"}},{"before":null,"after":"04d3000cd100b1da23efc5b6e95bf026bd6f0895","ref":"refs/heads/renovate/fs-err-2.x","pushedAt":"2024-04-01T00:37:44.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 fs-err to 2.11.0","shortMessageHtmlLink":"chore(deps): Update Rust crate fs-err to 2.11.0"}},{"before":null,"after":"2eeebd219e3dfdc830060febdc69eca03d89afc9","ref":"refs/heads/renovate/clap-4.x","pushedAt":"2024-04-01T00:37: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 Rust crate clap to 4.5.4","shortMessageHtmlLink":"chore(deps): Update Rust crate clap to 4.5.4"}},{"before":"deebc4b39c39b53bca432d17dbd4fb7968b97d6a","after":"ed76288189dadb63567aac1112ee27abdaee524e","ref":"refs/heads/main","pushedAt":"2024-03-29T01:18:21.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #61 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #61 from epage/template"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWX4sVgA","startCursor":null,"endCursor":null}},"title":"Activity ยท rust-cli/argfile"}