diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2fee35b..b083c3e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - nightly - beta - stable - - 1.36.0 + - 1.40.0 features: - - --features dummy_match_byte diff --git a/Cargo.toml b/Cargo.toml index 5190fdab..abdc82b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ cssparser-macros = {path = "./macros", version = "0.6"} dtoa-short = "0.3" itoa = "0.4" matches = "0.1" -phf = {version = "0.8", features = ["macros"]} +phf = {version = "0.10", features = ["macros"]} serde = {version = "1.0", optional = true} smallvec = "1.0"