This commit is contained in:
dependabot[bot] 2025-01-27 09:42:52 +00:00 committed by GitHub
commit 2e367546d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ chrono = { version = "0.4", optional = true }
indexmap = { version = "2.1", optional = true }
jetscii = "0.5"
memchr = "2.5"
nom = { version = "7.1", default-features = false, features = ["std"] }
nom = { version = "8.0", default-features = false, features = ["std"] }
rowan = "0.15"
tracing = { version = "0.1", optional = true }