NETHACK FOR SEGA YIS
DemOS, Demos's OS
Class notes and homework templates for CSCI 262
The Ghost in the Machine level editor.
4store
achievements api for csh
Haskell-language read/write SQL<--> JSON bridge REST API for CSH's achievements database
solving http://adventofcode.com/ problems
Data-oriented and data-driven game engine written in Rust
issue openedgoldfirere/units
All the schemes described above, use a simplified representation of physical types, and do not incorporate ‘kind-of-quantity’ (KOQ), which is another attribute [7] of a physical type, at a higher abstraction than dimension. Thus, two quantities may have the same dimensions, but can be different kinds of quantities. Familiar examples are energy and torque, both of dimension ML2T-2, and heat capacity and entropy, both of dimension ML2T-2Θ-1.
https://www.researchgate.net/publication/326550053_Physical-type_correctness_in_scientific_Python
Is it possible with this units package to e.g. prevent addition of a value of type torque to a value of type energy?
created time in 7 hours
startedNationalSecurityAgency/ghidra
started time in 8 hours
push eventcoreos/afterburn
commit sha 5374a84147904eb877088893a542fbb36d7cf3a3
build(deps): bump reqwest from 0.10.8 to 0.10.9 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.8 to 0.10.9. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.8...v0.10.9) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 17f8448b589b26c697a3086893fdd76cedb7177f
Merge pull request #519 from coreos/dependabot/cargo/reqwest-0.10.9
push time in 2 days
delete branch coreos/afterburn
delete branch : dependabot/cargo/reqwest-0.10.9
delete time in 2 days
PR merged coreos/afterburn
Bumps reqwest from 0.10.8 to 0.10.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.10.9</h2> <ul> <li>Add <code>rustls-tls-native-roots</code>, <code>rustls-tls-webpki-roots</code>, and <code>rustls-tls-manual-roots</code> Cargo features, to configure which certificate roots to use with rustls.</li> <li>Add <code>ClientBuilder::tcp_keepalive()</code> method to enable TCP keepalive.</li> <li>Add <code>ClientBuilder::http1_writev()</code> method to force enable or disable vectored writes.</li> <li>Add <code>Error::is_connect()</code> method to identify if the error is related to connection-establishment.</li> <li>Add <code>blocking::ClientBuilder::brotli()</code> method.</li> <li>Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.</li> <li>(wasm) Add support for Cloudflare workers runtime.</li> <li>(wasm) Add <code>ClientBuilder::default_headers()</code> method.</li> <li>(wasm) Add <code>RequestBuilder::build()</code> method.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.10.9</h2> <ul> <li>Add <code>rustls-tls-native-roots</code>, <code>rustls-tls-webpki-roots</code>, and <code>rustls-tls-manual-roots</code> Cargo features, to configure which certificate roots to use with rustls.</li> <li>Add <code>ClientBuilder::tcp_keepalive()</code> method to enable TCP keepalive.</li> <li>Add <code>ClientBuilder::http1_writev()</code> method to force enable or disable vectored writes.</li> <li>Add <code>Error::is_connect()</code> method to identify if the error is related to connection-establishment.</li> <li>Add <code>blocking::ClientBuilder::brotli()</code> method.</li> <li>Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.</li> <li>(wasm) Add support for Cloudflare workers runtime.</li> <li>(wasm) Add <code>ClientBuilder::default_headers()</code> method.</li> <li>(wasm) Add <code>RequestBuilder::build()</code> method.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/b1d498ffa8a8175752042f63a9e6a93c6c64bafc"><code>b1d498f</code></a> v0.10.9</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/0bae133b71f81d3df543b64d20296b2e7e66605b"><code>0bae133</code></a> Enable brotli for blocking (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1061">#1061</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/23aaa0b60e5a0edd11083af22f6d240ef6e29f29"><code>23aaa0b</code></a> Add a rustls-tls-native-roots feature</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/3ea9f92f242279c4bfb2ed2b3f0b3d1f4a2edc09"><code>3ea9f92</code></a> Add rustls-tls-manual-roots feature to allow callers to specify roots</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4fe07d81cfc51e6ab720ed5826b88687e762f002"><code>4fe07d8</code></a> add ClientBuilder.default_headers() for wasm32 target (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1084">#1084</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/2dec3b725f865f9b5959db0ed3712167aeac1194"><code>2dec3b7</code></a> Remove pin-related unsafe code</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ff507e12fc1402018c85ecbae24b560384bdaf9d"><code>ff507e1</code></a> Update pin-project-lite to 0.2.0</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/5b46bfc0bba98c7ae2c63a07cee53744425cb584"><code>5b46bfc</code></a> Update url semver requirement to 2.2 (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1087">#1087</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/045d7c7d2fc27a60700393521fc0bb814d67f276"><code>045d7c7</code></a> Support Cloudflare workers runtime (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1081">#1081</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/3b45c38c41e6920757cba04c3c9f8690430186c7"><code>3b45c38</code></a> Update README license badge to actually link to license.(<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1078">#1078</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.8...v0.10.9">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in 2 days
pull request commentcoreos/afterburn
build(deps): bump reqwest from 0.10.8 to 0.10.9
@dependabot-bot merge
comment created time in 2 days
push eventcoreos/afterburn
commit sha febae527f07304ae8b3dfbbd695750233bd6735b
afterburn: update with new clippy lints
commit sha 3d8c664171d6de9a375ee12ecdfefaeac948863a
workflows/rust: update linting toolchain to latest stable This updates the linting toolchain to latest stable 1.48.0.
commit sha 637bb33febc2d3cf31c7e2399e06c72074b2c715
Merge pull request #520 from lucab/ups/lints-bump workflows/rust: update linting toolchain to latest stable
push time in 2 days
PR merged coreos/afterburn
This updates the linting toolchain to latest stable (1.48.0), fixing all new clippy warnings too.
pr closed time in 2 days
startedSmokeMonsterPacks/Nt-Mini-Noir-Jailbreak
started time in 2 days
startedhamsternz/FPGA_Webserver
started time in 2 days
startedfonsp/Pluto.jl
started time in 3 days
pull request commentcoreos/afterburn
workflows/rust: update linting toolchain to latest stable
/cc @bgilbert @arithx
comment created time in 3 days
PR opened coreos/afterburn
This updates the linting toolchain to latest stable (1.48.0), fixing all new clippy warnings too.
pr created time in 3 days
PR closed euank/pazi
Bumps env_logger from 0.7.1 to 0.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/env-logger-rs/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>0.8.1</h2> <p>Update links in the documentation that were pointing to the old repository location.</p> <h2>0.8.0</h2> <p>Breaking changes:</p> <ul> <li>Update public dependency humantime to 2.0</li> </ul> <p>Improvements:</p> <ul> <li>Update default colors for debug (white => blue) and trace (black => cyan)</li> </ul> <p>Deprecations:</p> <ul> <li><code>env_logger::from_env</code> has been deprecated in favor of <code>env_logger::Builder::from_env</code></li> </ul> <p>This release raises the minimum supported Rust version to 1.41.0.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/env-logger-rs/env_logger/commit/26e821b94f0b0b9fd3536c0ba7095c1b6c7a3ffe"><code>26e821b</code></a> Update repository links and release 0.8.1</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/9ffe00de4ff1429ccd004c42f82034b56a41a957"><code>9ffe00d</code></a> Release version 0.8.0</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/2b33c97117355cdc599aa29fb1a64b8016ee3f68"><code>2b33c97</code></a> Fix rustc & clippy lints</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/b8c3754a1de50ac720657d2f328ea98148e1d80d"><code>b8c3754</code></a> chore(examples): add syslog friendly format (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/174">#174</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/a5a7ddc34ee82fe043eed8c3f89f5f83058f6a6f"><code>a5a7ddc</code></a> ci(docs): remove ci crate (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/173">#173</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/3a331e46362bd96c042af9558de3a638c841d448"><code>3a331e4</code></a> chore(readme): fix badge links</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/eeedfa99be9b9619e84154de8592ce24c0f4daf5"><code>eeedfa9</code></a> ci(docs): add manual run trigger (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/171">#171</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/2793bb5696c7740ced5c82ad27d4a9a7cd093a44"><code>2793bb5</code></a> ci(workflow): add documentation workflow (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/170">#170</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/0ef5cffa29a45c9b0c572f470581d617fc7e50b0"><code>0ef5cff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/168">#168</a> from KodrAus/chore/build-fn-cleanup</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/b24920eb7afaaa95edca0dd36f50caaca2b95ccf"><code>b24920e</code></a> deprecate env_logger::from_env and clean up examples</li> <li>Additional commits viewable in <a href="https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 4 days
pull request commenteuank/pazi
build(deps): bump env_logger from 0.7.1 to 0.8.1
Superseded by #324.
comment created time in 4 days
PR opened euank/pazi
Bumps env_logger from 0.7.1 to 0.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/env-logger-rs/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>0.8.2</h2> <p>Fixed a panic on io errors when writing to stdout / stderr (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/184">#184</a>).</p> <h2>0.8.1</h2> <p>Update links in the documentation that were pointing to the old repository location.</p> <h2>0.8.0</h2> <p>Breaking changes:</p> <ul> <li>Update public dependency humantime to 2.0</li> </ul> <p>Improvements:</p> <ul> <li>Update default colors for debug (white => blue) and trace (black => cyan)</li> </ul> <p>Deprecations:</p> <ul> <li><code>env_logger::from_env</code> has been deprecated in favor of <code>env_logger::Builder::from_env</code></li> </ul> <p>This release raises the minimum supported Rust version to 1.41.0.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/env-logger-rs/env_logger/commit/0f53c8dd5bf65b80d1fdb8ea0befd848f120c631"><code>0f53c8d</code></a> Release version 0.8.2</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/26e821b94f0b0b9fd3536c0ba7095c1b6c7a3ffe"><code>26e821b</code></a> Update repository links and release 0.8.1</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/9ffe00de4ff1429ccd004c42f82034b56a41a957"><code>9ffe00d</code></a> Release version 0.8.0</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/2b33c97117355cdc599aa29fb1a64b8016ee3f68"><code>2b33c97</code></a> Fix rustc & clippy lints</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/b8c3754a1de50ac720657d2f328ea98148e1d80d"><code>b8c3754</code></a> chore(examples): add syslog friendly format (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/174">#174</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/a5a7ddc34ee82fe043eed8c3f89f5f83058f6a6f"><code>a5a7ddc</code></a> ci(docs): remove ci crate (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/173">#173</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/3a331e46362bd96c042af9558de3a638c841d448"><code>3a331e4</code></a> chore(readme): fix badge links</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/eeedfa99be9b9619e84154de8592ce24c0f4daf5"><code>eeedfa9</code></a> ci(docs): add manual run trigger (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/171">#171</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/2793bb5696c7740ced5c82ad27d4a9a7cd093a44"><code>2793bb5</code></a> ci(workflow): add documentation workflow (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/170">#170</a>)</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/0ef5cffa29a45c9b0c572f470581d617fc7e50b0"><code>0ef5cff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/168">#168</a> from KodrAus/chore/build-fn-cleanup</li> <li>Additional commits viewable in <a href="https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 4 days
PR opened euank/pazi
Bumps signal-hook from 0.1.16 to 0.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md">signal-hook's changelog</a>.</em></p> <blockquote> <h1>0.2.0</h1> <ul> <li>Bump minimal rustc version to 1.36.0 (signal-hook-registry still builds with 1.26.0).</li> <li>(Breaking) Support for exfiltrators ‒ ability to return more than just the signal number from the iterator and streams. Nothing more is implemented yet, but the place to put it is reserved in the API.</li> <li>(Breaking) <code>pipe::register_raw</code> now takes ownership and tries to use send first, falls back to <code>O_NONBLOCK</code> and <code>write</code> on failure.</li> <li>(Breaking) All async support is pulled out into separate crates, to decouple from the async runtime release cycles on the main <code>signal-hook</code> crate.</li> <li>Inner parts of the <code>Iterator</code> are now exposed in <code>signal_hook::iterator::backend</code>, to support the async crates.</li> </ul> <h1>registry-1.2.2</h1> <ul> <li>Drop dependency on arc-swap (only very small subset used and arc-swap would like to drop that part anyway).</li> </ul> <h1>registry-1.2.1</h1> <ul> <li>Abort instead of panicking if the OS gives us NULL as siginfo (which is illegal). Panicking would be UB.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vorner/signal-hook/commit/92dcda21e2512f99bb745664a6d3d83187db50fc"><code>92dcda2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vorner/signal-hook/issues/59">#59</a> from vorner/next</li> <li><a href="https://github.com/vorner/signal-hook/commit/9cbacd1b1267edbff5467e161ea7c145edb7f8f8"><code>9cbacd1</code></a> Prepare for 0.2.0 release</li> <li><a href="https://github.com/vorner/signal-hook/commit/b38683596a7a0538ce370602e1247f6937d72fb4"><code>b386835</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vorner/signal-hook/issues/58">#58</a> from vorner/gaction-tuning</li> <li><a href="https://github.com/vorner/signal-hook/commit/cb59850196744415fc815655980e9e53596d008c"><code>cb59850</code></a> Tell codecov to be less aggressive</li> <li><a href="https://github.com/vorner/signal-hook/commit/94e8f492441fc4f16508b5582005bdfff3cce41a"><code>94e8f49</code></a> actions: Include through exact hash for secrets</li> <li><a href="https://github.com/vorner/signal-hook/commit/207d2278b1a692b54212fb1a7edd3ca4688f4f0d"><code>207d227</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vorner/signal-hook/issues/57">#57</a> from vorner/exfiltrator</li> <li><a href="https://github.com/vorner/signal-hook/commit/43a06ea398519d938af5e071d9a8df1bb406346d"><code>43a06ea</code></a> Document the (internal) Exfiltrator trait</li> <li><a href="https://github.com/vorner/signal-hook/commit/0ff6db72aa9b2987df8a591f6c2f18227ca8fbdd"><code>0ff6db7</code></a> Make the exfiltrators & co build on 1.36.0</li> <li><a href="https://github.com/vorner/signal-hook/commit/38cfc6c7f976254e160aee343402d8613417d08b"><code>38cfc6c</code></a> Changelog & minimal rust version to 1.36.0</li> <li><a href="https://github.com/vorner/signal-hook/commit/ca70ba8db344975aa08d663059bda741869b94fc"><code>ca70ba8</code></a> Remove type parameters from iterator::backend::Handle</li> <li>Additional commits viewable in <a href="https://github.com/vorner/signal-hook/compare/v0.1.16...v0.2.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 4 days
startedAbstractMachinesLab/caramel
started time in 4 days
startedawslabs/s2n
started time in 4 days
startededuardsui/tlse
started time in 4 days
startedlibtom/libtomcrypt
started time in 4 days
startedpikelet-lang/pikelet
started time in 4 days
startedbodgit/megasd
started time in 5 days
created tagposeidon/terraform-provider-ct
Terraform provider for Fedora CoreOS Config (FCC) and Container Linux Config (CLC) validation and transpiling
created time in 6 days