From d7daf6cbb86b5cf93918eaa8cddb190e164a0d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:03:03 +0000 Subject: [PATCH] build(deps): bump indicatif from 0.18.0 to 0.18.1 in /backend Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.18.0...0.18.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 68d22271..45cf8663 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1338,9 +1338,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +checksum = "e2e0ddd45fe8e09ee1a607920b12271f8a5528a41ecaf6e1d1440d6493315b6b" dependencies = [ "console", "portable-atomic", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7466ffdd..2bad3d37 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -22,7 +22,7 @@ geo = { version = "0.31.0", features = ["use-serde"] } geozero = { version = "0.14.0", features = ["with-postgis-sqlx"] } headers = "0.4.1" http = "1.2.0" -indicatif = "0.18.0" +indicatif = "0.18.1" itertools = "0.14.0" polyline = "0.11.0" prost = "0.14.1"