build: upgrade dependencies

This commit is contained in:
PoiScript 2021-11-08 14:17:47 +08:00
parent e255c57f39
commit 2ebd47dbea
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E
2 changed files with 15 additions and 16 deletions

View file

@ -221,7 +221,7 @@ fn parse_properties_drawer(
}
let (_, map) = fold_many0(
parse_node_property,
PropertiesMap::new(),
|| PropertiesMap::new(),
|mut acc: PropertiesMap<_, _>, (name, value)| {
acc.insert(name.into(), value.into());
acc