From f829987821a45bed71e19f215f017a52d6a986f9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 03:59:07 +0000 Subject: [PATCH] Update from copier (2025-10-12T03:59:07) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- js/package.json | 4 ++++ rust/Cargo.lock | 3 +++ rust/Cargo.toml | 3 +-- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 rust/Cargo.lock diff --git a/.copier-answers.yaml b/.copier-answers.yaml index c92e07d..7e5c1c1 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 74b8054 +_commit: f812aaa _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rustjswasm diff --git a/js/package.json b/js/package.json index e720e83..744c2bd 100644 --- a/js/package.json +++ b/js/package.json @@ -55,7 +55,11 @@ "@playwright/test": "^1.55.1", "@prospective.co/procss": "^0.1.17", "cpy": "^12.0.1", +<<<<<<< before updating "esbuild": "^0.25.5", +======= + "esbuild": "^0.25.10", +>>>>>>> after updating "esbuild-plugin-less": "^1.3.27", "http-server": "^14.1.1", "nodemon": "^3.1.10", diff --git a/rust/Cargo.lock b/rust/Cargo.lock new file mode 100644 index 0000000..375a0b6 --- /dev/null +++ b/rust/Cargo.lock @@ -0,0 +1,3 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5bf6e4b..29fac75 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -14,5 +14,4 @@ path = "src/lib.rs" crate-type = ["rlib"] [dependencies] -serde = { version = "1.0", features = ["derive"] } -serde_json = "1" +serde = { version = "1.0", features = ["derive"] } \ No newline at end of file