Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Sep 27, 2024
1 parent 6dd9327 commit b61839f
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 55 deletions.
115 changes: 62 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY . /app
WORKDIR /app/fastreach-ui
RUN npm install && npm run build

FROM rust:1.80-bookworm as build
FROM rust:1.81-bookworm as build
WORKDIR /app
COPY . /app
ENV RUSTFLAGS="-C target-cpu=native"
Expand Down
2 changes: 1 addition & 1 deletion fastreach-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chrono = { version = "0.4" }
fastreach-core = { path = "../fastreach-core" }
geo = "0.28"
geojson = "0.24"
lazy_static = "1.4"
lazy_static = "1.5"
memmap2 = "0.9"
serde = "1"
serde_derive = "1"
Expand Down

0 comments on commit b61839f

Please sign in to comment.