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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/101
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 2/1/2022
**Status:** ✅ Merged
**Merged:** 2/1/2022
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.78`
---
### 📝 Commits (1)
- [`c2a58bc`](https://github.com/LGUG2Z/komorebi/commit/c2a58bc2fabc01d6e1e4ab0e76dd2ecbb3fabf8c) chore(deps): bump serde_json from 1.0.75 to 1.0.78
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+2 -2)
</details>
### 📄 Description
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p>
<blockquote>
<h2>v1.0.78</h2>
<ul>
<li>Support deserializing as <code>&RawValue</code> in map key position, which would previously fail with <em>"invalid type: newtype struct"</em> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/851">#851</a>)</li>
</ul>
<h2>v1.0.77</h2>
<ul>
<li>Include discord invite links in the published readme</li>
<li>Improve compile error on compiling with neither <code>std</code> nor <code>alloc</code> feature enabled</li>
<li>Include integration tests in published package (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/578">#578</a>)</li>
</ul>
<h2>v1.0.76</h2>
<ul>
<li>Fix a build error when features <code>raw_value</code> and <code>alloc</code> are enabled while <code>std</code> is disabled (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/850">#850</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/serde-rs/json/commit/98cafacefe69f0c1095eccda1795b699ac711787"><code>98cafac</code></a> Release 1.0.78</li>
<li><a href="https://github.com/serde-rs/json/commit/2d81cbd11302bd246db248dfb335110d1827e893"><code>2d81cbd</code></a> Move raw_value test imports to block of imports</li>
<li><a href="https://github.com/serde-rs/json/commit/cbb0342ba0100fe2164f5afcd00e9deb501093fc"><code>cbb0342</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/851">#851</a> from serde-rs/rawkey</li>
<li><a href="https://github.com/serde-rs/json/commit/e5cdfcc7ee482238a654afbf3c0116a9f852ce79"><code>e5cdfcc</code></a> Support deserializing map key as &RawValue</li>
<li><a href="https://github.com/serde-rs/json/commit/6a3fb68979b7e9da0f690f6f07e907045c1b30d9"><code>6a3fb68</code></a> Add test of deserializing a &RawValue in map key position</li>
<li><a href="https://github.com/serde-rs/json/commit/d8512af496a65906a93ff9191cd963e0dbc64de5"><code>d8512af</code></a> Release 1.0.77</li>
<li><a href="https://github.com/serde-rs/json/commit/5fe9bdd3562bf29d02d1ab798bbcff069173306b"><code>5fe9bdd</code></a> Improve error on compiling with neither std nor alloc</li>
<li><a href="https://github.com/serde-rs/json/commit/4c1564931859d1ba51dccdebe0e16959697297d7"><code>4c15649</code></a> Include integration tests in published package</li>
<li><a href="https://github.com/serde-rs/json/commit/71257c5667f3005694652477c0d47c81db57edea"><code>71257c5</code></a> Add discord invite links</li>
<li><a href="https://github.com/serde-rs/json/commit/19e9b749ce0ea21617d98d025f1351263a3901ed"><code>19e9b74</code></a> Release 1.0.76</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.75...v1.0.78">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/101
Author: @dependabot[bot]
Created: 2/1/2022
Status: ✅ Merged
Merged: 2/1/2022
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/serde_json-1.0.78📝 Commits (1)
c2a58bcchore(deps): bump serde_json from 1.0.75 to 1.0.78📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps serde_json from 1.0.75 to 1.0.78.
Release notes
Sourced from serde_json's releases.
Commits
98cafacRelease 1.0.782d81cbdMove raw_value test imports to block of importscbb0342Merge pull request #851 from serde-rs/rawkeye5cdfccSupport deserializing map key as &RawValue6a3fb68Add test of deserializing a &RawValue in map key positiond8512afRelease 1.0.775fe9bddImprove error on compiling with neither std nor alloc4c15649Include integration tests in published package71257c5Add discord invite links19e9b74Release 1.0.76Dependabot 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.Dependabot commands and options
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)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.