Skip to content

chore(deps): update all non-major dependencies #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 71 additions & 48 deletions src-tauri/Cargo.lock

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

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "=1.5.3", features = [] }
tauri-build = { version = "=1.5.6", features = [] }

[dependencies]
serde_json = "=1.0.125"
serde = { version = "=1.0.208", features = ["derive"] }
tauri = { version = "=1.7.1", features = [] }
serde_json = "=1.0.142"
serde = { version = "=1.0.219", features = ["derive"] }
tauri = { version = "=1.8.3", features = [] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down
2 changes: 1 addition & 1 deletion web/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
20.19.4
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Single-stage build: Install all dependencies, copy source, build, and run
FROM node:22.11.0-bookworm
FROM node:22.17.1-bookworm
WORKDIR /app

# Copy package files first for better caching
Expand Down
Loading