From fa2d8eccacb7e9d8802bb0653e893de9d6354466 Mon Sep 17 00:00:00 2001 From: shun suzuki Date: Tue, 15 Oct 2024 11:23:14 +0900 Subject: [PATCH 1/2] bump to v28.1.0 --- Cargo.lock | 44 ++++++------- SOEMAUTDServer/Cargo.toml | 8 +-- SOEMAUTDServer/ThirdPartyNotice.txt | 18 +++--- TwinCATAUTDServerLightweight/Cargo.toml | 6 +- .../ThirdPartyNotice.txt | 18 +++--- package-lock.json | 4 +- package.json | 2 +- simulator/Cargo.toml | 10 +-- simulator/ThirdPartyNotice.txt | 22 +++---- src-tauri/Cargo.toml | 6 +- src-tauri/ThirdPartyNotice.txt | 62 ++++++++++++++----- src-tauri/tauri.conf.json | 4 +- tools/license-checker/Cargo.lock | 4 +- tools/license-checker/Cargo.toml | 2 +- 14 files changed, 119 insertions(+), 91 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb115c8..b1acb99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "SOEMAUTDServer" -version = "28.0.0" +version = "28.1.0" dependencies = [ "anyhow", "autd3-driver", @@ -22,7 +22,7 @@ dependencies = [ [[package]] name = "TwinCATAUTDServerLightweight" -version = "28.0.0" +version = "28.1.0" dependencies = [ "anyhow", "autd3-link-twincat", @@ -473,9 +473,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autd3" -version = "28.0.0" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfaa419e13cb0101a69597c5080ec107709e4137d1a1f318410267656ff866f" +checksum = "56c4111aa9ceaf2a984b294089cc2a43b1141e3b38bed369e924a9a54537a7c0" dependencies = [ "autd3-driver", "autd3-firmware-emulator", @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "autd3-derive" -version = "28.0.1" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e80986dfdf8856145bf9d132d87cbd02bb094a196f8de21a033fa80cfd874b" +checksum = "02e1c5178fda3548b4b878986f68835cef2c04e5fd8927069c49a521ce6a6291" dependencies = [ "proc-macro2", "quote", @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "autd3-driver" -version = "28.0.1" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc78e121c060cb9468312703bf8d83aaca475edfe30400e8e6c727ce4e0d1af8" +checksum = "9508d39c9273adfe454e870c3753f21bde2edae4d88999a6b6c46f77f6daeea4" dependencies = [ "async-trait", "autd3-derive", @@ -530,9 +530,9 @@ dependencies = [ [[package]] name = "autd3-firmware-emulator" -version = "28.0.0" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b0824a2900f438bb47977664613ccb602cf9fe71c4b5f1aef89b8317453d4b3" +checksum = "b473e09002e46ea2b0fe00dfb44b1faac70d92d3f1343ab57acb248b61f6ec59" dependencies = [ "autd3-derive", "autd3-driver", @@ -543,9 +543,9 @@ dependencies = [ [[package]] name = "autd3-gain-holo" -version = "28.0.0" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4e25b31c4ff32e5431c759fd5c9955a26aa223d03ba630d598ecfd79f758381" +checksum = "e1e8375b0ee6988a0c5d76fcf6d71e25cfc6ffbd63f6bf1fa0b58250fa867a68" dependencies = [ "autd3-driver", "bit-vec 0.8.0", @@ -559,9 +559,9 @@ dependencies = [ [[package]] name = "autd3-link-simulator" -version = "28.0.0" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f8ad8905a1d23a4ebc0ad1dd4a6d4c8a3061227f4ab9590b733d4a9e3ccd13" +checksum = "265cf52804c80d9ec62781531f9a51019b98e4cd1e39ad593403f53b8c06067a" dependencies = [ "autd3-driver", "autd3-protobuf", @@ -571,9 +571,9 @@ dependencies = [ [[package]] name = "autd3-link-soem" -version = "28.0.0" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915f363ee10f11bb1d63e8f119c7f221f45e52a9622b27c8db9d681ffd691ab9" +checksum = "817d29364b2afeb8dc56ed1cc807dfea1681c7c4f4c921bc01ffc76855db0252" dependencies = [ "anyhow", "async-channel", @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "autd3-link-twincat" -version = "28.0.0" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b50f451f9aab65f5fcc4869ec49a64175dc895c70ffb4f5d9f6b8760232803e" +checksum = "07b2c937f33498f27a9199b2c61b74e6e3354be2d3d7d1616bf88d736a70fa72" dependencies = [ "autd3-driver", "libloading 0.8.5", @@ -606,9 +606,9 @@ dependencies = [ [[package]] name = "autd3-protobuf" -version = "28.0.0" +version = "28.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df88823548df1887f6a69c5d1b05279b6e2c7bbde829c49e69c950aa1b0ae583" +checksum = "19badb60da1a57687a02fd5fc34f656052d43faee8edac61517f624c69e07d48" dependencies = [ "autd3", "autd3-driver", @@ -622,7 +622,7 @@ dependencies = [ [[package]] name = "autd3-server" -version = "28.0.0" +version = "28.1.0" dependencies = [ "autd3-driver", "autd3-link-soem", @@ -5122,7 +5122,7 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" [[package]] name = "simulator" -version = "28.0.0" +version = "28.1.0" dependencies = [ "anyhow", "autd3-derive", diff --git a/SOEMAUTDServer/Cargo.toml b/SOEMAUTDServer/Cargo.toml index 816d0c9..9151cf6 100644 --- a/SOEMAUTDServer/Cargo.toml +++ b/SOEMAUTDServer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "SOEMAUTDServer" -version = "28.0.0" +version = "28.1.0" authors = ["shun suzuki "] edition = "2021" license = "MIT" @@ -13,9 +13,9 @@ keywords = ["autd"] [dependencies] clap = { version = "4.5.19", features = ["derive"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } -autd3-protobuf = { version = "28.0.0", features = ["lightweight", "async-trait"] } -autd3-link-soem = { version = "28.0.0", features = ["async-trait"] } -autd3-driver = { version = "28.0.1", features = ["async-trait"] } +autd3-protobuf = { version = "28.1.0", features = ["lightweight", "async-trait"] } +autd3-link-soem = { version = "28.1.0", features = ["async-trait"] } +autd3-driver = { version = "28.1.0", features = ["async-trait"] } anyhow = "1.0.89" ctrlc = "3.4.5" tonic = "0.12.3" diff --git a/SOEMAUTDServer/ThirdPartyNotice.txt b/SOEMAUTDServer/ThirdPartyNotice.txt index cf3d438..c75bdd4 100644 --- a/SOEMAUTDServer/ThirdPartyNotice.txt +++ b/SOEMAUTDServer/ThirdPartyNotice.txt @@ -6,7 +6,7 @@ The license terms for each of these components are provided later in this notice --------------------------------------------------------- -SOEMAUTDServer 28.0.0 (MIT) +SOEMAUTDServer 28.1.0 (MIT) https://github.com/shinolab/autd3-server --------------------------------------------------------- @@ -78,27 +78,27 @@ atomic-waker 1.1.2 (Apache-2.0 OR MIT) https://github.com/smol-rs/atomic-waker --------------------------------------------------------- -autd3 28.0.0 (MIT) +autd3 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-derive 28.0.0 (MIT) +autd3-derive 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-driver 28.0.0 (MIT) +autd3-driver 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-firmware-emulator 28.0.0 (MIT) +autd3-firmware-emulator 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-gain-holo 28.0.0 (MIT) +autd3-gain-holo 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-link-soem 28.0.0 +autd3-link-soem 28.1.0 https://github.com/shinolab/autd3-rs --- @@ -164,7 +164,7 @@ SOEM write to Beckhoff Automation GmbH, Eiserstrasse 5, D-33415 Verl, Germany --------------------------------------------------------- -autd3-protobuf 28.0.0 (MIT) +autd3-protobuf 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- @@ -204,7 +204,7 @@ bvh 0.10.0 (MIT) https://github.com/svenstaro/bvh --------------------------------------------------------- -bytemuck 1.18.0 (Apache-2.0 OR MIT OR Zlib) +bytemuck 1.19.0 (Apache-2.0 OR MIT OR Zlib) https://github.com/Lokathor/bytemuck --------------------------------------------------------- diff --git a/TwinCATAUTDServerLightweight/Cargo.toml b/TwinCATAUTDServerLightweight/Cargo.toml index 5e5ea6a..84f6c81 100644 --- a/TwinCATAUTDServerLightweight/Cargo.toml +++ b/TwinCATAUTDServerLightweight/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "TwinCATAUTDServerLightweight" -version = "28.0.0" +version = "28.1.0" authors = ["shun suzuki "] edition = "2021" license = "MIT" @@ -13,8 +13,8 @@ keywords = ["autd"] [dependencies] clap = { version = "4.5.19", features = ["derive"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } -autd3-protobuf = { version = "28.0.0", features = ["lightweight", "async-trait"] } -autd3-link-twincat = { version = "28.0.0", features = ["async-trait"] } +autd3-protobuf = { version = "28.1.0", features = ["lightweight", "async-trait"] } +autd3-link-twincat = { version = "28.1.0", features = ["async-trait"] } anyhow = "1.0.89" ctrlc = "3.4.5" tonic = "0.12.3" diff --git a/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt b/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt index f6c1f96..699ae14 100644 --- a/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt +++ b/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt @@ -6,7 +6,7 @@ The license terms for each of these components are provided later in this notice --------------------------------------------------------- -TwinCATAUTDServerLightweight 28.0.0 (MIT) +TwinCATAUTDServerLightweight 28.1.0 (MIT) https://github.com/shinolab/autd3-server --------------------------------------------------------- @@ -74,27 +74,27 @@ atomic-waker 1.1.2 (Apache-2.0 OR MIT) https://github.com/smol-rs/atomic-waker --------------------------------------------------------- -autd3 28.0.0 (MIT) +autd3 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-derive 28.0.0 (MIT) +autd3-derive 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-driver 28.0.0 (MIT) +autd3-driver 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-firmware-emulator 28.0.0 (MIT) +autd3-firmware-emulator 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-gain-holo 28.0.0 (MIT) +autd3-gain-holo 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-link-twincat 28.0.0 +autd3-link-twincat 28.1.0 https://github.com/shinolab/autd3-rs --- @@ -146,7 +146,7 @@ SOFTWARE. --------------------------------------------------------- -autd3-protobuf 28.0.0 (MIT) +autd3-protobuf 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- @@ -186,7 +186,7 @@ bvh 0.10.0 (MIT) https://github.com/svenstaro/bvh --------------------------------------------------------- -bytemuck 1.18.0 (Apache-2.0 OR MIT OR Zlib) +bytemuck 1.19.0 (Apache-2.0 OR MIT OR Zlib) https://github.com/Lokathor/bytemuck --------------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index ae058a7..754223a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "autd3-server", - "version": "28.0.0", + "version": "28.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "autd3-server", - "version": "28.0.0", + "version": "28.1.0", "dependencies": { "@tauri-apps/api": "^2.0.2", "@tauri-apps/plugin-dialog": "^2.0.0", diff --git a/package.json b/package.json index 85b33ee..b2092a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "autd3-server", "type": "module", - "version": "28.0.0", + "version": "28.1.0", "scripts": { "dev": "vite", "build": "vite build", diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index 82d6711..93f42fd 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simulator" -version = "28.0.0" +version = "28.1.0" edition = "2021" authors = ["shun suzuki "] @@ -12,10 +12,10 @@ keywords = ["autd"] [dependencies] anyhow = "1.0.89" autd3-derive = "28.0.1" -autd3-driver = { version = "28.0.1", features = ["async-trait"] } -autd3-firmware-emulator = { version = "28.0.0", features = ["async-trait"] } -autd3-link-simulator = { version = "28.0.0", features = ["async-trait"] } -autd3-protobuf = { version = "28.0.0", features = ["async-trait", "lightweight"] } +autd3-driver = { version = "28.1.0", features = ["async-trait"] } +autd3-firmware-emulator = { version = "28.1.0", features = ["async-trait"] } +autd3-link-simulator = { version = "28.1.0", features = ["async-trait"] } +autd3-protobuf = { version = "28.1.0", features = ["async-trait", "lightweight"] } bitflags = "2.6.0" bytemuck = { version = "1.19.0", features = ["derive"] } camera_controllers = "0.34.0" diff --git a/simulator/ThirdPartyNotice.txt b/simulator/ThirdPartyNotice.txt index 8a19327..2af4dfb 100644 --- a/simulator/ThirdPartyNotice.txt +++ b/simulator/ThirdPartyNotice.txt @@ -114,31 +114,31 @@ atomic-waker 1.1.2 (Apache-2.0 OR MIT) https://github.com/smol-rs/atomic-waker --------------------------------------------------------- -autd3 28.0.0 (MIT) +autd3 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-derive 28.0.0 (MIT) +autd3-derive 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-driver 28.0.0 (MIT) +autd3-driver 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-firmware-emulator 28.0.0 (MIT) +autd3-firmware-emulator 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-gain-holo 28.0.0 (MIT) +autd3-gain-holo 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-link-simulator 28.0.0 (MIT) +autd3-link-simulator 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-protobuf 28.0.0 (MIT) +autd3-protobuf 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- @@ -202,7 +202,7 @@ bvh 0.10.0 (MIT) https://github.com/svenstaro/bvh --------------------------------------------------------- -bytemuck 1.18.0 (Apache-2.0 OR MIT OR Zlib) +bytemuck 1.19.0 (Apache-2.0 OR MIT OR Zlib) https://github.com/Lokathor/bytemuck --------------------------------------------------------- @@ -834,10 +834,6 @@ objc2-encode 3.0.0 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- -objc_exception 0.1.2 (MIT) -http://github.com/SSheldon/rust-objc-exception ---------------------------------------------------------- - object 0.36.5 (Apache-2.0 OR MIT) https://github.com/gimli-rs/object --------------------------------------------------------- @@ -1113,7 +1109,7 @@ simd-adler32 0.3.7 (MIT) https://github.com/mcountryman/simd-adler32 --------------------------------------------------------- -simulator 28.0.0 (MIT) +simulator 28.1.0 (MIT) https://github.com/shinolab/autd3-server --------------------------------------------------------- diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4b7441e..9043232 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autd3-server" -version = "28.0.0" +version = "28.1.0" description = "AUTD3 Server app" authors = ["shun suzuki "] edition = "2021" @@ -20,8 +20,8 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "time", "process"] } tauri = { version = "2", features = [] } -autd3-driver = { version = "28.0.1", features = ["serde"] } -autd3-link-soem = { version = "28.0.0", features = ["serde"] } +autd3-driver = { version = "28.1.0", features = ["serde"] } +autd3-link-soem = { version = "28.1.0", features = ["serde"] } tauri-plugin-dialog = "2" tauri-plugin-fs = "2" tauri-plugin-notification = "2" diff --git a/src-tauri/ThirdPartyNotice.txt b/src-tauri/ThirdPartyNotice.txt index 460090a..6778136 100644 --- a/src-tauri/ThirdPartyNotice.txt +++ b/src-tauri/ThirdPartyNotice.txt @@ -110,27 +110,27 @@ atomic-waker 1.1.2 (Apache-2.0 OR MIT) https://github.com/smol-rs/atomic-waker --------------------------------------------------------- -autd3 28.0.0 (MIT) +autd3 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-derive 28.0.0 (MIT) +autd3-derive 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-driver 28.0.0 (MIT) +autd3-driver 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-firmware-emulator 28.0.0 (MIT) +autd3-firmware-emulator 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-gain-holo 28.0.0 (MIT) +autd3-gain-holo 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-link-soem 28.0.0 +autd3-link-soem 28.1.0 https://github.com/shinolab/autd3-rs --- @@ -196,11 +196,11 @@ SOEM write to Beckhoff Automation GmbH, Eiserstrasse 5, D-33415 Verl, Germany --------------------------------------------------------- -autd3-protobuf 28.0.0 (MIT) +autd3-protobuf 28.1.0 (MIT) https://github.com/shinolab/autd3-rs --------------------------------------------------------- -autd3-server 28.0.0 (MIT) +autd3-server 28.1.0 (MIT) https://github.com/shinolab/autd3-server --------------------------------------------------------- @@ -272,7 +272,7 @@ bvh 0.10.0 (MIT) https://github.com/svenstaro/bvh --------------------------------------------------------- -bytemuck 1.18.0 (Apache-2.0 OR MIT OR Zlib) +bytemuck 1.19.0 (Apache-2.0 OR MIT OR Zlib) https://github.com/Lokathor/bytemuck --------------------------------------------------------- @@ -1069,6 +1069,14 @@ objc2-app-kit 0.2.2 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- +objc2-cloud-kit 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + +objc2-contacts 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + objc2-core-data 0.2.2 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- @@ -1077,6 +1085,10 @@ objc2-core-image 0.2.2 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- +objc2-core-location 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + objc2-encode 4.0.3 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- @@ -1085,6 +1097,10 @@ objc2-foundation 0.2.2 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- +objc2-link-presentation 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + objc2-metal 0.2.2 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- @@ -1093,8 +1109,24 @@ objc2-quartz-core 0.2.2 (MIT) https://github.com/madsmtm/objc2 --------------------------------------------------------- -objc_exception 0.1.2 (MIT) -http://github.com/SSheldon/rust-objc-exception +objc2-symbols 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + +objc2-ui-kit 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + +objc2-uniform-type-identifiers 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + +objc2-user-notifications 0.2.2 (MIT) +https://github.com/madsmtm/objc2 +--------------------------------------------------------- + +objc2-web-kit 0.2.2 (MIT) +https://github.com/madsmtm/objc2 --------------------------------------------------------- objc_id 0.1.1 (MIT) @@ -1577,7 +1609,7 @@ tao-macros 0.1.3 (Apache-2.0 OR MIT) https://github.com/tauri-apps/tao --------------------------------------------------------- -tauri 2.0.2 (Apache-2.0 OR MIT) +tauri 2.0.3 (Apache-2.0 OR MIT) https://github.com/tauri-apps/tauri --------------------------------------------------------- @@ -1609,11 +1641,11 @@ tauri-plugin-shell 2.0.1 (Apache-2.0 OR MIT) https://github.com/tauri-apps/plugins-workspace --------------------------------------------------------- -tauri-runtime 2.0.1 (Apache-2.0 OR MIT) +tauri-runtime 2.1.0 (Apache-2.0 OR MIT) https://github.com/tauri-apps/tauri --------------------------------------------------------- -tauri-runtime-wry 2.0.1 (Apache-2.0 OR MIT) +tauri-runtime-wry 2.1.0 (Apache-2.0 OR MIT) https://github.com/tauri-apps/tauri --------------------------------------------------------- @@ -2105,7 +2137,7 @@ winnow 0.5.40 (MIT) https://github.com/winnow-rs/winnow --------------------------------------------------------- -wry 0.44.1 (Apache-2.0 OR MIT) +wry 0.46.0 (Apache-2.0 OR MIT) https://github.com/tauri-apps/wry --------------------------------------------------------- diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 96e83ba..1b97cc0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -71,7 +71,7 @@ }, "productName": "AUTD3 Server", "mainBinaryName": "AUTD3 Server", - "version": "28.0.0", + "version": "28.1.0", "identifier": "com.shinolab.autd3-server", "plugins": {}, "app": { @@ -80,7 +80,7 @@ "fullscreen": false, "height": 600, "resizable": true, - "title": "AUTD3 Server v28.0.0", + "title": "AUTD3 Server v28.1.0", "width": 800 } ], diff --git a/tools/license-checker/Cargo.lock b/tools/license-checker/Cargo.lock index e1eaf29..8f180a2 100644 --- a/tools/license-checker/Cargo.lock +++ b/tools/license-checker/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "autd3-license-check" -version = "28.0.0" +version = "0.4.0" dependencies = [ "anyhow", "cargo-license 0.6.1", @@ -811,7 +811,7 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "license-checker" -version = "28.0.0" +version = "28.1.0" dependencies = [ "anyhow", "autd3-license-check", diff --git a/tools/license-checker/Cargo.toml b/tools/license-checker/Cargo.toml index 174147f..f05dcbe 100644 --- a/tools/license-checker/Cargo.toml +++ b/tools/license-checker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "license-checker" -version = "28.0.0" +version = "28.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From 2ca0c54dd110b9ea2ba1760fd68f12308c11f3ab Mon Sep 17 00:00:00 2001 From: shun suzuki Date: Tue, 15 Oct 2024 11:28:27 +0900 Subject: [PATCH 2/2] update ThirdPartyNotice.txt --- Cargo.lock | 20 +++++++++---------- SOEMAUTDServer/ThirdPartyNotice.txt | 4 ++-- .../ThirdPartyNotice.txt | 4 ++-- simulator/ThirdPartyNotice.txt | 6 +++--- src-tauri/ThirdPartyNotice.txt | 8 ++++---- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1acb99..56b9b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,9 +742,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitfield-struct" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ced5210f4878484de1a151cbef1cbff7afe0c1a005e4448e8a4ec76275c7a0" +checksum = "3900346345f5da88777cf29b62ed5438d4976bac8fbf00427fac5277f583bd71" dependencies = [ "proc-macro2", "quote", @@ -4359,9 +4359,9 @@ dependencies = [ [[package]] name = "profiling" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" +checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" [[package]] name = "prost" @@ -4751,9 +4751,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "ryu" @@ -6234,9 +6234,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.19.0" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "533fc2d4105e0e3d96ce1c71f2d308c9fbbe2ef9c587cab63dd627ab5bde218f" +checksum = "7c92af36a182b46206723bdf8a7942e20838cde1cf062e5b97854d57eb01763b" dependencies = [ "core-graphics 0.24.0", "crossbeam-channel", @@ -7411,9 +7411,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.46.0" +version = "0.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469a3765ecc3e8aa9ccdf3c5a52c82697ec03037cd60494488763880d31a1b3a" +checksum = "2f8c948dc5f7c23bd93ba03b85b7f679852589bb78e150424d993171e4ef7b73" dependencies = [ "base64 0.22.1", "block2 0.5.1", diff --git a/SOEMAUTDServer/ThirdPartyNotice.txt b/SOEMAUTDServer/ThirdPartyNotice.txt index c75bdd4..868a743 100644 --- a/SOEMAUTDServer/ThirdPartyNotice.txt +++ b/SOEMAUTDServer/ThirdPartyNotice.txt @@ -188,7 +188,7 @@ bit-vec 0.8.0 (Apache-2.0 OR MIT) https://github.com/contain-rs/bit-vec --------------------------------------------------------- -bitfield-struct 0.9.0 (MIT) +bitfield-struct 0.9.1 (MIT) https://github.com/wrenger/bitfield-struct-rs.git --------------------------------------------------------- @@ -636,7 +636,7 @@ rustc-demangle 0.1.24 (Apache-2.0 OR MIT) https://github.com/rust-lang/rustc-demangle --------------------------------------------------------- -rustversion 1.0.17 (Apache-2.0 OR MIT) +rustversion 1.0.18 (Apache-2.0 OR MIT) https://github.com/dtolnay/rustversion --------------------------------------------------------- diff --git a/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt b/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt index 699ae14..3fa2d37 100644 --- a/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt +++ b/TwinCATAUTDServerLightweight/ThirdPartyNotice.txt @@ -170,7 +170,7 @@ bit-vec 0.8.0 (Apache-2.0 OR MIT) https://github.com/contain-rs/bit-vec --------------------------------------------------------- -bitfield-struct 0.9.0 (MIT) +bitfield-struct 0.9.1 (MIT) https://github.com/wrenger/bitfield-struct-rs.git --------------------------------------------------------- @@ -606,7 +606,7 @@ rustc-demangle 0.1.24 (Apache-2.0 OR MIT) https://github.com/rust-lang/rustc-demangle --------------------------------------------------------- -rustversion 1.0.17 (Apache-2.0 OR MIT) +rustversion 1.0.18 (Apache-2.0 OR MIT) https://github.com/dtolnay/rustversion --------------------------------------------------------- diff --git a/simulator/ThirdPartyNotice.txt b/simulator/ThirdPartyNotice.txt index 2af4dfb..1dc4779 100644 --- a/simulator/ThirdPartyNotice.txt +++ b/simulator/ThirdPartyNotice.txt @@ -170,7 +170,7 @@ bit-vec 0.8.0 (Apache-2.0 OR MIT) https://github.com/contain-rs/bit-vec --------------------------------------------------------- -bitfield-struct 0.9.0 (MIT) +bitfield-struct 0.9.1 (MIT) https://github.com/wrenger/bitfield-struct-rs.git --------------------------------------------------------- @@ -930,7 +930,7 @@ proc-macro2 1.0.87 (Apache-2.0 OR MIT) https://github.com/dtolnay/proc-macro2 --------------------------------------------------------- -profiling 1.0.15 (Apache-2.0 OR MIT) +profiling 1.0.16 (Apache-2.0 OR MIT) https://github.com/aclysma/profiling --------------------------------------------------------- @@ -1041,7 +1041,7 @@ rustix 0.38.37 (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) https://github.com/bytecodealliance/rustix --------------------------------------------------------- -rustversion 1.0.17 (Apache-2.0 OR MIT) +rustversion 1.0.18 (Apache-2.0 OR MIT) https://github.com/dtolnay/rustversion --------------------------------------------------------- diff --git a/src-tauri/ThirdPartyNotice.txt b/src-tauri/ThirdPartyNotice.txt index 6778136..fdd2873 100644 --- a/src-tauri/ThirdPartyNotice.txt +++ b/src-tauri/ThirdPartyNotice.txt @@ -228,7 +228,7 @@ bit-vec 0.8.0 (Apache-2.0 OR MIT) https://github.com/contain-rs/bit-vec --------------------------------------------------------- -bitfield-struct 0.9.0 (MIT) +bitfield-struct 0.9.1 (MIT) https://github.com/wrenger/bitfield-struct-rs.git --------------------------------------------------------- @@ -1409,7 +1409,7 @@ rustix 0.38.37 (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) https://github.com/bytecodealliance/rustix --------------------------------------------------------- -rustversion 1.0.17 (Apache-2.0 OR MIT) +rustversion 1.0.18 (Apache-2.0 OR MIT) https://github.com/dtolnay/rustversion --------------------------------------------------------- @@ -1765,7 +1765,7 @@ tracing-core 0.1.32 (MIT) https://github.com/tokio-rs/tracing --------------------------------------------------------- -tray-icon 0.19.0 (Apache-2.0 OR MIT) +tray-icon 0.19.1 (Apache-2.0 OR MIT) https://github.com/tauri-apps/tray-icon --------------------------------------------------------- @@ -2137,7 +2137,7 @@ winnow 0.5.40 (MIT) https://github.com/winnow-rs/winnow --------------------------------------------------------- -wry 0.46.0 (Apache-2.0 OR MIT) +wry 0.46.1 (Apache-2.0 OR MIT) https://github.com/tauri-apps/wry ---------------------------------------------------------