dsaidgovsg/terraform-modules 63
Reusable Terraform modules
gyng/synthrs 43
Toy audio synthesizer library in Rust with basic MIDI support.
A tile server to serve map tiles for Singapore based off the Singapore Metro Extract
Minimal webpage status monitoring program and dashboard
Complete TypeScript frontend application boilerplate with Webpack, React, and Redux
GovTechSG/openmaptiles-styles 4
Build styles for use with tileserver-gl
GovTechSG/private-network-automated 3
Automate the creation of a Parity Proof of Authority Network
Utility Ansible Roles and Playbooks to manage a Hashicorp Vault Installation
GovTechSG/docker-registry-ldap 2
Docker Registry setup with LDAP
Electrocyte/telegram-dice-maestro 1
I roll dice.
pull request commentbasisai/terraform-kubernetes-ambassador-endpoint
Can add an example.tfvars
comment created time in a day
delete branch basisai/gcp-access-token
delete branch : dependabot/cargo/tokio-1.0.1
delete time in 3 days
PR closed basisai/gcp-access-token
Bumps tokio from 0.2.21 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.0.1</h2> <p>This release fixes a soundness hole caused by the combination of <code>RwLockWriteGuard::map</code> and <code>RwLockWriteGuard::downgrade</code> by removing the <code>map</code> function. This is a breaking change, but breaking changes are allowed under our semver policy when they are required to fix a soundness hole. (See <a href="https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md#soundness-changes">this RFC</a> for more.)</p> <p>Note that we have chosen not to do a deprecation cycle or similar because Tokio 1.0.0 was released two days ago, and therefore the impact should be minimal.</p> <p>Due to the soundness hole, we have also yanked Tokio version 1.0.0.</p> <h3>Removed</h3> <ul> <li>sync: remove <code>RwLockWriteGuard::map</code> and <code>RwLockWriteGuard::try_map</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3345">#3345</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>docs: remove stream feature from docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3335">#3335</a>)</li> </ul> <h2>Tokio v1.0.0</h2> <p>Commit to the API and long-term support.</p> <p><a href="https://tokio.rs/blog/2020-12-tokio-1-0">Announcement and more details.</a></p> <h3>Fixed</h3> <ul> <li>sync: spurious wakeup in <code>watch</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3234">#3234</a>).</li> </ul> <h3>Changed</h3> <ul> <li>io: rename <code>AsyncFd::with_io()</code> to <code>try_io()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3306">#3306</a>)</li> <li>fs: avoid OS specific <code>Ext</code> traits in favor of conditionally defining the fn (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3264">#3264</a>).</li> <li>fs: <code>Sleep</code> is <code>!Unpin</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3278">#3278</a>).</li> <li>net: pass <code>SocketAddr</code> by value (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3125">#3125</a>).</li> <li>net: <code>TcpStream::poll_peek</code> takes <code>ReadBuf</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3259">#3259</a>).</li> <li>rt: rename <code>runtime::Builder::max_threads()</code> to <code>max_blocking_threads()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3287">#3287</a>).</li> <li>time: require <code>current_thread</code> runtime when calling <code>time::pause()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3289">#3289</a>).</li> </ul> <h3>Removed</h3> <ul> <li>remove <code>tokio::prelude</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3299">#3299</a>).</li> <li>io: remove <code>AsyncFd::with_poll()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3306">#3306</a>).</li> <li>net: remove <code>{Tcp,Unix}Stream::shutdown()</code> in favor of <code>AsyncWrite::shutdown()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3298">#3298</a>).</li> <li>stream: move all stream utilities to <code>tokio-stream</code> until <code>Stream</code> is added to <code>std</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3277">#3277</a>).</li> <li>sync: mpsc <code>try_recv()</code> due to unexpected behavior (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3263">#3263</a>).</li> <li>tracing: make unstable as <code>tracing-core</code> is not 1.0 yet (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3266">#3266</a>).</li> </ul> <h3>Added</h3> <ul> <li>fs: <code>poll_</code> fns to <code>DirEntry</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3308">#3308</a>).</li> <li>io: <code>poll_</code> fns to <code>io::Lines</code>, <code>io::Split</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3308">#3308</a>).</li> <li>io: <code>mut</code> method variants to <code>AsyncFd</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3304">#3304</a>).</li> <li>net: <code>poll</code> fns to <code>UnixDatagram</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3223">#3223</a>).</li> <li>net: <code>UnixStream</code> readiness and non-blocking ops (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3246">#3246</a>).</li> <li>sync: <code>UnboundedReceiver::blocking_recv()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3262">#3262</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/2330edc875ed8b873b6ffc4686feef1534658f79"><code>2330edc</code></a> chore: prepare tokio 1.0.1 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3347">#3347</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fe2664a4e11df3f7938d5e6fc244a565906bcb46"><code>fe2664a</code></a> sync: remove RwLockWriteGuard::map and RwLockWriteGuard::try_map (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3345">#3345</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1eefbc250ad49d9086bdb2b8be4404bd445f63fb"><code>1eefbc2</code></a> docs: remove stream feature from docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3335">#3335</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a66017f04985f5e7b7cb981e370e78a7291a5537"><code>a66017f</code></a> chore: prepare Tokio 1.0 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3319">#3319</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/aa6597ba66b10fa9175ccd7b3c0335f4a49b91c5"><code>aa6597b</code></a> compat: update traits naming to match tokio 1.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3324">#3324</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ce0e9c67cfe61c7a91a284331ecc53fa01c32879"><code>ce0e9c6</code></a> chore: Revert "use #[non_exhaustive] instead of private unit field" (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3323">#3323</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/575938d4579e6fe6a89b700aadb0ae2bbab5483b"><code>575938d</code></a> chore: use #[non_exhaustive] instead of private unit field (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3320">#3320</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0deaeb84948f253b76b7fe64d7fe9d4527cd4275"><code>0deaeb8</code></a> chore: remove unused <code>slab</code> dependency (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3318">#3318</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a8dda19da4e94acd45f34b5eb359b4cffafa833f"><code>a8dda19</code></a> chore: update to released <code>bytes</code> 1.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3317">#3317</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/be9fdb697dd62e00ad3a9e492778c1b5af7cbf0b"><code>be9fdb6</code></a> time: make Interval::poll_tick() public (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3316">#3316</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.21...tokio-1.0.1">compare view</a></li> </ul> </details> <br />
You can trigger a rebase of this PR 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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 3 days
pull request commentbasisai/gcp-access-token
Bump tokio from 0.2.21 to 1.0.1
Superseded by #81.
comment created time in 3 days
PR opened basisai/gcp-access-token
Bumps tokio from 0.2.21 to 1.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.0.2</h2> <h3>Fixed</h3> <ul> <li>io: soundness in <code>read_to_end</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3428">#3428</a>).</li> </ul> <h2>Tokio v1.0.1</h2> <p>This release fixes a soundness hole caused by the combination of <code>RwLockWriteGuard::map</code> and <code>RwLockWriteGuard::downgrade</code> by removing the <code>map</code> function. This is a breaking change, but breaking changes are allowed under our semver policy when they are required to fix a soundness hole. (See <a href="https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md#soundness-changes">this RFC</a> for more.)</p> <p>Note that we have chosen not to do a deprecation cycle or similar because Tokio 1.0.0 was released two days ago, and therefore the impact should be minimal.</p> <p>Due to the soundness hole, we have also yanked Tokio version 1.0.0.</p> <h3>Removed</h3> <ul> <li>sync: remove <code>RwLockWriteGuard::map</code> and <code>RwLockWriteGuard::try_map</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3345">#3345</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>docs: remove stream feature from docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3335">#3335</a>)</li> </ul> <h2>Tokio v1.0.0</h2> <p>Commit to the API and long-term support.</p> <p><a href="https://tokio.rs/blog/2020-12-tokio-1-0">Announcement and more details.</a></p> <h3>Fixed</h3> <ul> <li>sync: spurious wakeup in <code>watch</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3234">#3234</a>).</li> </ul> <h3>Changed</h3> <ul> <li>io: rename <code>AsyncFd::with_io()</code> to <code>try_io()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3306">#3306</a>)</li> <li>fs: avoid OS specific <code>Ext</code> traits in favor of conditionally defining the fn (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3264">#3264</a>).</li> <li>fs: <code>Sleep</code> is <code>!Unpin</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3278">#3278</a>).</li> <li>net: pass <code>SocketAddr</code> by value (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3125">#3125</a>).</li> <li>net: <code>TcpStream::poll_peek</code> takes <code>ReadBuf</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3259">#3259</a>).</li> <li>rt: rename <code>runtime::Builder::max_threads()</code> to <code>max_blocking_threads()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3287">#3287</a>).</li> <li>time: require <code>current_thread</code> runtime when calling <code>time::pause()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3289">#3289</a>).</li> </ul> <h3>Removed</h3> <ul> <li>remove <code>tokio::prelude</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3299">#3299</a>).</li> <li>io: remove <code>AsyncFd::with_poll()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3306">#3306</a>).</li> <li>net: remove <code>{Tcp,Unix}Stream::shutdown()</code> in favor of <code>AsyncWrite::shutdown()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3298">#3298</a>).</li> <li>stream: move all stream utilities to <code>tokio-stream</code> until <code>Stream</code> is added to <code>std</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3277">#3277</a>).</li> <li>sync: mpsc <code>try_recv()</code> due to unexpected behavior (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3263">#3263</a>).</li> <li>tracing: make unstable as <code>tracing-core</code> is not 1.0 yet (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3266">#3266</a>).</li> </ul> <h3>Added</h3> <ul> <li>fs: <code>poll_</code> fns to <code>DirEntry</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3308">#3308</a>).</li> <li>io: <code>poll_*</code> fns to <code>io::Lines</code>, <code>io::Split</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3308">#3308</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/5d35c907f693e25ba20c3cfb47e0cb1957679019"><code>5d35c90</code></a> chore: release tokio v1.0.2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3429">#3429</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ad8fb411030d4ce375261aec41ef7235edae5309"><code>ad8fb41</code></a> io: fix unsoundness in read_to_end (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3428">#3428</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2330edc875ed8b873b6ffc4686feef1534658f79"><code>2330edc</code></a> chore: prepare tokio 1.0.1 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3347">#3347</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fe2664a4e11df3f7938d5e6fc244a565906bcb46"><code>fe2664a</code></a> sync: remove RwLockWriteGuard::map and RwLockWriteGuard::try_map (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3345">#3345</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1eefbc250ad49d9086bdb2b8be4404bd445f63fb"><code>1eefbc2</code></a> docs: remove stream feature from docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3335">#3335</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a66017f04985f5e7b7cb981e370e78a7291a5537"><code>a66017f</code></a> chore: prepare Tokio 1.0 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3319">#3319</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/aa6597ba66b10fa9175ccd7b3c0335f4a49b91c5"><code>aa6597b</code></a> compat: update traits naming to match tokio 1.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3324">#3324</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ce0e9c67cfe61c7a91a284331ecc53fa01c32879"><code>ce0e9c6</code></a> chore: Revert "use #[non_exhaustive] instead of private unit field" (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3323">#3323</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/575938d4579e6fe6a89b700aadb0ae2bbab5483b"><code>575938d</code></a> chore: use #[non_exhaustive] instead of private unit field (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3320">#3320</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0deaeb84948f253b76b7fe64d7fe9d4527cd4275"><code>0deaeb8</code></a> chore: remove unused <code>slab</code> dependency (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3318">#3318</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.21...tokio-1.0.2">compare view</a></li> </ul> </details> <br />
You can trigger a rebase of this PR 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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 3 days
create barnchbasisai/gcp-access-token
branch : dependabot/cargo/tokio-1.0.2
created branch time in 3 days
delete branch lawliet89/ferrous-chloride
delete branch : dependabot/cargo/serde-1.0.118
delete time in 3 days
PR closed lawliet89/ferrous-chloride
Bumps serde from 1.0.101 to 1.0.118. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.118</h2> <ul> <li>Support serialization of core::num::Wrapping in no_std mode (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1926">#1926</a>, thanks <a href="https://github.com/attente">@attente</a>)</li> </ul> <h2>v1.0.117</h2> <ul> <li>Allow serialization of std::net::SocketAddrV6 to include a scope id if present (based on <a href="https://github-redirect.dependabot.com/rust-lang/rust/pull/77426">rust-lang/rust#77426</a>)</li> </ul> <h2>v1.0.116</h2> <ul> <li>Fix deserialization of IpAddr, SocketAddr, Bound, Result, OsString in formats which process variant identifiers as u64 (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1888">#1888</a>, thanks <a href="https://github.com/joshtriplett">@joshtriplett</a>)</li> </ul> <h2>v1.0.115</h2> <ul> <li>Support <code>#[serde(flatten)]</code> on a field whose type is a type parameter and concrete type is <code>()</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1873">#1873</a>)</li> </ul> <h2>v1.0.114</h2> <ul> <li>Improve <code>packed</code> repr matching to support deriving Serialize for structs having <code>repr(C, packed)</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1813">#1813</a>, thanks <a href="https://github.com/TannerRogalsky">@TannerRogalsky</a>)</li> </ul> <h2>v1.0.113</h2> <ul> <li>Improve diagnostic when a serde trait is not implemented (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1827">#1827</a>, thanks <a href="https://github.com/taiki-e">@taiki-e</a>)</li> </ul> <h2>v1.0.112</h2> <ul> <li>Support <code>serde(flatten)</code> on map types where the Serializer only works with serialize_entry (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1837">#1837</a>)</li> </ul> <h2>v1.0.111</h2> <ul> <li>Process borrowed lifetimes inside of interpolated macro_rules metavariables, such as in the case of <code>#[derive(Deserialize)] struct S<'a> { field: $field }</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1821">#1821</a>)</li> </ul> <h2>v1.0.110</h2> <ul> <li>Support deriving Serialize impl for a <code>repr(packed)</code> struct (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1791">#1791</a>, thanks <a href="https://github.com/alvardes">@alvardes</a>)</li> </ul> <h2>v1.0.109</h2> <ul> <li>Allow adjacently tagged newtype variants containing <code>Option</code> to omit the content field when deserializing (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1553">#1553</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1706">#1706</a>, thanks <a href="https://github.com/zth0">@zth0</a>)</li> <li>Avoid panicking when a SystemTime older than UNIX_EPOCH is serialized (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1702">#1702</a>, thanks <a href="https://github.com/hjiayz">@hjiayz</a>)</li> </ul> <h2>v1.0.108</h2> <ul> <li> <p>Provide a <code>Serializer</code> impl that can write primitives and unit variants to a <code>&mut fmt::Formatter</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1705">#1705</a>, thanks <a href="https://github.com/jethrogb">@jethrogb</a>)</p> <pre lang="rust"><code>use serde::Serialize; use std::fmt::{self, Display}; <p>#[derive(Serialize)] #[serde(rename_all = "kebab-case")] pub enum MessageType { StartRequest, EndRequest, }</p> <p>impl Display for MessageType { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { self.serialize(f) } } </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/e7974312681c9c1c54f7586e86b0d7013b350a54"><code>e797431</code></a> Release 1.0.118</li> <li><a href="https://github.com/serde-rs/serde/commit/4a335f8933772944a96bf7bdff0e18c5b954e6ea"><code>4a335f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1926">#1926</a> from attente/core-num-wrapping</li> <li><a href="https://github.com/serde-rs/serde/commit/84721920fd24380bad5f09501470d3ebfae1a525"><code>8472192</code></a> Resolve clippy items_after_statements lint</li> <li><a href="https://github.com/serde-rs/serde/commit/192c7819eede472d73389c5901adf21bc25c0966"><code>192c781</code></a> Format with rustfmt 1.4.25-beta</li> <li><a href="https://github.com/serde-rs/serde/commit/ede40bdfaaba943928629295db6b84d8d3bdc76a"><code>ede40bd</code></a> Allow serializing of Wrapping without std</li> <li><a href="https://github.com/serde-rs/serde/commit/e3d871ff7bf10dadf10bdc234a55692228358d0e"><code>e3d871f</code></a> Opt in to experimental trybuild diffs</li> <li><a href="https://github.com/serde-rs/serde/commit/0e1c4093c857d4550573386a1da907707ca6af17"><code>0e1c409</code></a> Suppress new result_unit_err clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/0d5b6c180c8383feea6a213afa667af333623575"><code>0d5b6c1</code></a> Resolve ptr_eq clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/8084258a3edc1dc4007e8df7f24b022d015b5fb0"><code>8084258</code></a> Update ui tests to nightly-2020-10-20</li> <li><a href="https://github.com/serde-rs/serde/commit/fc3f104c4a08a85b403c468348347240db6cc992"><code>fc3f104</code></a> Release 1.0.117</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.118">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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 3 days
pull request commentlawliet89/ferrous-chloride
Bump serde from 1.0.101 to 1.0.118
Superseded by #79.
comment created time in 3 days
PR opened lawliet89/ferrous-chloride
Bumps serde from 1.0.101 to 1.0.119. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.118</h2> <ul> <li>Support serialization of core::num::Wrapping in no_std mode (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1926">#1926</a>, thanks <a href="https://github.com/attente"><code>@attente</code></a>)</li> </ul> <h2>v1.0.117</h2> <ul> <li>Allow serialization of std::net::SocketAddrV6 to include a scope id if present (based on <a href="https://github-redirect.dependabot.com/rust-lang/rust/pull/77426">rust-lang/rust#77426</a>)</li> </ul> <h2>v1.0.116</h2> <ul> <li>Fix deserialization of IpAddr, SocketAddr, Bound, Result, OsString in formats which process variant identifiers as u64 (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1888">#1888</a>, thanks <a href="https://github.com/joshtriplett"><code>@joshtriplett</code></a>)</li> </ul> <h2>v1.0.115</h2> <ul> <li>Support <code>#[serde(flatten)]</code> on a field whose type is a type parameter and concrete type is <code>()</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1873">#1873</a>)</li> </ul> <h2>v1.0.114</h2> <ul> <li>Improve <code>packed</code> repr matching to support deriving Serialize for structs having <code>repr(C, packed)</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1813">#1813</a>, thanks <a href="https://github.com/TannerRogalsky"><code>@TannerRogalsky</code></a>)</li> </ul> <h2>v1.0.113</h2> <ul> <li>Improve diagnostic when a serde trait is not implemented (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1827">#1827</a>, thanks <a href="https://github.com/taiki-e"><code>@taiki-e</code></a>)</li> </ul> <h2>v1.0.112</h2> <ul> <li>Support <code>serde(flatten)</code> on map types where the Serializer only works with serialize_entry (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1837">#1837</a>)</li> </ul> <h2>v1.0.111</h2> <ul> <li>Process borrowed lifetimes inside of interpolated macro_rules metavariables, such as in the case of <code>#[derive(Deserialize)] struct S<'a> { field: $field }</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1821">#1821</a>)</li> </ul> <h2>v1.0.110</h2> <ul> <li>Support deriving Serialize impl for a <code>repr(packed)</code> struct (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1791">#1791</a>, thanks <a href="https://github.com/alvardes"><code>@alvardes</code></a>)</li> </ul> <h2>v1.0.109</h2> <ul> <li>Allow adjacently tagged newtype variants containing <code>Option</code> to omit the content field when deserializing (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1553">#1553</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1706">#1706</a>, thanks <a href="https://github.com/zth0"><code>@zth0</code></a>)</li> <li>Avoid panicking when a SystemTime older than UNIX_EPOCH is serialized (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1702">#1702</a>, thanks <a href="https://github.com/hjiayz"><code>@hjiayz</code></a>)</li> </ul> <h2>v1.0.108</h2> <ul> <li> <p>Provide a <code>Serializer</code> impl that can write primitives and unit variants to a <code>&mut fmt::Formatter</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1705">#1705</a>, thanks <a href="https://github.com/jethrogb"><code>@jethrogb</code></a>)</p> <pre lang="rust"><code>use serde::Serialize; use std::fmt::{self, Display}; <p>#[derive(Serialize)] #[serde(rename_all = "kebab-case")] pub enum MessageType { StartRequest, EndRequest, }</p> <p>impl Display for MessageType { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { self.serialize(f) } } </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/4c89cf89fdb84970c8d4e09b5f29507dc88c5547"><code>4c89cf8</code></a> Release 1.0.119</li> <li><a href="https://github.com/serde-rs/serde/commit/b0c99ed761d638f2ca2f0437522e6c35ad254d93"><code>b0c99ed</code></a> Restore compatibility with rustc 1.13.0</li> <li><a href="https://github.com/serde-rs/serde/commit/dd1f4b483ee204d58465064f6e5bf5a457543b54"><code>dd1f4b4</code></a> Make it clearer that the private implementation details are private</li> <li><a href="https://github.com/serde-rs/serde/commit/91bfa8f947872fcffe0cbaad9c759e9a8e199f24"><code>91bfa8f</code></a> Refresh expandtest files with most recent rustfmt</li> <li><a href="https://github.com/serde-rs/serde/commit/8847800ce2cf404ae5f02485f030e380b246421e"><code>8847800</code></a> Ignore from_over_into clippy lint in test suite</li> <li><a href="https://github.com/serde-rs/serde/commit/3c9fa1ccdf66b533113a2c8d8f7f6ff4fbb457b9"><code>3c9fa1c</code></a> Switch to short form for serde.rs link in rustdoc</li> <li><a href="https://github.com/serde-rs/serde/commit/3c29a8857fdbe13f407084a55fed585f2b5c8cdd"><code>3c29a88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1936">#1936</a> from bryanburgers/add-serde-dynamo</li> <li><a href="https://github.com/serde-rs/serde/commit/a5da27e16ddf8d5f1856b8f413dbf24d5da0319a"><code>a5da27e</code></a> Add serde_dynamo to the list of data formats</li> <li><a href="https://github.com/serde-rs/serde/commit/e7974312681c9c1c54f7586e86b0d7013b350a54"><code>e797431</code></a> Release 1.0.118</li> <li><a href="https://github.com/serde-rs/serde/commit/4a335f8933772944a96bf7bdff0e18c5b954e6ea"><code>4a335f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1926">#1926</a> from attente/core-num-wrapping</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.119">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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 3 days
create barnchlawliet89/ferrous-chloride
branch : dependabot/cargo/serde-1.0.119
created branch time in 3 days
delete branch lawliet89/ferrous-chloride
delete branch : dependabot/cargo/log-0.4.11
delete time in 3 days
PR closed lawliet89/ferrous-chloride
Bumps log from 0.4.8 to 0.4.11. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.11] - 2020-07-09</h2> <h3>New</h3> <ul> <li>Support coercing structured values into concrete types.</li> <li>Reference the <code>win_dbg_logger</code> in the readme.</li> </ul> <h3>Fixed</h3> <ul> <li>Updates a few deprecated items used internally.</li> <li>Fixed issues in docs and expands sections.</li> <li>Show the correct build badge in the readme.</li> <li>Fix up a possible inference breakage with structured value errors.</li> <li>Respect formatting flags in structured value formatting.</li> </ul> <h2>[0.4.10] - 2019-12-16 (yanked)</h2> <h3>Fixed</h3> <ul> <li>Fixed the <code>log!</code> macros so they work in expression context (this regressed in <code>0.4.9</code>, which has been yanked).</li> </ul> <h2>[0.4.9] - 2019-12-12 (yanked)</h2> <h3>Minimum Supported Rust Version</h3> <p>This release bumps the minimum compiler version to <code>1.31.0</code>. This was mainly needed for <code>cfg-if</code>, but between <code>1.16.0</code> and <code>1.31.0</code> there are a lot of language and library improvements we now take advantage of.</p> <h3>New</h3> <ul> <li>Unstable support for capturing key-value pairs in a record using the <code>log!</code> macros</li> </ul> <h3>Improved</h3> <ul> <li>Better documentation for max level filters.</li> <li>Internal updates to line up with bumped MSRV</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/aa4c0375cd94ed4d1b5de7ce0bb3369262dae7e2"><code>aa4c037</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/404">#404</a> from KodrAus/cargo/0.4.11</li> <li><a href="https://github.com/rust-lang/log/commit/21715ba7eede0138e828e14f9d8f34bcf90235cb"><code>21715ba</code></a> just don't do self updates in ci</li> <li><a href="https://github.com/rust-lang/log/commit/ee4bc806801f29c329b73ae2d9cfc8b8b9e5349f"><code>ee4bc80</code></a> prepare for 0.4.11 release</li> <li><a href="https://github.com/rust-lang/log/commit/813b6ce4793b50d4a60aa28c057f79902c8dfbe0"><code>813b6ce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/401">#401</a> from brettcannon/patch-1</li> <li><a href="https://github.com/rust-lang/log/commit/5821b8a338b080e233e2cd1cc9a860a1b6ed0c0c"><code>5821b8a</code></a> Fix a grammatical mistake</li> <li><a href="https://github.com/rust-lang/log/commit/9ae6778bd28abbbd4f96f1c7186967f83f0e0c4d"><code>9ae6778</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/400">#400</a> from KodrAus/fix/value-fmt</li> <li><a href="https://github.com/rust-lang/log/commit/c89a4a10b6630e45d55d9e839ad1eac2cab1200b"><code>c89a4a1</code></a> bump sval to 0.5.2 for fmt fixes</li> <li><a href="https://github.com/rust-lang/log/commit/43d69c196e6de64ee410970b6c0a9338e838c83e"><code>43d69c1</code></a> remove unneeded io::Error From impl</li> <li><a href="https://github.com/rust-lang/log/commit/ee8c6cd4265f85d94ca2d146dbad377430be9d3f"><code>ee8c6cd</code></a> respect fmt trait and flags in Value</li> <li><a href="https://github.com/rust-lang/log/commit/c5c8e48f358fbc2a62af8c9169dd72202f5376ad"><code>c5c8e48</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/398">#398</a> from dtolnay/ra_hir_def</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.8...0.4.11">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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 3 days
pull request commentlawliet89/ferrous-chloride
Superseded by #78.
comment created time in 3 days
PR opened lawliet89/ferrous-chloride
Bumps log from 0.4.8 to 0.4.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.13] - 2021-01-11</h2> <ul> <li>This is the same as <code>0.4.11</code>, except with a <code>kv_unstable_std</code> feature added to aid migrating current dependents to <code>0.4.14</code> (which was originally going to be <code>0.4.13</code> until it was decided to create a patch from <code>0.4.11</code> to minimize disruption).</li> </ul> <h2>[0.4.12] - 2020-12-24</h2> <h3>New</h3> <ul> <li>Support platforms without atomics by racing instead of failing to compile</li> <li>Implement <code>Log</code> for <code>Box<T: Log></code></li> <li>Update <code>cfg-if</code> to <code>1.0</code></li> <li>Internal reworks of the structured logging API. Removed the <code>Fill</code> API and added <code>source::as_map</code> and <code>source::as_list</code> to easily serialize a <code>Source</code> as either a map of <code>{key: value, ..}</code> or as a list of <code>[(key, value), ..]</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed deserialization of <code>LevelFilter</code> to use their <code>u64</code> index variants</li> </ul> <h2>[0.4.11] - 2020-07-09</h2> <h3>New</h3> <ul> <li>Support coercing structured values into concrete types.</li> <li>Reference the <code>win_dbg_logger</code> in the readme.</li> </ul> <h3>Fixed</h3> <ul> <li>Updates a few deprecated items used internally.</li> <li>Fixed issues in docs and expands sections.</li> <li>Show the correct build badge in the readme.</li> <li>Fix up a possible inference breakage with structured value errors.</li> <li>Respect formatting flags in structured value formatting.</li> </ul> <h2>[0.4.10] - 2019-12-16 (yanked)</h2> <h3>Fixed</h3> <ul> <li>Fixed the <code>log!</code> macros so they work in expression context (this regressed in <code>0.4.9</code>, which has been yanked).</li> </ul> <h2>[0.4.9] - 2019-12-12 (yanked)</h2> <h3>Minimum Supported Rust Version</h3> <p>This release bumps the minimum compiler version to <code>1.31.0</code>. This was mainly needed for <code>cfg-if</code>, but between <code>1.16.0</code> and <code>1.31.0</code> there are a lot of language and library improvements we now take advantage of.</p> <h3>New</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/f0a78578faee646cbe410e31216f0a694eb22ae1"><code>f0a7857</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/441">#441</a> from KodrAus/0.4.11-patch</li> <li><a href="https://github.com/rust-lang/log/commit/078a8bc68a1a13dbbb63cada4b7220021651b773"><code>078a8bc</code></a> prepare for 0.4.13 release patch</li> <li><a href="https://github.com/rust-lang/log/commit/aa4c0375cd94ed4d1b5de7ce0bb3369262dae7e2"><code>aa4c037</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/404">#404</a> from KodrAus/cargo/0.4.11</li> <li><a href="https://github.com/rust-lang/log/commit/21715ba7eede0138e828e14f9d8f34bcf90235cb"><code>21715ba</code></a> just don't do self updates in ci</li> <li><a href="https://github.com/rust-lang/log/commit/ee4bc806801f29c329b73ae2d9cfc8b8b9e5349f"><code>ee4bc80</code></a> prepare for 0.4.11 release</li> <li><a href="https://github.com/rust-lang/log/commit/813b6ce4793b50d4a60aa28c057f79902c8dfbe0"><code>813b6ce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/401">#401</a> from brettcannon/patch-1</li> <li><a href="https://github.com/rust-lang/log/commit/5821b8a338b080e233e2cd1cc9a860a1b6ed0c0c"><code>5821b8a</code></a> Fix a grammatical mistake</li> <li><a href="https://github.com/rust-lang/log/commit/9ae6778bd28abbbd4f96f1c7186967f83f0e0c4d"><code>9ae6778</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/400">#400</a> from KodrAus/fix/value-fmt</li> <li><a href="https://github.com/rust-lang/log/commit/c89a4a10b6630e45d55d9e839ad1eac2cab1200b"><code>c89a4a1</code></a> bump sval to 0.5.2 for fmt fixes</li> <li><a href="https://github.com/rust-lang/log/commit/43d69c196e6de64ee410970b6c0a9338e838c83e"><code>43d69c1</code></a> remove unneeded io::Error From impl</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.8...0.4.13">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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 3 days
create barnchlawliet89/ferrous-chloride
branch : dependabot/cargo/log-0.4.13
created branch time in 3 days
PR opened lawliet89/biscuit
Bumps serde from 1.0.118 to 1.0.119. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/4c89cf89fdb84970c8d4e09b5f29507dc88c5547"><code>4c89cf8</code></a> Release 1.0.119</li> <li><a href="https://github.com/serde-rs/serde/commit/b0c99ed761d638f2ca2f0437522e6c35ad254d93"><code>b0c99ed</code></a> Restore compatibility with rustc 1.13.0</li> <li><a href="https://github.com/serde-rs/serde/commit/dd1f4b483ee204d58465064f6e5bf5a457543b54"><code>dd1f4b4</code></a> Make it clearer that the private implementation details are private</li> <li><a href="https://github.com/serde-rs/serde/commit/91bfa8f947872fcffe0cbaad9c759e9a8e199f24"><code>91bfa8f</code></a> Refresh expandtest files with most recent rustfmt</li> <li><a href="https://github.com/serde-rs/serde/commit/8847800ce2cf404ae5f02485f030e380b246421e"><code>8847800</code></a> Ignore from_over_into clippy lint in test suite</li> <li><a href="https://github.com/serde-rs/serde/commit/3c9fa1ccdf66b533113a2c8d8f7f6ff4fbb457b9"><code>3c9fa1c</code></a> Switch to short form for serde.rs link in rustdoc</li> <li><a href="https://github.com/serde-rs/serde/commit/3c29a8857fdbe13f407084a55fed585f2b5c8cdd"><code>3c29a88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1936">#1936</a> from bryanburgers/add-serde-dynamo</li> <li><a href="https://github.com/serde-rs/serde/commit/a5da27e16ddf8d5f1856b8f413dbf24d5da0319a"><code>a5da27e</code></a> Add serde_dynamo to the list of data formats</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119">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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 3 days
create barnchlawliet89/biscuit
branch : dependabot/cargo/serde-1.0.119
created branch time in 3 days
PR opened lawliet89/biscuit
Bumps serde_test from 1.0.118 to 1.0.119. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/4c89cf89fdb84970c8d4e09b5f29507dc88c5547"><code>4c89cf8</code></a> Release 1.0.119</li> <li><a href="https://github.com/serde-rs/serde/commit/b0c99ed761d638f2ca2f0437522e6c35ad254d93"><code>b0c99ed</code></a> Restore compatibility with rustc 1.13.0</li> <li><a href="https://github.com/serde-rs/serde/commit/dd1f4b483ee204d58465064f6e5bf5a457543b54"><code>dd1f4b4</code></a> Make it clearer that the private implementation details are private</li> <li><a href="https://github.com/serde-rs/serde/commit/91bfa8f947872fcffe0cbaad9c759e9a8e199f24"><code>91bfa8f</code></a> Refresh expandtest files with most recent rustfmt</li> <li><a href="https://github.com/serde-rs/serde/commit/8847800ce2cf404ae5f02485f030e380b246421e"><code>8847800</code></a> Ignore from_over_into clippy lint in test suite</li> <li><a href="https://github.com/serde-rs/serde/commit/3c9fa1ccdf66b533113a2c8d8f7f6ff4fbb457b9"><code>3c9fa1c</code></a> Switch to short form for serde.rs link in rustdoc</li> <li><a href="https://github.com/serde-rs/serde/commit/3c29a8857fdbe13f407084a55fed585f2b5c8cdd"><code>3c29a88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1936">#1936</a> from bryanburgers/add-serde-dynamo</li> <li><a href="https://github.com/serde-rs/serde/commit/a5da27e16ddf8d5f1856b8f413dbf24d5da0319a"><code>a5da27e</code></a> Add serde_dynamo to the list of data formats</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119">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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 3 days
create barnchlawliet89/biscuit
branch : dependabot/cargo/serde_test-1.0.119
created branch time in 3 days
PR opened basisai/vault-k8s-helper
Bumps log from 0.4.11 to 0.4.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.13] - 2021-01-11</h2> <ul> <li>This is the same as <code>0.4.11</code>, except with a <code>kv_unstable_std</code> feature added to aid migrating current dependents to <code>0.4.14</code> (which was originally going to be <code>0.4.13</code> until it was decided to create a patch from <code>0.4.11</code> to minimize disruption).</li> </ul> <h2>[0.4.12] - 2020-12-24</h2> <h3>New</h3> <ul> <li>Support platforms without atomics by racing instead of failing to compile</li> <li>Implement <code>Log</code> for <code>Box<T: Log></code></li> <li>Update <code>cfg-if</code> to <code>1.0</code></li> <li>Internal reworks of the structured logging API. Removed the <code>Fill</code> API and added <code>source::as_map</code> and <code>source::as_list</code> to easily serialize a <code>Source</code> as either a map of <code>{key: value, ..}</code> or as a list of <code>[(key, value), ..]</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed deserialization of <code>LevelFilter</code> to use their <code>u64</code> index variants</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/f0a78578faee646cbe410e31216f0a694eb22ae1"><code>f0a7857</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/441">#441</a> from KodrAus/0.4.11-patch</li> <li><a href="https://github.com/rust-lang/log/commit/078a8bc68a1a13dbbb63cada4b7220021651b773"><code>078a8bc</code></a> prepare for 0.4.13 release patch</li> <li>See full diff in <a href="https://github.com/rust-lang/log/compare/0.4.11...0.4.13">compare view</a></li> </ul> </details> <br />
You can trigger a rebase of this PR 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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 3 days
create barnchbasisai/vault-k8s-helper
branch : dependabot/cargo/log-0.4.13
created branch time in 3 days
PR opened basisai/vault-k8s-helper
Bumps serde from 1.0.118 to 1.0.119. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/4c89cf89fdb84970c8d4e09b5f29507dc88c5547"><code>4c89cf8</code></a> Release 1.0.119</li> <li><a href="https://github.com/serde-rs/serde/commit/b0c99ed761d638f2ca2f0437522e6c35ad254d93"><code>b0c99ed</code></a> Restore compatibility with rustc 1.13.0</li> <li><a href="https://github.com/serde-rs/serde/commit/dd1f4b483ee204d58465064f6e5bf5a457543b54"><code>dd1f4b4</code></a> Make it clearer that the private implementation details are private</li> <li><a href="https://github.com/serde-rs/serde/commit/91bfa8f947872fcffe0cbaad9c759e9a8e199f24"><code>91bfa8f</code></a> Refresh expandtest files with most recent rustfmt</li> <li><a href="https://github.com/serde-rs/serde/commit/8847800ce2cf404ae5f02485f030e380b246421e"><code>8847800</code></a> Ignore from_over_into clippy lint in test suite</li> <li><a href="https://github.com/serde-rs/serde/commit/3c9fa1ccdf66b533113a2c8d8f7f6ff4fbb457b9"><code>3c9fa1c</code></a> Switch to short form for serde.rs link in rustdoc</li> <li><a href="https://github.com/serde-rs/serde/commit/3c29a8857fdbe13f407084a55fed585f2b5c8cdd"><code>3c29a88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1936">#1936</a> from bryanburgers/add-serde-dynamo</li> <li><a href="https://github.com/serde-rs/serde/commit/a5da27e16ddf8d5f1856b8f413dbf24d5da0319a"><code>a5da27e</code></a> Add serde_dynamo to the list of data formats</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119">compare view</a></li> </ul> </details> <br />
You can trigger a rebase of this PR 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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 3 days
create barnchbasisai/vault-k8s-helper
branch : dependabot/cargo/serde-1.0.119
created branch time in 3 days
startedlawliet89/biscuit
started time in 3 days
Signal — Private Messenger for Windows, Mac, and Linux
fork in 5 days
startedsignalapp/Signal-Desktop
started time in 6 days
push eventbasisai/charts
commit sha 45fc766f66d5b2d22a8512582fd05c0e5ff74ad8
Update index.yaml Signed-off-by: lawliet89 <[email protected]>
push time in 7 days