osm-to-euroscope.meta

Issues/PRs archive for MTRNord/OSM_to_Euroscope
git clone git://archive.git.mtrnord.blog/MTRNord/osm-to-euroscope.meta.git
Log | Files | Refs

9.json (6183B)


      1 {
      2   "number": 9,
      3   "title": "Bump tokio from 0.2.16 to 0.2.17",
      4   "state": "closed",
      5   "diff_file": "9.diff",
      6   "author": "dependabot-preview[bot]",
      7   "created_at": "2020-04-10T05:04:24Z",
      8   "closed_at": "2020-04-13T05:03:50Z",
      9   "merged_at": null,
     10   "base_ref": "master",
     11   "head_ref": "dependabot/cargo/tokio-0.2.17",
     12   "labels": [
     13     "dependencies"
     14   ],
     15   "assignees": [
     16     "MTRNord"
     17   ],
     18   "requested_reviewers": [],
     19   "body": "Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.16 to 0.2.17.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/tokio-rs/tokio/releases\">tokio's releases</a>.</em></p>\n<blockquote>\n<h2>Tokio 0.2.17</h2>\n<p>This release fixes a bug in the threaded scheduler that could result in panics under load (see <a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2382\">#2382</a>). Additionally, the default number of worker threads now uses the logical CPU count, so it will now respect scheduler affinity and <code>cgroups</code> CPU quotas.</p>\n<h3>Fixes</h3>\n<ul>\n<li>rt: bug in work-stealing queue (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2387\">#2387</a>)</li>\n</ul>\n<h3>Changes</h3>\n<ul>\n<li>rt: threadpool uses logical CPU count instead of physical by default (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2391\">#2391</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/3137c6f07dabc4edc37acf717fd8c565bd78927b\"><code>3137c6f</code></a> chore: prepare to release 0.2.17 (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2392\">#2392</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/d294c992e7236d5279d9e1a49b4536b21ccbc835\"><code>d294c99</code></a> Use logical CPUs instead of physical by default (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2391\">#2391</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/58ba45a38cc101e695895cc39d8ee4ce74176397\"><code>58ba45a</code></a> rt: fix bug in work-stealing queue (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2387\">#2387</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/de8326a5a490aafdf12848820d1496b758f1ec57\"><code>de8326a</code></a> doc: Sort methods on mpsc::Sender in doc (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2379\">#2379</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/d65bf3805be376505f5c2fb0724cec8917dfb813\"><code>d65bf38</code></a> doc: add error explanation for UnboundedSender::send() (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2372\">#2372</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/7c1bc460f7eccbeef62504d4799b6bccc909e46c\"><code>7c1bc46</code></a> test: add Send/Sync tests for all async fns (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2377\">#2377</a>)</li>\n<li>See full diff in <a href=\"https://github.com/tokio-rs/tokio/compare/tokio-0.2.16...tokio-0.2.17\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=0.2.16&new-version=0.2.17)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.16&new-version=0.2.17)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n- `@dependabot badge me` will comment on this PR with code to add a \"Dependabot enabled\" badge to your readme\n\nAdditionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):\n- Update frequency (including time of day and day of week)\n- Pull request limits (per update run and/or open at any time)\n- Out-of-range updates (receive only lockfile updates, if desired)\n- Security updates (receive only security updates, if desired)\n\n\n\n</details>",
     20   "comments": [
     21     {
     22       "author": "dependabot-preview[bot]",
     23       "created_at": "2020-04-13T05:03:50Z",
     24       "body": "Superseded by #10."
     25     }
     26   ],
     27   "review_comments": []
     28 }