diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6191928..79a11dc 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1447,9 +1447,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.0" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" dependencies = [ "console", "portable-atomic", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8f0dd21..72a8e4f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -22,7 +22,7 @@ geo = { version = "0.32.0", features = ["use-serde"] } geozero = { version = "0.15.1", features = ["with-postgis-sqlx"] } headers = "0.4.1" http = "1.2.0" -indicatif = "0.18.0" +indicatif = "0.18.3" itertools = "0.14.0" polyline = "0.11.0" prost = "0.14.1"