dep: bump the deps group across 1 directory with 2 updates #1504
Annotations
1 error and 2 warnings
Clippy all features:
crates/rsonpath-syntax/src/lib.rs#L843
error: operator precedence can trip the unwary
--> crates/rsonpath-syntax/src/parser.rs:843:46
|
843 | ... let n = ((raw_c - 0xD800) << 10 | (low - 0xDC00)) + 0x10000;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider parenthesizing your expression: `((raw_c - 0xD800) << 10) | (low - 0xDC00)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence
= note: `-D clippy::precedence` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::precedence)]`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy all features
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Loading