Skip to content

add api (#1)

add api (#1) #1

Triggered via push September 5, 2024 01:32
Status Success
Total duration 3m 12s
Artifacts

release.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

144 warnings
build (macos-latest, aarch64-apple-darwin, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest, aarch64-apple-darwin, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (macos-latest, aarch64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, aarch64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, aarch64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, aarch64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, aarch64-apple-darwin, false)
unused manifest key: package.fork_repositry
build (macos-latest, aarch64-apple-darwin, false): src/main.rs#L1
found module declaration for lib.rs
build (macos-latest, aarch64-apple-darwin, false): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (macos-latest, aarch64-apple-darwin, false): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (macos-latest, aarch64-apple-darwin, false): src/tcp.rs#L9
unused import: `serde_json`
build (macos-latest, aarch64-apple-darwin, false): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (macos-latest, aarch64-apple-darwin, false): src/main.rs#L9
unused import: `serde_json`
build (macos-latest, aarch64-apple-darwin, false): src/udp.rs#L179
unused variable: `remote_signal_share`
build (macos-latest, aarch64-apple-darwin, false): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (macos-latest, aarch64-apple-darwin, false): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
unused manifest key: package.fork_repositry
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/main.rs#L1
found module declaration for lib.rs
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/tcp.rs#L9
unused import: `serde_json`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/main.rs#L9
unused import: `serde_json`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/udp.rs#L179
unused variable: `remote_signal_share`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, x86_64-unknown-linux-gnu, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, x86_64-apple-darwin, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest, x86_64-apple-darwin, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (macos-latest, x86_64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, x86_64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, x86_64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, x86_64-apple-darwin, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, x86_64-apple-darwin, false)
unused manifest key: package.fork_repositry
build (macos-latest, x86_64-apple-darwin, false): src/main.rs#L1
found module declaration for lib.rs
build (macos-latest, x86_64-apple-darwin, false): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (macos-latest, x86_64-apple-darwin, false): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (macos-latest, x86_64-apple-darwin, false): src/tcp.rs#L9
unused import: `serde_json`
build (macos-latest, x86_64-apple-darwin, false): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (macos-latest, x86_64-apple-darwin, false): src/main.rs#L9
unused import: `serde_json`
build (macos-latest, x86_64-apple-darwin, false): src/udp.rs#L179
unused variable: `remote_signal_share`
build (macos-latest, x86_64-apple-darwin, false): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (macos-latest, x86_64-apple-darwin, false): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true)
unused manifest key: package.fork_repositry
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true): src/main.rs#L1
found module declaration for lib.rs
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true): src/udp.rs#L179
unused variable: `remote_signal_share`
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (ubuntu-latest, armv7-unknown-linux-gnueabihf, true): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, aarch64-unknown-linux-gnu, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, aarch64-unknown-linux-gnu, true)
unused manifest key: package.fork_repositry
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/main.rs#L1
found module declaration for lib.rs
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/tcp.rs#L9
unused import: `serde_json`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/main.rs#L9
unused import: `serde_json`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/udp.rs#L179
unused variable: `remote_signal_share`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, aarch64-unknown-linux-gnu, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, aarch64-unknown-linux-gnu, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, aarch64-unknown-linux-gnu, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, aarch64-unknown-linux-gnu, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, aarch64-unknown-linux-musl, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, aarch64-unknown-linux-musl, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, aarch64-unknown-linux-musl, true)
unused manifest key: package.fork_repositry
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/main.rs#L1
found module declaration for lib.rs
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/tcp.rs#L9
unused import: `serde_json`
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/udp.rs#L179
unused variable: `remote_signal_share`
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (ubuntu-latest, aarch64-unknown-linux-musl, true): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, aarch64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, aarch64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, aarch64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, aarch64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
unused manifest key: package.fork_repositry
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/main.rs#L1
found module declaration for lib.rs
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/tcp.rs#L9
unused import: `serde_json`
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/main.rs#L9
unused import: `serde_json`
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/udp.rs#L179
unused variable: `remote_signal_share`
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (ubuntu-latest, x86_64-unknown-linux-musl, true): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, x86_64-unknown-linux-musl, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true)
unused manifest key: package.fork_repositry
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true): src/main.rs#L1
found module declaration for lib.rs
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true): src/udp.rs#L179
unused variable: `remote_signal_share`
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest, armv7-unknown-linux-musleabihf, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows-latest, x86_64-pc-windows-msvc, false, .exe)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest, x86_64-pc-windows-msvc, false, .exe)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (windows-latest, x86_64-pc-windows-msvc, false, .exe)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows-latest, x86_64-pc-windows-msvc, false, .exe)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows-latest, x86_64-pc-windows-msvc, false, .exe)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows-latest, x86_64-pc-windows-msvc, false, .exe)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (windows-latest, x86_64-pc-windows-msvc, false, .exe)
unused manifest key: package.fork_repositry
build (windows-latest, x86_64-pc-windows-msvc, false, .exe): src/main.rs#L1
found module declaration for lib.rs
build (windows-latest, x86_64-pc-windows-msvc, false, .exe): src/api.rs#L3
unused import: `tokio::net::TcpStream`
build (windows-latest, x86_64-pc-windows-msvc, false, .exe): src/tcp.rs#L5
unused import: `tokio::task::JoinHandle`
build (windows-latest, x86_64-pc-windows-msvc, false, .exe): src/udp.rs#L9
unused import: `tokio::net::TcpListener`
build (windows-latest, x86_64-pc-windows-msvc, false, .exe): src/udp.rs#L179
unused variable: `remote_signal_share`
build (windows-latest, x86_64-pc-windows-msvc, false, .exe): src/udp.rs#L138
type `MessageType` is more private than the item `UDPProxy::client_tunnels`
build (windows-latest, x86_64-pc-windows-msvc, false, .exe): src/main.rs#L42
type `Logger` is more private than the item `LOGGER`