diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71c122e..7f77c03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: with: profile: minimal toolchain: nightly - - run: cargo +nightly -Z minimal-versions update + - run: cargo +nightly -Z direct-minimal-versions update - name: Install minimum Rust uses: actions-rs/toolchain@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 7d56937..6a6fda0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,8 @@ trace = [] log = [] [dependencies] -proc-macro2 = {version = "1.0.32", default-features = false} -quote = {version = "1.0", default-features = false} +proc-macro2 = {version = "1.0.60", default-features = false} +quote = {version = "1.0.25", default-features = false} syn = {version = "2.0", default-features = false, features = ["full", "parsing", "printing", "proc-macro"]} [dev-dependencies]