chore: update nom dependency to 0.8

update syntax with :
- add explicit call of `parse` method
- add ref slice management for `tag` fn
This commit is contained in:
Gwen Lg
2026-01-29 22:00:29 +01:00
committed by Alex
parent 3af9e8d3d2
commit c82015f6cf
3 changed files with 16 additions and 20 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ lazy_static = "1.5"
md-5 = "0.10"
mktemp = "0.5"
nix = { version = "0.31", default-features = false, features = ["fs"] }
nom = "7.1"
nom = "8.0"
parking_lot = "0.12"
parse_duration = "2.1"
paste = "1.0"