From 6faa5f45e8e6edbcabd8212aa6d14db13b229f56 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 30 May 2024 15:32:32 +0200 Subject: [PATCH] Remove Walkdir dependency --- Cargo.lock | 1 - Cargo.toml | 1 - tests/cucumber.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16f0ed864..a4e95df42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,7 +657,6 @@ dependencies = [ "cucumber", "futures", "geo-types", - "walkdir", "xml-builder", ] diff --git a/Cargo.toml b/Cargo.toml index 4d4487ea2..b97098f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ chksum-md5 = "0.0.0" cucumber = "0.21.0" futures = "0.3.30" geo-types = "0.7.13" -walkdir = "2.5.0" xml-builder = "0.5.2" [[test]] diff --git a/tests/cucumber.rs b/tests/cucumber.rs index 8bce2eeac..b01c6478f 100644 --- a/tests/cucumber.rs +++ b/tests/cucumber.rs @@ -12,7 +12,6 @@ use cucumber::{self, gherkin::Step, given, when, World}; use futures::{future, FutureExt}; use geo_types::{point, Point}; use osm::{OSMDb, OSMNode, OSMWay}; -use walkdir::WalkDir; #[derive(Debug, Default, World)] struct OSRMWorld {