fix(deps): update rust crate html5ever to 0.27.0 #91
Annotations
4 warnings
audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.:
src/attributes.rs#L81
warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
--> src/attributes.rs:81:18
|
81 | self.map.remove(&ExpandedName::new(ns!(), local_name))
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.:
src/attributes.rs#L81
warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
--> src/attributes.rs:81:18
|
81 | self.map.remove(&ExpandedName::new(ns!(), local_name))
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|