diff --git a/Cargo.toml b/Cargo.toml index a6d335f..6c6b074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,16 +8,16 @@ license.workspace = true edition.workspace = true [dependencies] -crc32fast = "1.5.0" -esplugin = "6.1.2" -nom = "8.0.0" -pelite = "0.10.0" -regex = "1.11.2" -unicase = "2.8.1" +crc32fast = "1" +esplugin = "6" +nom = "8" +pelite = ">= 0.9.0, < 0.11" +regex = ">= 0.2.7, < 2" +unicase = "2" [dev-dependencies] -criterion = "0.7.0" -tempfile = "3.22.0" +criterion = ">= 0.1.2, < 0.8" +tempfile = "3" [lints] workspace = true