From 2d0c6047126bd5be5f87424bc0eacaf6828d66db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristram=20Gr=C3=A4bener?= Date: Wed, 10 Jul 2024 11:14:51 +0200 Subject: [PATCH] Bump osm4routing --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11fe212..ca59751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,9 +491,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "osm4routing" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb78580e65df0c8dc5843be72560c7b54c67fd0c68cb969529cc4721b79bb777" +checksum = "0abf1b73be5a6fc6c1942bb53c3193ce605314a9c99b8962265efc06d31dfb8f" dependencies = [ "clap", "csv", diff --git a/Cargo.toml b/Cargo.toml index 0fb76a7..b5f5e44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ approx = "0.5.1" flatbuffers = "23.5" geo = "0.28" thiserror = "1.0" -osm4routing = "0.6.3" +osm4routing = "0.6.4" clap = { version = "4.5.1", features = ["derive"] } num-traits = "*"