dep: bump serde from 1.0.216 to 1.0.217 in the deps group #630
dependency-review.yml
on: pull_request
dependency-review
9s
Annotations
1 error and 1 warning
operator precedence can trip the unwary:
crates/rsonpath-syntax/src/parser.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)]`
|
dependency-review
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|