fix(deps): update rust crate schematic to 0.18.0 (#395) #1125
ci.yml
on: push
Annotations
38 warnings
the following explicit lifetimes could be elided: 'a:
/home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs#L122
warning: the following explicit lifetimes could be elided: 'a
--> /home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs:122:6
|
122 | impl<'a> ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
122 - impl<'a> ToHtmlEscapingWriter<'a> {
122 + impl ToHtmlEscapingWriter<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
/home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs#L96
warning: the following explicit lifetimes could be elided: 'a
--> /home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs:96:6
|
96 | impl<'a> Write for ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
96 - impl<'a> Write for ToHtmlEscapingWriter<'a> {
96 + impl Write for ToHtmlEscapingWriter<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
/Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs#L122
warning: the following explicit lifetimes could be elided: 'a
--> /Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs:122:6
|
122 | impl<'a> ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
122 - impl<'a> ToHtmlEscapingWriter<'a> {
122 + impl ToHtmlEscapingWriter<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
/Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs#L96
warning: the following explicit lifetimes could be elided: 'a
--> /Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs:96:6
|
96 | impl<'a> Write for ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
96 - impl<'a> Write for ToHtmlEscapingWriter<'a> {
96 + impl Write for ToHtmlEscapingWriter<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
/home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs#L122
warning: the following explicit lifetimes could be elided: 'a
--> /home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs:122:6
|
122 | impl<'a> ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
122 - impl<'a> ToHtmlEscapingWriter<'a> {
122 + impl ToHtmlEscapingWriter<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
/home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs#L96
warning: the following explicit lifetimes could be elided: 'a
--> /home/runner/work/rblog/rblog/target/debug/build/rblog-192bf6ff81da5986/out/templates/_utils.rs:96:6
|
96 | impl<'a> Write for ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
96 - impl<'a> Write for ToHtmlEscapingWriter<'a> {
96 + impl Write for ToHtmlEscapingWriter<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
/Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs#L122
warning: the following explicit lifetimes could be elided: 'a
--> /Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs:122:6
|
122 | impl<'a> ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
122 - impl<'a> ToHtmlEscapingWriter<'a> {
122 + impl ToHtmlEscapingWriter<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
/Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs#L96
warning: the following explicit lifetimes could be elided: 'a
--> /Users/runner/work/rblog/rblog/target/debug/build/rblog-bb7ed7d98f502de3/out/templates/_utils.rs:96:6
|
96 | impl<'a> Write for ToHtmlEscapingWriter<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
96 - impl<'a> Write for ToHtmlEscapingWriter<'a> {
96 + impl Write for ToHtmlEscapingWriter<'_> {
|
|
build (x86_64-apple-darwin)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
build (x86_64-apple-darwin)
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 (x86_64-apple-darwin)
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 (x86_64-apple-darwin)
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 (x86_64-apple-darwin)
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 (x86_64-apple-darwin)
Cache not found for keys: v0-rust-build-Darwin-1dd463fa-c664c049, v0-rust-build-Darwin-1dd463fa
|
build (aarch64-apple-darwin)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/httpdate/1.0.3/download` (151.101.2.137), got 502
|
build (aarch64-apple-darwin)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/enumflags2_derive/0.7.10/download` (151.101.2.137), got 502
|
build (aarch64-apple-darwin)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/alloc-no-stdlib/2.0.4/download` (151.101.2.137), got 502
|
build (aarch64-apple-darwin)
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 (aarch64-apple-darwin)
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 (aarch64-apple-darwin)
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 (aarch64-apple-darwin)
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 (aarch64-apple-darwin)
Cache not found for keys: v0-rust-build-Darwin-1dd463fa-c664c049, v0-rust-build-Darwin-1dd463fa
|
build (x86_64-unknown-linux-musl)
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 (x86_64-unknown-linux-musl)
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 (x86_64-unknown-linux-musl)
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 (x86_64-unknown-linux-musl)
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 (x86_64-unknown-linux-musl)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
build (x86_64-unknown-linux-musl)
Cache not found for keys: v0-rust-build-Linux-1b9b441c-c664c049, v0-rust-build-Linux-1b9b441c
|
build (x86_64-unknown-linux-gnu)
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 (x86_64-unknown-linux-gnu)
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 (x86_64-unknown-linux-gnu)
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 (x86_64-unknown-linux-gnu)
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 (x86_64-unknown-linux-gnu)
Cache not found for keys: v0-rust-build-Linux-1b9b441c-c664c049, v0-rust-build-Linux-1b9b441c
|
build (x86_64-pc-windows-msvc)
Cache not found for keys: v0-rust-build-Windows_NT-01a30b26-13a227a1, v0-rust-build-Windows_NT-01a30b26
|
build (x86_64-pc-windows-msvc)
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 (x86_64-pc-windows-msvc)
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 (x86_64-pc-windows-msvc)
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 (x86_64-pc-windows-msvc)
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
prabirshrestha~rblog~PMODR8.dockerbuild
|
11 KB |
|
rblog-v0.276.0-aarch64-apple-darwin.tar.gz
|
2.33 MB |
|
rblog-v0.276.0-x86_64-apple-darwin.tar.gz
|
2.44 MB |
|
rblog-v0.276.0-x86_64-pc-windows-msvc.zip
|
2.52 MB |
|
rblog-v0.276.0-x86_64-unknown-linux-gnu.tar.gz
|
2.59 MB |
|
rblog-v0.276.0-x86_64-unknown-linux-musl.tar.gz
|
2.66 MB |
|