Skip to content

Commit 93fa6de

Browse files
fix(deps): update backend
1 parent 7956e16 commit 93fa6de

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

backend/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = "0.3.31"
1616
geo = { version = "0.33.0", features = ["use-serde"] }
1717
geojson = "1.0.0"
1818
geozero = { version = "0.15.1", features = ["with-postgis-sqlx"] }
19-
gtfs-structures = "0.47.0"
19+
gtfs-structures = "0.48.0"
2020
headers = "0.4.1"
2121
http = "1.2.0"
2222
indicatif = "0.18.0"
@@ -34,7 +34,7 @@ reqwest = { version = "0.13.2", default-features = false, features = [
3434
rgb = "0.8.52"
3535
serde = { version = "1.0.228", features = ["derive"] }
3636
serde_json = { version = "1.0.145", features = ["raw_value"] }
37-
sqlx = { version = "0.8.6", features = [
37+
sqlx = { version = "0.9.0", features = [
3838
"chrono",
3939
"json",
4040
"postgres",
@@ -44,7 +44,7 @@ sqlx = { version = "0.8.6", features = [
4444
titlecase = "3.6.0"
4545
tokio = { version = "1.48.0", features = ["full"] }
4646
tower = { version = "0.5.2", features = ["buffer", "limit"] }
47-
tower-http = { version = "0.6.6", features = [
47+
tower-http = { version = "0.7.0", features = [
4848
"compression-br",
4949
"compression-gzip",
5050
"normalize-path",
@@ -59,8 +59,8 @@ utoipa-scalar = { version = "0.3.0", features = ["axum"] }
5959
uuid = { version = "1.18.1", features = ["serde", "v7"] }
6060

6161
[dev-dependencies]
62-
axum-test = "=20.0.0"
63-
test-log = { version = "=0.2.20", default-features = false, features = ["trace"] }
62+
axum-test = "=20.1.0"
63+
test-log = { version = "=0.2.21", default-features = false, features = ["trace"] }
6464
tokio-test = "=0.4.5"
6565

6666
[build-dependencies]

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:slim@sha256:a6ed0cbc27f063c367aee8373f35fdf4dcf8be7596c4d19d6643e3252e514c2e AS build
1+
FROM rust:slim@sha256:31ee7fc65186be7e0e0ccb3f2ca305f14e4739e7642a1ae65753aa5d7b874523 AS build
22

33
RUN set -eux; \
44
apt-get update; \
@@ -9,7 +9,7 @@ COPY . .
99
ARG SQLX_OFFLINE=true
1010
RUN cargo build --release
1111

12-
FROM ghcr.io/valhalla/valhalla:3.7.0@sha256:c19b052fa132474da719e0e931007cd3931f25c43890f88acf270ba837fdc89f
12+
FROM ghcr.io/valhalla/valhalla:3.8.2@sha256:a4eae918af15ffb392a6c1434bc64083d28f022d5968a02cba09780ba54cd62d
1313

1414
WORKDIR /app
1515
COPY --chown=ubuntu:ubuntu --from=build /app/target/release/backend /backend

0 commit comments

Comments
 (0)