diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 263ec8d..9438d64 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -5,8 +5,6 @@ on: branches: ['main'] pull_request: merge_group: - schedule: - - cron: "25 6 * * 5" jobs: test: @@ -33,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: "1.71.1" + toolchain: "1.82" - run: cargo check --lib --all-features lint: diff --git a/Cargo.toml b/Cargo.toml index 9b0e995..48dc20e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gcp_auth" version = "0.12.3" edition = "2021" -rust-version = "1.71" +rust-version = "1.82" repository = "https://github.com/hrvolapeter/gcp_auth" description = "Google cloud platform (GCP) authentication using default and custom service accounts" documentation = "https://docs.rs/gcp_auth/" diff --git a/deny.toml b/deny.toml index 0918d41..3b08d7d 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,6 @@ [licenses] -allow-osi-fsf-free = "either" -copyleft = "deny" -allow = ["MPL-2.0"] +version = 2 +allow = ["Apache-2.0", "BSD-3-Clause", "CDLA-Permissive-2.0", "ISC", "MIT", "Unicode-3.0"] [[licenses.clarify]] name = "ring"