osm-to-euroscope

A tool to generate Radar Screens from OSM Data
git clone git://archive.git.mtrnord.blog/MTRNord/osm-to-euroscope.git
Log | Files | Refs | README | LICENSE

commit e8974fb9595b63fa1ceed13fb42e193532aa94d1
parent decfa0455999cbfa458868625f231d5ac8213dfb
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Thu,  2 Apr 2020 05:07:19 +0000

Bump tokio from 0.2.13 to 0.2.14

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.13 to 0.2.14.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.13...tokio-0.2.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
MCargo.lock | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -993,9 +993,9 @@ dependencies = [ [[package]] name = "tokio" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616" +checksum = "2751672f9da075d045c67fdb0068be9850ab7b231fa77bb51d6fd35da9c0bb0d" dependencies = [ "bytes", "fnv",