Skip to content

chore(deps): bump toml from 0.8.23 to 0.9.1 #140

chore(deps): bump toml from 0.8.23 to 0.9.1

chore(deps): bump toml from 0.8.23 to 0.9.1 #140

Triggered via pull request July 11, 2025 08:34
Status Success
Total duration 4m 41s
Artifacts 3

ci.yml

on: pull_request
Matrix: build
Matrix: lint
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
variables can be used directly in the `format!` string: src/main.rs#L94
warning: variables can be used directly in the `format!` string --> src/interactive/controller.rs:94:26 | 94 | &format!("Failed to add variable: {}", err), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 94 - &format!("Failed to add variable: {}", err), 94 + &format!("Failed to add variable: {err}"), |
variables can be used directly in the `format!` string: src/main.rs#L115
warning: variables can be used directly in the `format!` string --> src/commands.rs:115:17 | 115 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 115 - error!("{}", error); 115 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L102
warning: variables can be used directly in the `format!` string --> src/commands.rs:102:17 | 102 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 102 - error!("{}", error); 102 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L91
warning: variables can be used directly in the `format!` string --> src/commands.rs:91:17 | 91 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 91 - error!("{}", error); 91 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L80
warning: variables can be used directly in the `format!` string --> src/commands.rs:80:17 | 80 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 80 - error!("{}", error); 80 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L69
warning: variables can be used directly in the `format!` string --> src/commands.rs:69:17 | 69 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 69 - error!("{}", error); 69 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L29
warning: variables can be used directly in the `format!` string --> src/commands.rs:29:17 | 29 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 29 - error!("{}", error); 29 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L23
warning: variables can be used directly in the `format!` string --> src/commands.rs:23:17 | 23 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = 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 | 23 - error!("{}", error); 23 + error!("{error}"); |
lint (macOS-latest)
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
lint (macOS-latest)
clippy-action doesn't have permissions to create Check Runs, disabling!
variables can be used directly in the `format!` string: src/main.rs#L94
warning: variables can be used directly in the `format!` string --> src/interactive/controller.rs:94:26 | 94 | &format!("Failed to add variable: {}", err), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 94 - &format!("Failed to add variable: {}", err), 94 + &format!("Failed to add variable: {err}"), |
variables can be used directly in the `format!` string: src/main.rs#L115
warning: variables can be used directly in the `format!` string --> src/commands.rs:115:17 | 115 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 115 - error!("{}", error); 115 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L102
warning: variables can be used directly in the `format!` string --> src/commands.rs:102:17 | 102 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 102 - error!("{}", error); 102 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L91
warning: variables can be used directly in the `format!` string --> src/commands.rs:91:17 | 91 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 91 - error!("{}", error); 91 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L80
warning: variables can be used directly in the `format!` string --> src/commands.rs:80:17 | 80 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 80 - error!("{}", error); 80 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L69
warning: variables can be used directly in the `format!` string --> src/commands.rs:69:17 | 69 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 69 - error!("{}", error); 69 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L29
warning: variables can be used directly in the `format!` string --> src/commands.rs:29:17 | 29 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args help: change this to | 29 - error!("{}", error); 29 + error!("{error}"); |
variables can be used directly in the `format!` string: src/main.rs#L23
warning: variables can be used directly in the `format!` string --> src/commands.rs:23:17 | 23 | error!("{}", error); | ^^^^^^^^^^^^^^^^^^^ | = 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 | 23 - error!("{}", error); 23 + error!("{error}"); |
lint (ubuntu-latest)
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
lint (ubuntu-latest)
clippy-action doesn't have permissions to create Check Runs, disabling!
lint (windows-latest)
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
lint (windows-latest)
clippy-action doesn't have permissions to create Check Runs, disabling!

Artifacts

Produced during runtime
Name Size Digest
envfetch-debug-linux
12.9 MB
sha256:222393c3893ef89783300e97fdaae86e2874288ba448e1a744df47d5fd3289e0
envfetch-debug-macos
3.83 MB
sha256:9c94d2a9817cf435df051646434c31df8835901935b9d1c4028d6d3e418f9baa
envfetch-debug-windows
2.48 MB
sha256:fe35f0256fd3d926b968a610fbb1e8e2157f45a1001f4cc4104aafda3c00dc79