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

28.json (9895B)


      1 {
      2   "number": 28,
      3   "title": "Bump tokio from 0.2.22 to 0.2.25",
      4   "state": "open",
      5   "diff_file": "28.diff",
      6   "author": "dependabot-preview[bot]",
      7   "created_at": "2021-01-29T04:35:34Z",
      8   "closed_at": null,
      9   "merged_at": null,
     10   "base_ref": "master",
     11   "head_ref": "dependabot/cargo/tokio-0.2.25",
     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.22 to 0.2.25.\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 v0.2.23</h2>\n<p>Maintenance release.</p>\n<h3>Fixes</h3>\n<ul>\n<li>time: report correct error for timers that exceed max duration (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2023\">#2023</a>)</li>\n<li>time: fix resetting expired timers causing panics (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2587\">#2587</a>)</li>\n<li>macros: silence <code>unreachable_code</code> warning in <code>select!</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2678\">#2678</a>)</li>\n<li>rt: fix potential leak during runtime shutdown (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2649\">#2649</a>)</li>\n<li>sync: fix missing notification during mpsc close (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854\">#2854</a>)</li>\n</ul>\n<h3>Changes</h3>\n<ul>\n<li>io: always re-export <code>std::io</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2606\">#2606</a>)</li>\n<li>dependencies: update <code>parking_lot</code> dependency to 0.11.0 (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2676\">#2676</a>)</li>\n<li>io: rewrite <code>read_to_end</code> and <code>read_to_string</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2560\">#2560</a>)</li>\n<li>coop: reset coop budget when blocking in <code>block_on</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2711\">#2711</a>)</li>\n<li>sync: better Debug for Mutex (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2725\">#2725</a>)</li>\n<li>net: make <code>UnixListener::poll_accept</code> public (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880\">#2880</a>)</li>\n<li>dep: raise <code>lazy_static</code> to <code>1.4.0</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132\">#3132</a>)</li>\n<li>dep: raise <code>slab</code> to <code>0.4.2</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132\">#3132</a>)</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>io: add <code>io::duplex()</code> as bidirectional reader/writer (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2661\">#2661</a>)</li>\n<li>net: introduce split and <code>into_split</code> on <code>UnixDatagram</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2557\">#2557</a>)</li>\n<li>net: ensure that unix sockets have both <code>split</code> and <code>into_split</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2687\">#2687</a>)</li>\n<li>net: add <code>try_recv</code>/<code>from</code> &amp; <code>try_send</code>/<code>to</code> to UnixDatagram (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1677\">#1677</a>)</li>\n<li>net: Add <code>UdpSocket::{try_send,try_send_to}</code> methods (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1979\">#1979</a>)</li>\n<li>net: implement <code>ToSocketAddrs</code> for <code>(String, u16)</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2724\">#2724</a>)</li>\n<li>io: add <code>ReaderStream</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2714\">#2714</a>)</li>\n<li>sync: implement map methods (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2771\">#2771</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/2afa276c8c31f7eeafa42f112a8b8507078ce15a\"><code>2afa276</code></a> chore: prepare Tokio 0.2.25 (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3478\">#3478</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/312c981e3f18c4ec900d77a951c7b8ef770c172e\"><code>312c981</code></a> runtime: update panic messages to include version (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3460\">#3460</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/62e24b710c92327ab1576077ad8c41f4258e952d\"><code>62e24b7</code></a> chore: upgrade mio dependency (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3207\">#3207</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/dccc58aa37423ebfd28a415653216ed7d9a6d2e2\"><code>dccc58a</code></a> task: add missing feature flags for task_local (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3236\">#3236</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/95b943506b04d543c48d3ea4ee58ff34e82a39d6\"><code>95b9435</code></a> chore: prepare 0.2.24 release (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3227\">#3227</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/3d17488d9a8fd1fa44e79b0e1769320765a3ec78\"><code>3d17488</code></a> sync: fix mpsc bug related to closing the channel (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3215\">#3215</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/c63057ebc57acb352c3c15ce4b88b7747c24ecf1\"><code>c63057e</code></a> chore: prepare v0.2.23 release (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3114\">#3114</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/1016de28fccf704c713920d3c9631915c9045324\"><code>1016de2</code></a> ci: minimal version check (v0.2.x) (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132\">#3132</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/d2ad49aa6eb274b0b5c4b9fc05f8e2109ddd3cdf\"><code>d2ad49a</code></a> chore: prepare tokio-macros v0.2.6 (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3127\">#3127</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/85d8029e9bf2982b61b7e7b9b882f17492f35cfc\"><code>85d8029</code></a> util: Add <code>TokioContext</code> future (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2791\">#2791</a>) (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2958\">#2958</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/tokio-rs/tokio/compare/tokio-0.2.22...tokio-0.2.25\">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.22&new-version=0.2.25)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.22&new-version=0.2.25)\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   "review_comments": []
     22 }