Skip to content

Bump tokio from 1.45.1 to 1.46.1 (#65) #146

Bump tokio from 1.45.1 to 1.46.1 (#65)

Bump tokio from 1.45.1 to 1.46.1 (#65) #146

Triggered via push July 14, 2025 20:32
Status Success
Total duration 1m 52s
Artifacts

rust.yml

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

Annotations

2 warnings and 2 notices
variables can be used directly in the `format!` string: src/main.rs#L39
warning: variables can be used directly in the `format!` string --> src/main.rs:39:5 | 39 | log::info!("Running flagpole on {:?}", addr); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args = note: `#[warn(clippy::uninlined_format_args)]` on by default help: change this to | 39 - log::info!("Running flagpole on {:?}", addr); 39 + log::info!("Running flagpole on {addr:?}"); |
lint
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
build (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
build (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520